-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
79 lines (71 loc) · 1.63 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
baseURL = "/"
languageCode = "en-us"
title = "ngaihte.com"
theme = "terminal"
paginate = 10
preserveTaxonomyNames = true
[taxonomies]
category = "categories"
[permalinks]
post = "/:slug/"
page = "/:slug/"
[menu]
[[menu.main]]
identifier = 'home'
name = 'Home'
url = '/'
[[menu.main]]
identifier = 'about'
name = 'About'
url = '/about/'
[[menu.main]]
identifier = 'categories'
name = 'Categories'
url = '/categories'
[[menu.main]]
identifier = 'projects'
name = 'Projects'
url = '/projects'
[params]
contentTypeName = "posts"
description = "ngaih.tech"
themeColor = "green"
fullWidthTheme = false
centerTheme = true
favicon = "/android-chrome-512x512.png"
[params.twitter]
creator = "nga1hte"
site = "ngaihte.com"
[languages]
[languages.en]
title = "ngaihte.com"
subtitle = "A blog about code and hacking"
keywords = ""
copyright = ""
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
[languages.en.params.logo]
logoText = "ngaihte.com"
logoHomeLink = "/"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 10
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about"
weight = 20
[[languages.en.menu.main]]
identifier = "projects"
name = "Projects"
url = "/projects"
weight = 30
[[languages.en.menu.main]]
identifier = "categories"
name = "Categories"
url = "/categories"
weight = 40