-
Notifications
You must be signed in to change notification settings - Fork 6
/
_config.yml
111 lines (92 loc) · 2.64 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
theme: beautiful-jekyll-theme
title: ParchmentMC
author: The ParchmentMC Team
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://parchmentmc.org"
navbar-links:
Getting Started: "docs/getting-started"
Documentation:
- Mapping Standards: "docs/mappings"
- Maven Repository and Artifacts: "docs/maven"
- Review Process: "docs/review"
- Version Policy: "docs/versions"
FAQ: "faq"
Discord: https://discord.parchmentmc.org/
About: "about"
avatar: "/assets/img/logo.png"
round-avatar: false
# If you want to have an image logo in the top-left corner instead of having the title of the website
#title-img: /path/to/image
social-network-links:
email: "[email protected]"
rss: true
github: ParchmentMC
twitter: mc_parchment
rss-description: Open community-sourced parameter names and javadocs
excerpt_length: 50
feed_show_excerpt: false
feed_show_tags: true
post_search: false
navbar-var-length: false
# The keywords to associate with your website, for SEO purposes
#keywords: "my,list,of,keywords"
# Colour values can be any valid CSS colour
navbar-col: "#FFE4B9"
navbar-text-col: "#404040"
navbar-border-col: "#DDDDDD"
page-col: "#FCFCFC"
text-col: "#404040"
link-col: "#008AFF"
hover-col: "#0085A1"
footer-col: "#FCFCFC"
footer-text-col: "#777777"
footer-link-col: "#404040"
footer-hover-col: "#0085A1"
# Alternatively, the navbar, footer, and page background can be set to an image
#navbar-img: "/assets/img/bgimage.png"
#footer-img: "/assets/img/bgimage.png"
#page-img: "/assets/img/bgimage.png"
# Suggest a colour for mobile browsers to use as the browser's theme. This is only supported by a few mobile browsers.
#mobile-theme-col: "#0085A1"
site-css:
- "/assets/css/notes.css"
- "/assets/css/tabs.css"
site-js:
- "/assets/js/tabs.js"
# Ruby Date Format to show dates of posts
date_format: "%B %-d, %Y"
timezone: "Etc/UTC"
markdown: kramdown
highlighter: rouge
#paginate: 5 # Do not paginate, since that requires index.html but we use an index.md
kramdown:
input: GFM
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
nav-short: true
-
scope:
path: "" # any file that's not a post will be a "page" layout by default
values:
layout: "page"
nav-short: true
# Exclude these files from production site
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-mentions
- jekyll-tabs
# Collections
collections:
- team_members # ParchmentMC team members