-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.yml
101 lines (89 loc) · 2.41 KB
/
config.yml
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
94
95
96
97
98
99
100
101
baseURL: "https://blog.momentum-mod.org/"
languageCode: 'en-us'
title: 'Momentum Mod Dev Blog'
theme: PaperMod
paginate: 5
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
minify:
disableXML: true
minifyOutput: true
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
title: Momentum Mod Blog
description: "Momentum Mod development blog, hosting official changelogs, announcements, and more!"
keywords: [Blog, Momentum Mod, Momentum, Mod, Developer Blog, devblog, changelogs, progress updates, news, announcements]
images: ["/1000_nobg.png"]
DateFormat: "January 2, 2006"
defaultTheme: dark # dark, light
disableThemeToggle: false
ShowReadingTime: false
ShowShareButtons: false
ShowPostNavLinks: true
ShowBreadCrumbs: false
ShowCodeCopyButtons: false
disableSpecial1stPost: false
disableScrollToTop: false
comments: false
hidemeta: false
hideSummary: false
showtoc: true
tocopen: false
# Includes HTML strings in RSS feed with formatting
ShowFullTextinRSS: true
assets:
# disableHLJS: true # to disable highlight.js
# disableFingerprinting: true
favicon: "/favicon.png"
favicon16x16: "/favicon.png"
favicon32x32: "/favicon.png"
label:
text: "Momentum Mod Blog"
icon: /1000_nobg.png
iconHeight: 40
SocialIconsFooter: true
SocialIconsFooterHome: true
socialIcons:
- name: Discord
url: https://discord.gg/momentummod
- name: twitter
url: "https://twitter.com/momentummod"
- name: YouTube
url: "https://www.youtube.com/c/MomentumMod"
- name: github
url: "https://github.com/momentum-mod"
cover:
hidden: false # hide everywhere but not in structured data
hiddenInList: false # hide on list pages and home
hiddenInSingle: false # hide on single page
# for search
# https://fusejs.io/api/options.html
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: ["title", "permalink", "summary", "content"]
outputs:
home:
- HTML
- RSS
- JSON # is necessary
menu:
main:
- identifier: search
name: Search
url: /search/
weight: 10
- identifier: archive
name: Archive
url: /archive/
weight: 20
- identifier: main-site
name: Main Site
url: https://momentum-mod.org
weight: 30