-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
39 lines (32 loc) · 913 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
38
39
baseURL = "https://brandonsstewart.com"
languageCode = "en-us"
title = "Brandon's Blog"
theme = "hugo-theme-codex"
googleAnalytics = "UA-172938556-1"
[params]
github = "https://github.com/boveus"
email = "mailto:[email protected]"
linkedin = "https://www.linkedin.com/in/brandon-scott-stewart/"
iconTitles = ["GitHub", "Email", 'LinkedIn']
Description = "Brandon Stewarts personal blog site. Most of my posts involve Application Security and Software Development"
[markup]
[markup.highlight]
codeFences = false
# Set to false to disallow raw HTML in markdown files
[markup.goldmark.renderer]
unsafe = true
[[menu.main]]
identifier = "admin"
name = "admin"
title = "Admin Login"
url = "/admin.html"
[[menu.main]]
identifier = "about"
name = "about"
title = "About"
url = "/"
[[menu.main]]
identifier = "blog"
name = "blog"
title = "Blog"
url = "/blog"