-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
80 lines (74 loc) · 1.78 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
baseURL = 'https://www.rfc20.org/'
languageCode = 'en-us'
title = 'RFC20'
#disableKinds = ['taxonomy', 'term']
[markup]
[markup.highlight]
style = 'bw'
# See https://zwbetz.com/make-a-hugo-blog-from-scratch/#date-and-tags-partial
# See https://gohugo.io/content-management/taxonomies/
#
# By default Hugo uses these taxonomies:
#
# [taxonomies]
# category = "categories"
# tag = "tags"
#
# We only want to use tags:
[taxonomies]
tag = "tags"
# See https://feathericons.com/
# The value of pre is the icon name
# [menu]
# [[menu.main]]
# name = "Home"
# pre = "home"
# url = "/"
# weight = 1
# [[menu.main]]
# name = "Blog"
# pre = "edit"
# url = "/blog/"
# weight = 2
# [[menu.main]]
# name = "Tags"
# pre = "tag"
# url = "/tags/"
# weight = 3
# Install mods: hugo mod get -u
# Clean the cache: hugo mod clean
#
# Update only the modules that your site directly depends on:
#
# hugo mod get -u
#
# Update the modules that your site depends on in a recursive fashion:
#
# hugo mod get -u ./...
#
# Update only the specified module to the latest version. Example:
# hugo mod get -u gitlab.com/kaushalmodi/hugo-mwe-theme
#
# hugo mod get -u <module path>
#
# Update a module to the specified git tag or commit. Example:
# hugo mod get gitlab.com/kaushalmodi/[email protected]
#
# hugo mod get <module path>@<git ref>
#
# Print dependency graph:
#
# hugo mod graph
#
[module]
[[module.imports]]
disable = false
path = "github.com/kaushalmodi/hugo-debugprint"
[[module.imports]]
disable = true
path = "github.com/kaushalmodi/hugo-bare-min-theme"
[[module.imports]]
disable = false
path = "github.com/matta/rfc20-theme"
[markup.goldmark.renderer]
unsafe = true