-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
65 lines (54 loc) · 1.35 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
baseURL = ""
languageCode = "en-us"
DefaultContentLanguage = "en"
title = "The AVG Dev"
summarylength = 10
enableEmoji = true
enableRobotsTXT = true
theme = "anatole"
staticDir = ["static"]
# Enable Disqus
#disqusShortname = ""
# Google Analytics
#googleAnalytics = "UA-123-45"
[params]
title = "The Average Developer"
author = "Mark Ostrander"
copyright = "2020-2021"
description = "Providing the web with above average content"
profilePicture = "images/Logo_TheAvgDev.png"
dateFormat = "January 2, 2006" # if unset, default is "2006-01-02"
mainSections = ["posts"]
images = ["images/Logo_TheAvgDev.png"]
displayMode = "light"
disableThemeSwitcher = true # Theme switcher is enabled by default
## Social links
# use 'fab' when brand icons, use 'fas' when standard solid icons.
[[params.socialIcons]]
icon = "fab fa-github"
title = "GitHub"
url = "https://github.com/ostranme/theavgdev"
[[params.socialIcons]]
icon = "fab fa-instagram"
title = "instagram"
url = "https://www.instagram.com/theavgdev/"
[[params.socialIcons]]
icon = "fab fa-twitter"
title = "twitter"
url = "https://twitter.com/TheAvgDev"
[menu]
[[menu.main]]
name = "Home"
identifier = "home"
weight = 100
url = "/"
[[menu.main]]
name = "Posts"
weight = 200
identifier = "posts"
url = "/posts/"
[[menu.main]]
name = "About"
weight = 300
identifier = "about"
url = "/about/"