-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
46 lines (40 loc) · 1.02 KB
/
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
38
39
40
41
42
43
44
45
46
baseurl = "https://owenderby.com/"
languageCode = "en-US"
title = "Owen Derby"
# Enable comments by entering your Disqus shortname
disqusShortname = "owenderby"
# Enable Google Analytics by entering your tracking code
googleAnalytics = "UA-38535701-2"
theme = "hugo-sustain"
footnotereturnlinkcontents = "↩"
enableEmoji = true
ignoreFiles = ["LICENSE.md"]
[blackfriday]
hrefTargetBlank = true
[permalinks]
post = "/:year/:month/:day/:slug"
[params]
avatar = "profile.jpg"
avatar_fb = "profile_fb.jpg"
author = "Owen Derby"
description = "My personal soap box."
# Custom assets can be linked with their paths relative to static/
custom_css = []
custom_js = []
[social]
Github = "oderby"
Email = "[email protected]"
LinkedIn = "oderby"
# Twitter = "ocderby"
# Stackoverflow = "username"
## Main Menu
[[menu.main]]
name = "blog"
weight = 100
identifier = "blog"
url = "/blog/"
[[menu.main]]
name = "projects"
identifier = "projects"
weight = 200
url = "/projects/"