-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
99 lines (81 loc) · 2.19 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
baseURL = 'https://www.nerdondon.com/'
languageCode = 'en-us'
title = 'nerdondon'
theme = 'hugo-theme-hello-friend'
paginate = 6
enableGitInfo = true
googleAnalytics = 'G-G9DH6KSKM8'
[params]
# dir name of your blog content (default is `content/posts`).
# the list of set content will show up on your index page (baseurl).
contentTypeName = "posts"
# "light" or "dark"
defaultTheme = "dark"
# if you set this to 0, only submenu trigger will be visible
showMenuItems = 4
# Show reading time in minutes for posts
showReadingTime = false
# Show table of contents at the top of your posts (defaults to false)
# Alternatively, add this param to post front matter for specific posts
# toc = true
# Show full page content in RSS feed items
# (default is Description or Summary metadata in the front matter)
# rssFullText = true
[[params.social]]
name = "twitter"
url = "https://twitter.com/nerdondon"
[[params.social]]
name = "github"
url = "https://github.com/nerdondon"
[languages]
[languages.en]
title = "nerdondon"
subtitle = "Blog mostly about tech but also other random stuff that comes to mind...maybe..."
keywords = ""
copyright = ""
menuMore = "Show more"
writtenBy = "Written by"
readMore = "Read more"
readOtherPosts = "Read other posts"
newerPosts = "Newer posts"
olderPosts = "Older posts"
minuteReadingTime = "min read"
dateFormatSingle = "Jan 01, 2006"
dateFormatList = "Jan 01, 2006"
# leave empty to disable, enter display text to enable
lastModDisplay = "Last modified:"
[languages.en.params.logo]
logoText = "ssh nerdondon@localhost"
logoHomeLink = "/"
# or
#
# path = "/img/your-example-logo.svg"
# alt = "Your example logo alt text"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about"
weight = 1
[[languages.en.menu.main]]
identifier = "archive"
name = "Posts"
url = "/archive"
weight = 2
[[languages.en.menu.main]]
identifier = "reading-list"
name = "Reading List"
url = "/reading-list"
weight = 3
[[languages.en.menu.main]]
identifier = "cool-shit"
name = "Cool Shit"
url = "/cool-shit"
weight = 4
[[languages.en.menu.main]]
identifier = "interview-prep"
name = "Interview Prep"
url = "/interview-prep"
weight = 5
[frontmatter]
lastmod = ['lastmod', ':default']