Update hugo, academic-theme
This commit is contained in:
52
config.toml
52
config.toml
@@ -4,6 +4,9 @@ copyright = "© 2017 Carl Pearson"
|
||||
theme = "academic"
|
||||
enableEmoji = true
|
||||
footnotereturnlinkcontents = "<sup>^</sup>"
|
||||
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
|
||||
preserveTaxonomyNames = true
|
||||
paginate = 10
|
||||
|
||||
# Enable comments by entering your Disqus shortname
|
||||
disqusShortname = ""
|
||||
@@ -15,14 +18,34 @@ googleAnalytics = "UA-54975774-2"
|
||||
defaultContentLanguage = "en"
|
||||
defaultContentLanguageInSubdir = false
|
||||
|
||||
[outputs]
|
||||
home = [ "HTML", "CSS" ]
|
||||
|
||||
# Configure BlackFriday Markdown rendering.
|
||||
# See: https://gohugo.io/readfiles/bfconfig/
|
||||
[blackfriday]
|
||||
hrefTargetBlank = true
|
||||
hrefTargetBlank = true # `true` opens external links in a new tab.
|
||||
fractions = true # `false` disables smart fractions (e.g. 5/12 formatted as a fraction).
|
||||
smartypants = true # `false` disables all smart punctuation substitutions (e.g. smart quotes, dashes, fractions).
|
||||
|
||||
[params]
|
||||
# Color theme.
|
||||
# Choose from `default`, `ocean`, `forest`, or `coffee`.
|
||||
color_theme = "default"
|
||||
|
||||
# Font style.
|
||||
# Choose from `default`, `classic`, or `playfair`.
|
||||
font = "default"
|
||||
|
||||
# Your details.
|
||||
name = "Carl Pearson"
|
||||
role = "PhD Candidate"
|
||||
organization = "University of Illinois Urbana-Champaign"
|
||||
organization_url = "http://www.ece.illinois.edu/"
|
||||
|
||||
# Organizations/Affiliations.
|
||||
# Separate multiple entries with a comma, using the form: `[ {name="Org1", url=""}, {name="Org2", url=""} ]`.
|
||||
organizations = [ { name = "University of Illinois Urbana-Champaign", url = "http://www.ece.illinois.edu/" } ]
|
||||
|
||||
gravatar = false # Get your avatar from Gravatar.com? (true/false)
|
||||
avatar = "headshot.jpg"
|
||||
email = "pearson@illinois.edu"
|
||||
address = "222 Coordinated Science Lab, 1308 W. Main St., Urbana, Illinois 61801"
|
||||
@@ -34,10 +57,31 @@ defaultContentLanguageInSubdir = false
|
||||
# Enable Keybase in Contact section by entering your keybase.io username.
|
||||
keybase = ""
|
||||
|
||||
# Diplay a logo in navigation bar rather than title (optional).
|
||||
# To enable, place an image in `static/img/` and reference its filename below. To disable, set the value to "".
|
||||
logo = ""
|
||||
|
||||
# Enable Google Maps by entering your API key, latitude, and longitude.
|
||||
# Get your API key: https://developers.google.com/maps/documentation/javascript/get-api-key
|
||||
# Get your coords: Right-click place on Google Maps. Select 'What's here?'. At the bottom is a card with the coords.
|
||||
# Disable Google Maps by clearing all three options to "".
|
||||
google_maps_api_key = ""
|
||||
latitude = "40.114879"
|
||||
longitude = "-88.226713"
|
||||
|
||||
# Date format (refer to Go's date format: http://flippinggodateformat.com )
|
||||
# Examples: "Mon, Jan 2, 2006" or "2006-01-02"
|
||||
date_format = "Mon, Jan 2, 2006"
|
||||
|
||||
# Show estimated reading time for posts?
|
||||
reading_time = true
|
||||
|
||||
# Display comment count? Requires commenting to be enabled.
|
||||
comment_count = true
|
||||
|
||||
# Display section pager for posts?
|
||||
section_pager = false
|
||||
|
||||
# Enable global LaTeX math rendering?
|
||||
# If false, you can enable it locally on a per page basis.
|
||||
math = false
|
||||
@@ -102,7 +146,7 @@ defaultContentLanguageInSubdir = false
|
||||
'Technical report', # 4
|
||||
'Book', # 5
|
||||
'Book chapter' # 6
|
||||
]
|
||||
]
|
||||
|
||||
# Social/Academic Networking
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user