-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config_theme.yml
130 lines (124 loc) · 3.56 KB
/
_config_theme.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
---
# See https://github.com/daattali/beautiful-jekyll/blob/master/_config.yml for documented options
title: LizardByte
author: LizardByte
navbar-links:
❤ Donate:
- GitHub: "https://github.com/sponsors/LizardByte"
- Patreon: "https://patreon.com/LizardByte"
- PayPal: "https://www.paypal.com/paypalme/ReenigneArcher"
GitHub: "https://github.com/LizardByte"
Resources:
- Blog: "blog"
- Docs: "https://docs.lizardbyte.dev/latest/about/overview.html"
- Community: "https://github.com/orgs/LizardByte/discussions"
- Discord: "discord"
- Support: "support"
- Status: "https://status.LizardByte.dev"
Development:
- Contributing: "https://docs.lizardbyte.dev/latest/developers/contributing.html"
- Dashboard: "https://app.lizardbyte.dev/dashboard"
- Dev Status: "https://status-dev.LizardByte.dev"
avatar: "/assets/img/navbar-avatar.png"
round-avatar: true
social-network-links:
rss: true
discord: d6MpcrbYQs
facebook: LizardByteDev
github: LizardByte
patreon: LizardByte
reddit: r/LizardByte
twitter: LizardByteDev
youtube: c/LizardByteDev
rss-description: LizardByte
share-links-active:
twitter: true
facebook: true
linkedin: true
vk: false
remove-ads: true # remove the "Powered by Beautiful Jekyll" text in the footer
url-pretty: "app.LizardByte.dev"
title-on-all-pages: true
excerpt_length: 50
feed_show_excerpt: true
feed_show_tags: true
post_search: true
edit_page_button: true
navbar-var-length: true
keywords: "LizardByte,Sunshine,Moonlight,self-hosted,gamestreaming,gamestream,game,streaming,media server"
footer-col: "#242526"
footer-hover-col: "#28a9e6"
footer-link-col: "#dfdfdf"
footer-text-col: "#a8aaa8"
hover-col: "#28a9e6"
link-col: "#28a9e6"
navbar-border-col: "#393a3b"
navbar-col: "#151515"
navbar-text-col: "#e4e6eb"
page-col: "#303436"
text-col: "#e4e4e4"
mobile-theme-col: "#05FF3B"
sass:
sass_dir: _sass
style: compressed
site-css:
- "/assets/css/styles.css"
gtag: "G-SSW90X5YZX"
giscus:
hostname: giscus.app # Replace with your giscus instance's hostname if self-hosting
repository: LizardByte/community # GitHub username/repository eg. "daattali/beautiful-jekyll"
repository-id: R_kgDOMzlnmw # ID of your repository, retrieve this info from https://giscus.app
category: Announcements # Category name of your GitHub Discussion posts
category-id: DIC_kwDOMzlnm84Cil5m # ID of your category, retrieve this info from https://giscus.app
mapping: pathname
strict: 1
reactions-enabled: 1
emit-metadata: 0
input-position: top
theme: /assets/css/giscus.css
lang: en
lazy-loading: true
date_format: "%B %-d, %Y"
# Advanced settings
timezone: "America/New_York"
markdown: kramdown
highlighter: rouge
permalink: /:year-:month-:day-:title/
paginate: 5
kramdown:
input: GFM
# Default YAML values (more information on Jekyll's site)
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
after-content:
- donate.html
footer-extra:
- footer-extra.html
comments: true # add comments to all blog posts
social-share: true # add social media sharing buttons to all blog posts
css:
- "/assets/css/show-search.css"
- scope:
path: "" # any file that's not a post will be a "page" layout by default
values:
layout: "page"
after-content:
- donate.html
footer-extra:
- footer-extra.html
# Exclude these files from production site
exclude:
- Dockerfile
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
include:
- .well-known
plugins:
- jekyll-paginate
- jekyll-sitemap