|
@@ -2,13 +2,13 @@
|
|
|
# Documentation: https://sourcethemes.com/academic/
|
|
|
|
|
|
# Color theme.
|
|
|
-# Choose from `default`, `ocean`, `forest`, `dark`, `apogee`, `1950s`, `coffee`, `cupcake`, `strawberry`.
|
|
|
+# Choose from `default`, `ocean`, `forest`, `dark`, `apogee`, `1950s`, `coffee`, `rose`, `strawberry`, `mr_robot`.
|
|
|
color_theme = "default"
|
|
|
# Enable users to switch between day and night mode?
|
|
|
day_night = true
|
|
|
|
|
|
# Font style.
|
|
|
-# Choose from `default`, `classic`, or `playfair`.
|
|
|
+# Choose from `default`, `classic`, `rose`, or `mr_robot`.
|
|
|
font = "default"
|
|
|
|
|
|
# Description for social sharing and search engines. If undefined, superuser role is used in place.
|
|
@@ -39,6 +39,10 @@ math = false
|
|
|
# Anonymize IP in Google Analytics (if enabled)
|
|
|
privacy_pack = false
|
|
|
|
|
|
+# Enable visitors to edit pages?
|
|
|
+# `repo` defines the repository URL. `editable` defines which page types can be edited.
|
|
|
+edit_page = {repo_url = "https://github.com/gcushen/hugo-academic", editable = {docs = true}}
|
|
|
+
|
|
|
# Date and time format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )
|
|
|
# Examples: "Mon, Jan 2, 2006" or "2006-01-02"
|
|
|
date_format = "Jan 2, 2006"
|
|
@@ -86,7 +90,7 @@ contact_links = [
|
|
|
# 1: Google Maps
|
|
|
# 2: OpenStreetMap (Mapnik)
|
|
|
# 3: OpenStreetMap (Mapbox)
|
|
|
-map = 0
|
|
|
+map = 2
|
|
|
map_api_key = ""
|
|
|
latitude = "37.4275"
|
|
|
longitude = "-122.1697"
|