1
0

Update to Academic v2.3.0

This commit is contained in:
George Cushen 2018-07-15 20:06:53 +01:00
parent a7a10a1756
commit bd84bfdef9
4 changed files with 26 additions and 6 deletions

@ -1,5 +1,8 @@
# Configuration of Academic # Configuration of Academic
# Documentation: https://sourcethemes.com/academic/ # Documentation: https://sourcethemes.com/academic/
#
# This file is formatted using TOML syntax - learn more at https://learnxinyminutes.com/docs/toml/
# Each configuration section is defined by a name in square brackets (e.g. `[outputs]`).
# The URL of your website. # The URL of your website.
# End your URL with a `/` trailing slash, e.g. `https://example.com/`. # End your URL with a `/` trailing slash, e.g. `https://example.com/`.
@ -38,7 +41,7 @@ enableGitInfo = false
section = [ "HTML", "RSS" ] section = [ "HTML", "RSS" ]
# Configure BlackFriday Markdown rendering. # Configure BlackFriday Markdown rendering.
# See: https://gohugo.io/readfiles/bfconfig/ # See: https://gohugo.io/getting-started/configuration/#configure-blackfriday
[blackfriday] [blackfriday]
hrefTargetBlank = true # `true` opens external links in a new tab. hrefTargetBlank = true # `true` opens external links in a new tab.
fractions = true # `false` disables smart fractions (e.g. 5/12 formatted as a fraction). fractions = true # `false` disables smart fractions (e.g. 5/12 formatted as a fraction).
@ -102,7 +105,7 @@ enableGitInfo = false
longitude = "-122.1697" longitude = "-122.1697"
zoom = 15 zoom = 15
# Date and time format (refer to Go's date format: http://fuckinggodateformat.com ) # Date and time format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )
# Examples: "Mon, Jan 2, 2006" or "2006-01-02" # Examples: "Mon, Jan 2, 2006" or "2006-01-02"
date_format = "Jan 2, 2006" date_format = "Jan 2, 2006"
# Examples: "3:04 pm" or "15:04" # Examples: "3:04 pm" or "15:04"
@ -189,7 +192,7 @@ enableGitInfo = false
# Configuration of publication pages. # Configuration of publication pages.
[params.publications] [params.publications]
# Date format (refer to Go's date format: http://fuckinggodateformat.com ) # Date format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )
# Examples: "Mon, Jan 2, 2006" or "2006-01-02" # Examples: "Mon, Jan 2, 2006" or "2006-01-02"
date_format = "January, 2006" date_format = "January, 2006"
@ -243,6 +246,12 @@ enableGitInfo = false
icon_pack = "fa" icon_pack = "fa"
link = "//github.com/gcushen" link = "//github.com/gcushen"
# Link to a PDF of your resume/CV from the About widget.
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
# [[params.social]]
# icon = "cv"
# icon_pack = "ai"
# link = "files/cv.pdf"
# Navigation Links # Navigation Links
# To link a homepage widget, specify the URL as a hash `#` followed by the filename of the # To link a homepage widget, specify the URL as a hash `#` followed by the filename of the
@ -282,6 +291,13 @@ enableGitInfo = false
url = "#contact" url = "#contact"
weight = 6 weight = 6
# Link to a PDF of your resume/CV from the menu.
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
# [[menu.main]]
# name = "CV"
# url = "files/cv.pdf"
# weight = 7
# Taxonomies. # Taxonomies.
[taxonomies] [taxonomies]
tag = "tags" tag = "tags"

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

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

@ -1 +1 @@
Subproject commit 9842f517ddff61bdf2ae8f43d3bbaa35e2cb0c27 Subproject commit 11a5d1bf500e45e26a28faf166f7622cc929b052