-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
56 lines (47 loc) · 1.06 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
baseURL = "https://donttext.app/"
languageCode = "en-us"
title = "Dont Text"
theme = "PaperMod"
paginate = 5
enableEmoji= true
disableKinds = ["taxonomy", "term"]
[taxonomies]
category = "categories"
tag = "tags"
[params]
homeText = "You just made a Hugo blog from scratch."
description = "Block spam texts with Dont Text. Download the app from the App Store to keep your inbox spam-free with automatic spam text filtering"
defaultTheme = "light"
ShowShareButtons = true
ShowReadingTime = true
env = "production"
ShowPostNavLinks = true
[params.homeInfoParams]
enabled = true
title = "Dont Text"
content = "Block Spam Texts"
[[menu.main]]
identifier = "Home"
name = "Home"
url = "/"
weight = 10
[[menu.main]]
identifier = "Download"
name = "Download"
url = "https://apps.apple.com/us/app/dont-text/id1540836811/"
weight = 20
[[menu.main]]
identifier = "FAQ"
name = "FAQ"
url = "/faq/"
weight = 30
[[menu.main]]
identifier = "Contact"
name = "Contact"
url = "/contact/"
weight = 40
[[menu.main]]
identifier = "Blog"
name = "Blog"
url = "/blog/"
weight = 50