theme: sync
This commit is contained in:
parent
e1ef2b8990
commit
c12a731c65
15
config.toml
15
config.toml
@ -46,6 +46,7 @@ enableGitInfo = false
|
|||||||
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).
|
||||||
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).
|
||||||
|
extensions = ["backslashLineBreak"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
# AUTHOR SETUP
|
# AUTHOR SETUP
|
||||||
@ -64,12 +65,19 @@ enableGitInfo = false
|
|||||||
# Details for the Contact Widget
|
# 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\\
|
||||||
|
Wednesday 09:00 to 10:00\\
|
||||||
|
Otherwise email to book an appointment
|
||||||
|
"""
|
||||||
phone = "888 888 88 88"
|
phone = "888 888 88 88"
|
||||||
skype = "echo123"
|
skype = "echo123"
|
||||||
telegram = ""
|
telegram = ""
|
||||||
keybase = "" # Your keybase.io username.
|
keybase = "" # Your keybase.io username.
|
||||||
|
|
||||||
|
# Enter an optional link for booking appointments (e.g. calendly.com).
|
||||||
|
appointment_url = ""
|
||||||
|
|
||||||
# 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" }
|
||||||
@ -307,6 +315,11 @@ enableGitInfo = false
|
|||||||
url = "#projects"
|
url = "#projects"
|
||||||
weight = 4
|
weight = 4
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Tutorials"
|
||||||
|
url = "/tutorial/"
|
||||||
|
weight = 5
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Contact"
|
name = "Contact"
|
||||||
url = "#contact"
|
url = "#contact"
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 2bfa048699f237175873bb0ea5b47cdd7a02ddfc
|
Subproject commit 7aef1cdce95d06517bf1b5305b74f669f9939dc9
|
Loading…
Reference in New Issue
Block a user