|
@@ -37,15 +37,9 @@ defaultContentLanguageInSubdir = false
|
|
enableGitInfo = false
|
|
enableGitInfo = false
|
|
|
|
|
|
[outputs]
|
|
[outputs]
|
|
- home = [ "HTML", "CSS", "RSS", "search" ]
|
|
|
|
|
|
+ home = [ "HTML", "CSS", "RSS", "JSON" ]
|
|
section = [ "HTML", "RSS" ]
|
|
section = [ "HTML", "RSS" ]
|
|
|
|
|
|
-[outputFormats.search]
|
|
|
|
- baseName = "search"
|
|
|
|
- isPlainText = true
|
|
|
|
- mediaType = "application/json"
|
|
|
|
- notAlternative = true
|
|
|
|
-
|
|
|
|
# Configure BlackFriday Markdown rendering.
|
|
# Configure BlackFriday Markdown rendering.
|
|
# See: https://gohugo.io/getting-started/configuration/#configure-blackfriday
|
|
# See: https://gohugo.io/getting-started/configuration/#configure-blackfriday
|
|
[blackfriday]
|
|
[blackfriday]
|
|
@@ -54,13 +48,7 @@ enableGitInfo = false
|
|
smartypants = true # `false` disables all smart punctuation substitutions (e.g. smart quotes, dashes, fractions).
|
|
smartypants = true # `false` disables all smart punctuation substitutions (e.g. smart quotes, dashes, fractions).
|
|
|
|
|
|
[params]
|
|
[params]
|
|
- # Color theme.
|
|
|
|
- # Choose from `default`, `ocean`, `forest`, `coffee`, `dark`, or `1950s`.
|
|
|
|
- color_theme = "default"
|
|
|
|
-
|
|
|
|
- # Font style.
|
|
|
|
- # Choose from `default`, `classic`, or `playfair`.
|
|
|
|
- font = "default"
|
|
|
|
|
|
+ # AUTHOR SETUP
|
|
|
|
|
|
# Your details.
|
|
# Your details.
|
|
name = "Lena Smith"
|
|
name = "Lena Smith"
|
|
@@ -72,24 +60,20 @@ enableGitInfo = false
|
|
|
|
|
|
gravatar = false # Get your avatar from Gravatar.com? (true/false)
|
|
gravatar = false # Get your avatar from Gravatar.com? (true/false)
|
|
avatar = "portrait.jpg" # Specify an avatar image (in `static/img/` folder) or delete value to disable avatar.
|
|
avatar = "portrait.jpg" # Specify an avatar image (in `static/img/` folder) or delete value to disable avatar.
|
|
|
|
+
|
|
|
|
+ # Details for the Contact Widget
|
|
email = "test@example.org"
|
|
email = "test@example.org"
|
|
address = "Building 1 Room 1, Stanford University, California, 90210, USA"
|
|
address = "Building 1 Room 1, Stanford University, California, 90210, USA"
|
|
office_hours = "Monday 10:00 to 13:00 or email for appointment"
|
|
office_hours = "Monday 10:00 to 13:00 or email for appointment"
|
|
phone = "888 888 88 88"
|
|
phone = "888 888 88 88"
|
|
skype = "echo123"
|
|
skype = "echo123"
|
|
telegram = ""
|
|
telegram = ""
|
|
-
|
|
|
|
- # Enable Keybase in Contact widget by entering your keybase.io username.
|
|
|
|
- keybase = ""
|
|
|
|
|
|
+ keybase = "" # Your keybase.io username.
|
|
|
|
|
|
# Discussion link (e.g. link to a forum, mailing list, or chat).
|
|
# Discussion link (e.g. link to a forum, mailing list, or chat).
|
|
# Uncomment line below to use.
|
|
# Uncomment line below to use.
|
|
# discussion = { name = "Discuss", url = "https://discourse.gohugo.io" }
|
|
# discussion = { name = "Discuss", url = "https://discourse.gohugo.io" }
|
|
|
|
|
|
- # 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/disable map in Contact widget.
|
|
# Enable/disable map in Contact widget.
|
|
# To show your address on a map in the contact widget, you need to enter your latitude, longitude and choose
|
|
# To show your address on a map in the contact widget, you need to enter your latitude, longitude and choose
|
|
# a map provider below.
|
|
# a map provider below.
|
|
@@ -111,6 +95,29 @@ enableGitInfo = false
|
|
longitude = "-122.1697"
|
|
longitude = "-122.1697"
|
|
zoom = 15
|
|
zoom = 15
|
|
|
|
|
|
|
|
+ # SITE SETUP
|
|
|
|
+
|
|
|
|
+ # Color theme.
|
|
|
|
+ # Choose from `default`, `ocean`, `forest`, `dark`, `apogee`, `1950s`, `coffee`, `cupcake`.
|
|
|
|
+ color_theme = "default"
|
|
|
|
+
|
|
|
|
+ # Font style.
|
|
|
|
+ # Choose from `default`, `classic`, or `playfair`.
|
|
|
|
+ font = "default"
|
|
|
|
+
|
|
|
|
+ # Description for social sharing and search engines. If undefined, author role is used in place.
|
|
|
|
+ description = ""
|
|
|
|
+
|
|
|
|
+ # Default image for social sharing and search engines. Place image in `static/img/` folder and specify image name here.
|
|
|
|
+ sharing_image = ""
|
|
|
|
+
|
|
|
|
+ # Twitter username (without @). Used when a vistor shares your site on Twitter.
|
|
|
|
+ twitter = ""
|
|
|
|
+
|
|
|
|
+ # 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 = ""
|
|
|
|
+
|
|
# Date and time format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )
|
|
# 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"
|
|
@@ -205,40 +212,53 @@ enableGitInfo = false
|
|
# List publications and talks related to the project?
|
|
# List publications and talks related to the project?
|
|
list_children = true
|
|
list_children = true
|
|
|
|
|
|
|
|
+ # Post list format.
|
|
|
|
+ # 0 = Simple
|
|
|
|
+ # 1 = Detailed
|
|
|
|
+ # 2 = Stream
|
|
|
|
+ post_format = 2
|
|
|
|
+
|
|
# Publication list format.
|
|
# Publication list format.
|
|
# 0 = Simple
|
|
# 0 = Simple
|
|
# 1 = Detailed
|
|
# 1 = Detailed
|
|
# 2 = APA
|
|
# 2 = APA
|
|
# 3 = MLA
|
|
# 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
|
|
# Social/Academic Networking
|
|
#
|
|
#
|
|
- # Icon pack "fa" includes the following social network icons:
|
|
|
|
|
|
+ # Icon pack "fab" includes the following social network icons:
|
|
#
|
|
#
|
|
# twitter, weibo, linkedin, github, facebook, pinterest, google-plus,
|
|
# twitter, weibo, linkedin, github, facebook, pinterest, google-plus,
|
|
# youtube, instagram, soundcloud
|
|
# youtube, instagram, soundcloud
|
|
#
|
|
#
|
|
- # For email icon, use "fa" icon pack, "envelope" icon, and
|
|
|
|
|
|
+ # For email icon, use "fas" icon pack, "envelope" icon, and
|
|
# "mailto:your@email.com" as the link.
|
|
# "mailto:your@email.com" as the link.
|
|
#
|
|
#
|
|
- # Full list: https://fortawesome.github.io/Font-Awesome/icons/
|
|
|
|
|
|
+ # Full list: https://fontawesome.com/icons
|
|
#
|
|
#
|
|
- # Icon pack "ai" includes the following academic network icons:
|
|
|
|
|
|
+ # Icon pack "ai" includes the following academic icons:
|
|
#
|
|
#
|
|
- # google-scholar, arxiv, orcid, researchgate, mendeley
|
|
|
|
|
|
+ # cv, google-scholar, arxiv, orcid, researchgate, mendeley
|
|
#
|
|
#
|
|
# Full list: https://jpswalsh.github.io/academicons/
|
|
# Full list: https://jpswalsh.github.io/academicons/
|
|
|
|
|
|
[[params.social]]
|
|
[[params.social]]
|
|
icon = "envelope"
|
|
icon = "envelope"
|
|
- icon_pack = "fa"
|
|
|
|
- link = "mailto:test@example.org"
|
|
|
|
|
|
+ icon_pack = "fas"
|
|
|
|
+ link = "#contact" # For a direct email link, use "mailto:test@example.org".
|
|
|
|
|
|
[[params.social]]
|
|
[[params.social]]
|
|
icon = "twitter"
|
|
icon = "twitter"
|
|
- icon_pack = "fa"
|
|
|
|
- link = "//twitter.com/GeorgeCushen"
|
|
|
|
|
|
+ icon_pack = "fab"
|
|
|
|
+ link = "https://twitter.com/GeorgeCushen"
|
|
|
|
|
|
[[params.social]]
|
|
[[params.social]]
|
|
icon = "google-scholar"
|
|
icon = "google-scholar"
|
|
@@ -247,8 +267,8 @@ enableGitInfo = false
|
|
|
|
|
|
[[params.social]]
|
|
[[params.social]]
|
|
icon = "github"
|
|
icon = "github"
|
|
- icon_pack = "fa"
|
|
|
|
- link = "//github.com/gcushen"
|
|
|
|
|
|
+ icon_pack = "fab"
|
|
|
|
+ link = "https://github.com/gcushen"
|
|
|
|
|
|
# Link to a PDF of your resume/CV from the About widget.
|
|
# 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.
|
|
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
|
|
@@ -286,8 +306,8 @@ enableGitInfo = false
|
|
weight = 4
|
|
weight = 4
|
|
|
|
|
|
[[menu.main]]
|
|
[[menu.main]]
|
|
- name = "Teaching"
|
|
|
|
- url = "#teaching"
|
|
|
|
|
|
+ name = "Tutorials"
|
|
|
|
+ url = "/tutorial/"
|
|
weight = 5
|
|
weight = 5
|
|
|
|
|
|
[[menu.main]]
|
|
[[menu.main]]
|