-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
81 lines (73 loc) · 1.96 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
baseurl = "/"
languageCode = "en-us"
theme = "hello-friend"
#theme = "Niello"
#disableKinds = ["sitemap"]
#disableRSS = true
#theme = "terminal"
paginate = 5
[params]
# dir name of your blog content (default is `content/posts`)
contentTypeName = "posts"
# "light" or "dark"
defaultTheme = "dark"
# If you set this to 0, only submenu trigger will be visible
showMenuItems = 3
# Show reading time in minutes for posts
showReadingTime = false
# Add Home tile
homeSubtitle = "Linux Admin by day and a Coder by night"
[languages]
[languages.en]
title = "NixBytes"
subtitle = "Linux Admin by day and a Coder by night"
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 = "2006-01-02"
dateFormatList = "2006-01-02"
[languages.en.params.logo]
logoText = "NixBytes"
logoHomeLink = "/"
# or
#
# path = "/img/glitch-logo.GIF"
alt = "Linux Admin by day and a Coder by night"
# alt = "Your example logo alt text"
[[params.social]]
name = "github"
url = "https://github.com/nixbytes"
[[params.social]]
name = "email"
url = "mailto:[email protected]"
[[params.social]]
name = "twitter"
url = "https://twitter.com/nixbyte3"
[[languages.en.menu.main]]
identifier = "blog"
name = "Blog"
url = "/posts"
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about"
# [[languages.en.menu.main]]
# identifier = "projects"
# name = "Projects"
# url = "/projects"
#[taxonomies]
# category = "blog"
# tag = "tags"
# series = "series"
#[taxonomies]
# tag = "tags"
# category = "categories"
[taxonomies]
tag = "tags"
category = "categories"