forked from HugoBlox/theme-academic-cv
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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" } | ||
|
@@ -307,6 +315,11 @@ enableGitInfo = false | |
url = "#projects" | ||
weight = 4 | ||
|
||
[[menu.main]] | ||
name = "Tutorials" | ||
url = "/tutorial/" | ||
weight = 5 | ||
|
||
[[menu.main]] | ||
name = "Contact" | ||
url = "#contact" | ||
|
Submodule academic
updated
from 2bfa04 to 7aef1c