-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
69 lines (57 loc) · 1.33 KB
/
hugo.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
baseURL = "https://amree.dev"
languageCode = "en-us"
title = "Amree Zaid"
baseurl = "/"
theme = "terminal"
[pagination]
pagerSize = 5
[params]
contentTypeName = "posts"
themeColor = "red"
# if you set this to 0, only submenu trigger will be visible
showMenuItems = 2
fullWidthTheme = false
centerTheme = true
subtitle = "A place for me to share something"
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
newerPosts = "Newer posts"
olderPosts = "Older posts"
missingContentMessage = "Page not found..."
missingBackButtonLabel = "Back to home page"
[params.logo]
logoText = "Amree Zaid"
logoHomeLink = "/"
[params.twitter]
creator = "AmreeZaid"
site = "AmreeZaid"
[taxanomies]
tag = "tags"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[permalinks]
posts = "/:year/:month/:day/:title/"
[menu]
[[menu.main]]
identifier = "archive"
name = "Archive"
url = "/archive"
weight = 1
[[menu.main]]
identifier = "random"
name = "Random"
url = "/random"
weight = 2
[[menu.main]]
identifier = "twitter"
name = "Twitter"
url = "https://twitter.com/AmreeZaid"
weight = 3
[[menu.main]]
identifier = "github"
name = "Github"
url = "https://github.com/amree"
weight = 4