-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
93 lines (81 loc) · 1.57 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
82
83
84
85
86
87
88
89
90
91
92
93
baseURL = '/'
title = 'accessible.tips'
DefaultContentLanguage = "en"
languageCode = 'en-us'
timeZone = 'UTC'
enableEmoji = true
enableRobotsTXT = true
enableGitInfo = false
rssLimit = 25
ignoreFiles = [ '.gitignore', '.gitkeep' ]
theme = ['hugo-xmin']
uglyURLs = false
[permalinks]
tips = '/tips/:slug/'
posts = '/posts/:year-:month-:day-:slug/'
tags = '/tags/:title/'
[sitemap]
changefreq = 'weekly'
filename = 'sitemap.xml'
priority = 0.5
[imaging]
[imaging.exif]
disableDate = false
disableLatLong = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlilght]
codeFences = false
[outputs]
home = ["HTML", "RSS", "JSON"]
[params]
description = 'A collection of accessibility tips and tricks'
footer = '© {Year}'
[menu]
[[menu.main]]
identifier = 'search'
name = 'Search'
url = '/search/'
weight = 10
[[menu.main]]
identifier = 'categories'
name = 'Categories'
url = '/categories/'
weight = 20
[[menu.main]]
identifier = 'tips'
name = 'Tips'
url = '/tips/'
weight = 30
[[menu.main]]
identifier = 'anecdotes'
name = 'Anecdotes'
url = '/anecdotes/'
weight = 40
[[menu.main]]
identifier = 'faq'
name = 'FAQ'
url = '/faq/'
weight = 50
[[menu.main]]
identifier = 'posts'
name = 'News'
url = '/posts/'
weight = 60
[[menu.main]]
identifier = 'about'
name = 'About'
url = '/'
weight = 70
[[menu.main]]
identifier = 'rss'
name = 'RSS'
url = 'index.xml'
weight = 80
#[[menu.main]]
# identifier = 'tags'
# name = 'Tags'
# url = '/tags/'
# weight = 30