-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
48 lines (42 loc) · 1.26 KB
/
hugo.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
baseURL = 'kritrim.xyz'
languageCode = 'en-us'
title = '/home/kritrim'
theme = 'PaperMod'
[[menu.main]]
identifier = "archives"
name = "Archives"
url = "/archives/"
weight = 10
[[menu.main]]
identifier = "categories"
name = "Categories"
url = "/categories/"
weight = 20
[[menu.main]]
identifier = "search"
name = "Search"
url = "/search/"
weight = 30
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 40
[outputs]
home = ["HTML", "RSS", "JSON"]
[params]
ShowShareButtons = true
ShowReadingTime = true
ShowBreadCrumbs = true
ShowPostNavLinks = true
[params.homeInfoParams]
Title = "Hi there 👋"
Content = "Welcome to my artificial brain dump! This is where I jot down my thoughts, share my explorations, and document my tech escapades. Sometimes I build cool stuff and troubleshoot technical nightmares, I've got it all documented here. Feel free to look around— find all posts in the [Archives](/archives/) or delve into specific topics through [Categories](/categories/) or [Tags](/tags/). I hope you can find something useful."
[params.fuseOpts]
isCaseSensitive = false
shouldSort = true
location = 0
distance = 1000
threshold = 0.4
minMatchCharLength = 0
keys = ["title", "permalink", "summary", "content"]