-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yml
179 lines (178 loc) · 5.18 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
---
baseURL: https://www.lorecraft.cc
languageCode: en-us
title: Lorecraft
theme: piko
paginate: "9"
copyright: Aaron Thompson
googleAnalytics: UA-208993498-2
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
enableEmoji: true
outputs:
home:
- HTML
- RSS
- JSON
minify:
disableCSS: false
disableHTML: false
disableJS: false
disableJSON: false
disableSVG: false
disableXML: false
minifyOutput: true
tdewolff:
html:
keepWhitespace: false
params:
analytics:
google:
SiteVerificationTag: # Google Site Verification
yandex:
SiteVerificationTag: # Yandex Site Verification
bing:
SiteVerificationTag: # Bing Site Verification
env: production
author: Server Admins
description: Lorecraft - A minecraft server for Christian Colleges and their Alumni.
math: false
images:
- "/uploads/hexipel_world.png"
label:
title: "Lorecraft"
text: Welcome to Lorecraft!
icon: /uploads/Lorecraft_Discord_Icon.jpg
iconHeight: "35"
iconWIdth: "35"
comments: true
mainSections:
- blog
- world files
ShowShareButtons: true
ShowCodeCopyButtons: true
ShowRelated: true
CookieNotice: We use cookies to improve your experience on our site and to show
you relevant advertising.
CookieLink: /legal/privacy/#cookies-and-web-beacons
CookieButton: Cookies Policy
disableAnchoredHeadings: false
contactFormAction: ccc035b4-8a0c-4a1b-81d5-3cc12cf0f2b3 # Get link from https://formsubmit.io or https://fabform.io
assets:
disableFingerprinting: false
favicon: /uploads/Lorecraft_Discord_Icon.jpg
favicon16x16: /uploads/Lorecraft_Discord_Icon.jpg
favicon32x32: /uploads/Lorecraft_Discord_Icon.jpg
apple_touch_icon: /uploads/Lorecraft_Discord_Icon.jpg
safari_pinned_tab: /uploads/Lorecraft_Discord_Icon.jpg
ShowReadingTime: true
ShowBreadCrumbs: true
homepage:
# Hero Section
disableHeroSection: false
heroUpperTitle:
heroTitle: Lorecraft
heroDescription: A minecraft server for Christian Colleges and their Alumni.
heroCTAPrimaryText: Get Started
heroCTAPrimaryUrl: "/starting_out"
heroCTASecondaryText: Download an old world
heroCTASecondaryUrl: "/worlds"
heroBackgroundImage: "/uploads/hexipel_world.png"
# Blog Section
disableBlogSection: true
blogTitle: Latest Posts
blogDescription: This is my latest blog posts
seeMoreText: More Posts
# About Section
disableAboutSection: false
aboutTitle: Come Join Us!
aboutDescription: IP - mc.lorecraft.cc | mcb.lorecraft.cc
aboutImgUrl: "/uploads/Lorecraft_Discord_Icon.jpg"
aboutContent: "LoreCraft opened on January 2, 2022, with the merger of two Minecraft servers from Harding University and Lipscomb University. We are primarily a Christian community with shared roots in the churches of Christ, and we welcome Christians of all denominations and non-Christians alike with open arms.Our server has a long history of worldbuilding. As such, players are encouraged to build nations, governments, religions, companies, cities, economies, and anything else to contribute to our shared history and lore."
# Portfolio Section
disablePortfolioSection: false
portfolioTitle: Want to learn more?
portfolioDescription: Here are some useful links!
portfolio:
- imageUrl: /uploads/discordblue.png
alt: # image alt for better SEO
description: Join the Discord to be Whitelisted
websiteUrl: http://discord.lorecraft.cc #
- imageUrl: /uploads/rules®s.jpg
alt: # image alt for better SEO
description: Learn the rules
websiteUrl: /rules #
- imageUrl: /uploads/share.jpg
alt: # image alt for better SEO
description: Access the old World Files
websiteUrl: /worlds#
# Search Options (https://fusejs.io/)
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: "0"
distance: "1000"
threshold: "0.4"
minMatchCharLength: "0"
keys:
- title
- permalink
- summary
- content
plugins:
css:
- link: /plugins/css/pico.min.css
js:
- link: /plugins/js/feather.min.js
menus:
main: # Main Menu
- name: Home
title: Home
pre: home
url: "/"
weight: "19"
- name: The LoreCraft News
title: News
pre: book-open
url: "/news"
weight: "20"
- name: Quick Start Guide
title: Quick Start
pre: user-check
url: "/starting_out"
weight: "21"
- name: Rules
title: Rules
pre: info
url: "/rules"
weight: "22"
- name: World Files
title: World Files
pre: download
url: "/worlds"
weight: "23"
- name: Search
title: Search
pre: search
url: "/search"
weight: "30"
- name: Map
title: Live Map
pre: map
url: "http://map.lorecraft.cc"
weight: "40"
search: # Search page's quick links
- name: Categories
title: Categories
url: "/categories"
weight: "10"
- name: Archives
title: Archives
url: "/archives"
weight: "20"
- name: Tags
title: Tags
url: "/tags"
weight: "30"