-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
37 lines (31 loc) · 881 Bytes
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
baseurl = "https://jhselvik.com/"
languageCode = "en-US"
title = "Joe Selvik"
# Enable comments by entering your Disqus shortname
disqusShortname = ""
# Enable Google Analytics by entering your tracking code
googleAnalytics = ""
theme = "hugo-sustain-vitae"
[permalinks]
post = "/:year/:month/:day/:slug"
[params]
avatar = "architecture-sq_200.jpg"
author = "Joe Selvik"
description = "Hello, I'm Joe and this is a little bit about me"
# Custom assets can be linked with their paths relative to static/
custom_css = []
custom_js = []
[params.social]
Github = "jhselvik"
Email = "[email protected]"
LinkedIn = "jhselvik"
[params.vitae]
website = "jhselvik.com"
website_full = "https://jhselvik.com"
city = "Denver, Colorado"
## Main Menu
[[menu.main]]
name = "resume"
identifier = "resume"
weight = 300
url = "/vitae/"