Sync Academic v3-dev

This commit is contained in:
George Cushen 2018-10-14 02:15:45 +01:00
parent 08b6ed2f94
commit 5177dc25b1
11 changed files with 57 additions and 18 deletions

View File

@ -217,7 +217,14 @@ enableGitInfo = false
# 1 = Detailed
# 2 = APA
# 3 = MLA
publication_format = 3
# 4 = Stream
publication_format = 4
# Talk list format.
# 0 = Simple
# 1 = Detailed
# 2 = Stream
talk_format = 2
# Social/Academic Networking
#
@ -292,11 +299,6 @@ enableGitInfo = false
url = "#projects"
weight = 4
[[menu.main]]
name = "Teaching"
url = "#teaching"
weight = 5
[[menu.main]]
name = "Contact"
url = "#contact"

36
content/home/hero.md Normal file
View File

@ -0,0 +1,36 @@
+++
# Hero widget.
widget = "hero"
active = false
date = 2017-10-15T00:00:00
title = "Academic"
# Order that this section will appear in.
weight = 3
# Overlay a color or image (optional).
# Deactivate an option by commenting out the line, prefixing it with `#`.
[header]
overlay_color = "#666" # An HTML color value.
overlay_img = "headers/bubbles-wide.jpg" # Image path relative to your `static/img/` folder.
overlay_filter = 0.5 # Darken the image. Value in range 0-1.
# Call to action button (optional).
# Activate the button by specifying a URL and button label below.
# Deactivate by commenting out parameters, prefixing lines with `#`.
[cta]
url = "./post/getting-started/"
label = '<i class="fas fa-download"></i> Install Now'
+++
The highly flexible website framework for Hugo with an extensible plugin mechanism. Create a beautifully simple site in under 10 minutes :rocket:
<div style="margin-top: -0.5rem;">
<a id="academic-release" href="https://sourcethemes.com/academic/updates" data-repo="gcushen/hugo-academic">
Latest release <!-- V -->
</a>
</div>
<div class="mt-3">
<a class="github-button" href="https://github.com/gcushen/hugo-academic" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star this on GitHub">Star</a>
</div>
<script async defer src="https://buttons.github.io/buttons.js"></script>

View File

@ -19,7 +19,8 @@ count = 10
# 1 = Detailed
# 2 = APA
# 3 = MLA
list_format = 3
# 4 = Stream
list_format = 4
# Filter by publication type.
# -1: Any

View File

@ -17,6 +17,7 @@ weight = 10
# 1 = Detailed
# 2 = APA
# 3 = MLA
# 4 = Stream
list_format = 1
# Filter by publication type.

View File

@ -16,7 +16,8 @@ count = 10
# List format.
# 0 = Simple
# 1 = Detailed
list_format = 0
# 2 = Stream
list_format = 2
# Exclude talks that are shown in the Selected Talks widget?
exclude_selected = false

View File

@ -13,5 +13,6 @@ weight = 29
# List format.
# 0 = Simple
# 1 = Detailed
# 3 = Stream
list_format = 0
+++

View File

@ -1,13 +1,12 @@
+++
title = "Posts"
date = 2017-01-01T00:00:00
math = false
highlight = false
# List format.
# 0 = Simple
# 1 = Detailed
list_format = 1
# 2 = Stream
list_format = 2
# Optional featured image (relative to `static/img/` folder).
[header]

View File

@ -1,14 +1,13 @@
+++
title = "Publications"
date = 2017-01-01T00:00:00
math = false
highlight = false
# List format.
# 0 = Simple
# 1 = Detailed
# 2 = APA
# 3 = MLA
# 4 = Stream
list_format = 3
# Optional featured image (relative to `static/img/` folder).

View File

@ -1,13 +1,12 @@
+++
title = "Recent & Upcoming Talks"
date = 2017-01-01T00:00:00
math = false
highlight = false
# List format.
# 0 = Simple
# 1 = Detailed
list_format = 0
# 2 = Stream
list_format = 2
# Optional featured image (relative to `static/img/` folder).
[header]

View File

@ -3,6 +3,6 @@
command = "hugo"
[context.production.environment]
HUGO_VERSION = "0.48"
HUGO_VERSION = "0.49.2"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"

@ -1 +1 @@
Subproject commit f78135f432b2f1115cca32825e0f25f06ba45213
Subproject commit 061b56a088532d03b64ffb3848819f55cd0b3db1