Skip to content

Commit

Permalink
theme: sync
Browse files Browse the repository at this point in the history
  • Loading branch information
gcushen committed Dec 5, 2018
1 parent e1ef2b8 commit c12a731
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ enableGitInfo = false
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).
extensions = ["backslashLineBreak"]

[params]
# AUTHOR SETUP
Expand All @@ -64,12 +65,19 @@ enableGitInfo = false
# Details for the Contact Widget
email = "[email protected]"
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"
skype = "echo123"
telegram = ""
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).
# Uncomment line below to use.
# discussion = { name = "Discuss", url = "https://discourse.gohugo.io" }
Expand Down Expand Up @@ -307,6 +315,11 @@ enableGitInfo = false
url = "#projects"
weight = 4

[[menu.main]]
name = "Tutorials"
url = "/tutorial/"
weight = 5

[[menu.main]]
name = "Contact"
url = "#contact"
Expand Down
2 changes: 1 addition & 1 deletion themes/academic

0 comments on commit c12a731

Please sign in to comment.