|
|
|
@ -36,8 +36,8 @@ logo = ""
@@ -36,8 +36,8 @@ logo = ""
|
|
|
|
|
# Enable source code highlighting? true/false |
|
|
|
|
# Documentation: https://sourcethemes.com/academic/docs/writing-markdown-latex/#highlighting-options |
|
|
|
|
highlight = true |
|
|
|
|
highlight_languages = ["r", "go", "golang"] # Add support for highlighting additional languages |
|
|
|
|
# highlight_style = "github" # For supported styles, see https://cdnjs.com/libraries/highlight.js/ |
|
|
|
|
highlight_languages = ["go"] # Add support for highlighting additional languages |
|
|
|
|
#highlight_style = "github" # For supported styles, see https://cdnjs.com/libraries/highlight.js/ |
|
|
|
|
|
|
|
|
|
# Enable LaTeX math rendering? true/false |
|
|
|
|
# If false, you can enable math on a per page basis as needed. |
|
|
|
@ -69,7 +69,7 @@ time_format = "3:04 PM"
@@ -69,7 +69,7 @@ time_format = "3:04 PM"
|
|
|
|
|
# Enter contact details (optional). To hide a field, clear it to "". |
|
|
|
|
email = "trevor@rocketnine.space" |
|
|
|
|
phone = "" |
|
|
|
|
address = "" |
|
|
|
|
address = {} |
|
|
|
|
|
|
|
|
|
# Office hours: use `<br>` to insert a line break, or set to "" to remove office hours |
|
|
|
|
office_hours = "" |
|
|
|
@ -87,27 +87,6 @@ contact_links = []
@@ -87,27 +87,6 @@ contact_links = []
|
|
|
|
|
# {icon = "telegram", icon_pack = "fab", name = "Telegram Me", link = "https://telegram.me/@Telegram"}, |
|
|
|
|
# ] |
|
|
|
|
|
|
|
|
|
# Display a map. |
|
|
|
|
# To show your address on a map in the contact widget, you need to enter your latitude, longitude and choose |
|
|
|
|
# a map provider below. |
|
|
|
|
# To use Google Maps, set `map = 1` and enter your API key that can be obtained here: |
|
|
|
|
# https://developers.google.com/maps/documentation/javascript/get-api-key |
|
|
|
|
# To use OpenStreetMap tiles, set `map = 2`. |
|
|
|
|
# To use OpenStreetMap on a high traffic site, set `map = 3` and enter your API key that can be obtained here: |
|
|
|
|
# https://www.mapbox.com/studio/account/tokens |
|
|
|
|
# To get your coordinates, right-click on Google Maps and choose "What's here?". The coords will show up at the bottom. |
|
|
|
|
# |
|
|
|
|
# Map provider: |
|
|
|
|
# 0: No map |
|
|
|
|
# 1: Google Maps |
|
|
|
|
# 2: OpenStreetMap (Mapnik) |
|
|
|
|
# 3: OpenStreetMap (Mapbox) |
|
|
|
|
map = 0 |
|
|
|
|
map_api_key = "" |
|
|
|
|
latitude = "37.4275" |
|
|
|
|
longitude = "-122.1697" |
|
|
|
|
zoom = 15 |
|
|
|
|
|
|
|
|
|
############################ |
|
|
|
|
## Plugins ## |
|
|
|
|
############################ |
|
|
|
@ -189,3 +168,32 @@ sharing = false
@@ -189,3 +168,32 @@ sharing = false
|
|
|
|
|
api_key = "" |
|
|
|
|
index_name = "" |
|
|
|
|
show_logo = false |
|
|
|
|
|
|
|
|
|
############################ |
|
|
|
|
## Maps |
|
|
|
|
############################ |
|
|
|
|
[map] |
|
|
|
|
# To show your address on a map in the Contact widget, enter your latitude and longitude (above) |
|
|
|
|
# and choose a map provider below. |
|
|
|
|
# |
|
|
|
|
# To use Google Maps, set `engine` to 1 and enter your API key that can be obtained here: |
|
|
|
|
# https://developers.google.com/maps/documentation/javascript/get-api-key |
|
|
|
|
# To use OpenStreetMap tiles, set `engine` to 2. |
|
|
|
|
# To use OpenStreetMap on a high traffic site, set `engine` to 3 and enter your API key that can be obtained here: |
|
|
|
|
# https://www.mapbox.com/studio/account/tokens |
|
|
|
|
# |
|
|
|
|
# Map provider: |
|
|
|
|
# 0: No map |
|
|
|
|
# 1: Google Maps |
|
|
|
|
# 2: OpenStreetMap (Mapnik) |
|
|
|
|
# 3: OpenStreetMap (Mapbox) |
|
|
|
|
engine = 0 |
|
|
|
|
api_key = "" |
|
|
|
|
zoom = 15 |
|
|
|
|
|
|
|
|
|
############################ |
|
|
|
|
## Marketing |
|
|
|
|
############################ |
|
|
|
|
[marketing] |
|
|
|
|
google_analytics = "" |
|
|
|
|
google_tag_manager = "" |
|
|
|
|