academic 4.7.0, Hugo 0.65.3, C3SR seminar talk

This commit is contained in:
Carl Pearson
2020-02-25 07:00:02 -06:00
parent f1e70f4561
commit 1df31cc47e
7 changed files with 113 additions and 32 deletions

View File

@@ -11,12 +11,14 @@ title = "Carl Pearson"
# End your URL with a `/` trailing slash, e.g. `https://example.com/`.
baseurl = "https://cwpearson.github.io/"
# Your copyright notice - appears in site footer.
# To display a copyright symbol, type `©`.
copyright = "© 2019 Carl Pearson"
# Enter a copyright notice to display in the site footer.
# To display a copyright symbol, type `©`. For current year, type `{year}`.
copyright = "© {year} Carl Pearson"
# Enable analytics by entering your Google Analytics tracking ID
googleAnalytics = "UA-54975774-2"
############################
## Advanced options below ##
############################
# Name of Academic theme folder in `themes/`.
theme = "academic"
@@ -47,13 +49,16 @@ ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "
mediaType = "application/manifest+json"
rel = "manifest"
# Configure BlackFriday Markdown rendering.
# See: https://gohugo.io/getting-started/configuration/#configure-blackfriday
[blackfriday]
hrefTargetBlank = true # `true` opens external links in a new tab. See https://github.com/gohugoio/hugo/issues/2424
angledQuotes = false
latexDashes = true
extensions = ["backslashLineBreak"]
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true # Enable user to embed HTML snippets in Markdown content.
[markup.highlight]
codeFences = false # Disable Hugo's code highlighter as it conflicts with Academic's highligher.
[markup.tableOfContents]
startLevel = 2
endLevel = 3
[imaging]
resampleFilter = "lanczos"
@@ -62,9 +67,7 @@ extensions = ["backslashLineBreak"]
# Taxonomies.
[taxonomies]
tag = "tags"
tag = "tags"
category = "categories"
publication_type = "publication_types"
author = "authors"

View File

@@ -46,10 +46,6 @@ org_name = ""
# Description for social sharing and search engines. If undefined, superuser role is used in place.
description = ""
# Display 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 = ""
############################
## Site Features
############################
@@ -92,7 +88,7 @@ phone = ""
# Address
# For country_code, use the 2-letter ISO code (see https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 )
address = {street = "222 Coordinated Science Lab, 1308 W. Main St.", city = "Urbana", region = "IL", postcode = "61801", country = "United States", country_code = "US"}
address = {street = "Coordinated Science Lab, 1308 W. Main St.", city = "Urbana", region = "IL", postcode = "61801", country = "United States", country_code = "US"}
coordinates = { latitude = "40.114879", longitude = "-88.226713"}
@@ -129,9 +125,8 @@ date_format = "Jan 2, 2006"
# Examples: "3:04 pm" or "15:04"
time_format = "3:04 PM"
# List delimiter (separates parts of an address)
# Popular separators are ", " (comma), "<br>" (new line), " " (space)
list_delimiter = ", "
# Address format (choose from the [address_formats] list below or add you own to the list).
address_format = "en-us"
############################
## Advanced
@@ -140,11 +135,11 @@ list_delimiter = ", "
# Get user avatars from Gravatar.com? (true/false)
gravatar = false
# Align the main menu to the right of the page? (true/false)
menu_align_right = false
# Main menu alignment (l = left, c = center, r = right) and logo options.
main_menu = {align = "l", show_logo = true}
# Show estimated reading time for posts? (true/false)
reading_time = true
reading_time = false
# Display next/previous section pager? (true/false)
section_pager = false
@@ -153,12 +148,18 @@ docs_section_pager = true # Display pager in Docs layout (e.g. tutorials)?
# Enable in-built social sharing buttons? (true/false)
sharing = true
# Load CSS and JS plugins
# E.g. To load `/assets/css/custom.css`, set `plugins_css = ["custom"]`.
# Load JS plugins
# E.g. To load `/assets/js/custom.js`, set `plugins_js = ["custom"]`.
plugins_css = []
plugins_js = []
# Available address formats.
[address_formats]
en-us = {order = ['street', 'city', 'region', 'postcode'], delimiters = [', ', ', ', ' ', '']}
en-gb = {order = ['street', 'city', 'region', 'postcode'], delimiters = [', ', ', ', ', ', '']}
de = {order = ['street', 'postcode', 'city'], delimiters = ['<br>', ' ', '']}
fr-fr = {order = ['street', 'postcode', 'city'], delimiters = ['<br>', ' ', '']}
zh = {order = ['postcode', 'region', 'city', 'street'], delimiters = [' ', ' ', ' ', '']}
# Configuration of publication pages.
[publications]
# Date format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )
@@ -197,6 +198,11 @@ plugins_js = []
shortname = "" # Paste the shortname from your Disqus dashboard.
show_count = true # Show comment count in page header? (true/false)
# Configuration of Commento.
[comments.commento]
# If self-hosting Commento, enter its URL here (e.g. "https://commento.?.com"), otherwise leave empty.
url = ""
############################
## Search
############################
@@ -236,3 +242,10 @@ plugins_js = []
engine = 2
api_key = ""
zoom = 15
############################
## Marketing
############################
[marketing]
google_analytics = "UA-54975774-2"
google_tag_manager = ""