-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
55 lines (49 loc) · 1.16 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
languageCode = "ja"
title = "週刊Deno"
publishdir = "./dist/"
# For consistency with pagic, sets this to true.
uglyURLs = true
[markup]
[markup.tableOfContents]
endLevel = 3
ordered = false
startLevel = 2
[frontmatter]
date = ['date', 'publishDate', 'lastmod']
expiryDate = ['expiryDate']
lastmod = [':git', 'lastmod', 'date', 'publishDate']
publishDate = ['publishDate', 'date']
[params]
showToc = true
assets.favicon = 'https://raw.githubusercontent.com/uki00a/blog/master/src/assets/favicon.ico'
[menu]
[[menu.main]]
identifier = 'tags'
name = 'タグ'
pre = "<i class='fa fa-heart'></i>"
url = '/tags.html'
weight = -110
[[menu.main]]
identifier = 'categories'
name = 'カテゴリー'
pre = "<i class='fa fa-heart'></i>"
url = '/categories.html'
weight = -100
[[menu.main]]
name = 'ギャラリー'
post = "<span class='alert'></span>"
pre = "<i class='fa fa-road'></i>"
url = '/gallery.html'
weight = -90
[[menu.main]]
name = 'RSS feed'
post = "<span class='alert'></span>"
pre = "<i class='fa fa-road'></i>"
url = '/index.xml'
weight = -80
[[menu.main]]
name = 'About'
post = "<span class='alert'></span>"
pre = "<i class='fa fa-road'></i>"
url = '/about.html'
weight = -70