-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
44 lines (37 loc) · 923 Bytes
/
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
baseURL = "https://hartmantam.xyz/"
languageCode = "en-us"
title = "(no title)"
theme = "PaperMod"
copyright = "This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/)"
enableRobotsTXT = true
[params]
env = "production"
title = "(no title)"
description = "Anything can show up here"
author = ["Hartman"]
keywords = ["blog", "tech", "server", "linux", "windows"]
ShowReadingTime = true
ShowCodeCopyButtons = true
disableSpecial1stPost = true
[params.fuseOpts]
minMatchCharLength = 3
useExtendedSearch = true
keys = ["title", "summary", "content"]
[outputs]
home = ["HTML", "RSS", "JSON"]
[[menu.main]]
name = "Tech"
url = "/tech"
weight = 10
[[menu.main]]
name = "About"
url = "/about"
weight = 20
[[menu.main]]
name = "Tags"
url = "/tags"
weight = 30
[[menu.main]]
name = "Search"
url = "/search"
weight = 90