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

@@ -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 = ""