This repository was archived by the owner on Jun 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
executable file
·73 lines (66 loc) · 1.87 KB
/
config.toml
File metadata and controls
executable file
·73 lines (66 loc) · 1.87 KB
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
baseURL = "https://blog.ranvier.net/"
languageCode = "en-us"
title = "Ranvier Blog"
theme = "terminal"
paginate = 5
enableEmoji = true
[params]
# dir name of your blog content (default is `content/posts`)
contentTypeName = "posts"
# ["orange", "blue", "red", "green", "pink"]
themeColor = "red"
# if you set this to 0, only submenu trigger will be visible
showMenuItems = 6
# show selector to switch language
showLanguageSelector = false
# set theme to full screen width
fullWidthTheme = false
# center theme with default width
centerTheme = true
# set a custom favicon (default is a `themeColor` square)
favicon = "https://ranvier.net/static/img/favicon.png"
[languages]
[languages.en]
languageName = "English"
title = "Ranvier Blog"
keywords = ""
copyright = ""
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
[languages.en.params.logo]
logoText = "Ranvier"
logoHomeLink = "/"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "tutorials"
name = "Tutorials"
url = "/posts/tutorials"
weight = 1
[[languages.en.menu.main]]
identifier = "projects"
name = "Projects"
url = "/posts/projects"
weight = 1
[[languages.en.menu.main]]
identifier = "presentations"
name = "Presentations"
url = "/posts/presentations"
weight = 1
[[languages.en.menu.main]]
identifier = "resources"
name = "Resources"
url = "/posts/resources"
weight = 1
[[languages.en.menu.main]]
identifier = "about"
name = "About Me"
url = "/about"
weight = 3
[[languages.en.menu.main]]
identifier = "rss"
name = "RSS"
url = "/index.xml"
weight = 50
[permalinks]
posts = "/:year/:month/:title/"