-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
122 lines (96 loc) · 2.42 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
baseURL = "https://friedokra.dev/" # Your domain name. Must end with "/"
title = "Howdy Y'all"
languageCode = "en-us" # Default language for multilingual sites
theme = "hello-friend-ng"
PygmentsCodeFences = true
PygmentsStyle = "monokai"
paginate = 15
rssLimit = 15
copyright = ""
archetypeDir = "archetypes"
contentDir = "content"
layoutDir = "layouts"
publishDir = "public"
buildDrafts = false
buildFuture = false
buildExpired = false
canonifyURLs = false
enableRobotsTXT = true
enableGitInfo = false
enableEmoji = true
enableMissingTranslationPlaceholders = false
disableRSS = false
disableSitemap = false
disable404 = false
disableHugoGeneratorInject = false
[author]
name = "Stephen Houston"
[blackfriday]
hrefTargetBlank = true
[taxonomies]
tag = "tags"
category = "categories"
series = "series"
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04"
description = "Ramblings and Hobbies of a Software Engineer"
keywords = ""
images = ["/images/okra_bg.jpg"]
homeSubtitle = "Software Engineering Manager"
gitUrl = ""
enableThemeToggle = true
enableSharingButtons = true
customCSS = []
customJS = []
justifyContent = false
[params.footer]
trademark = true
rss = true
copyright = false
author = true
topText = []
bottomText = [
"Powered by <a href=\"http://gohugo.io\">Hugo</a>",
"Made with ❤ by <a href=\"https://github.com/rhazdon\">Djordje Atlialp</a>"
]
[params.logo]
logoText = "howdy y'all"
logoHomeLink = "/"
logoCursorColor = "#669966"
[[params.social]]
name = "github"
url = "https://github.com/okratitan"
[[params.social]]
name = "twitter"
url = "https://twitter.com/stephenmhouston"
[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/in/stephenmhouston"
[[params.social]]
name = "email"
url = "mailto:[email protected]"
[languages]
[languages.en]
title = "Stephen Houston"
subtitle = "Software Engineer"
copyright = ""
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "about/"
[[menu.main]]
identifier = "blog"
name = "Blog"
url = "posts/"
[[menu.main]]
identifier = "projects"
name = "Projects"
url = "projects/"
[[menu.main]]
identifier = "resume"
name = "Resume"
url = "resume/"