-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config_theme.yml
More file actions
182 lines (170 loc) · 4.93 KB
/
_config_theme.yml
File metadata and controls
182 lines (170 loc) · 4.93 KB
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
180
181
182
---
# See https://github.com/LizardByte/beautiful-jekyll-next/blob/master/_config.yml for documented options
title: LizardByte
author: LizardByte
amazon_products:
enabled: true
affiliate_tag: 'lizardbyte-blog-20'
navbar-links:
❤ Donate:
- GitHub: "https://github.com/sponsors/LizardByte"
- Patreon: "https://patreon.com/LizardByte"
- PayPal: "https://www.paypal.com/paypalme/ReenigneArcher"
Resources:
- Blog: "blog"
- Community: "https://github.com/orgs/LizardByte/discussions"
- Discord: "discord"
- Docs: "https://docs.lizardbyte.dev/latest/about/overview.html"
- Game DB: "https://app.lizardbyte.dev/GameDB"
- GitHub: "https://github.com/LizardByte"
- Status: "https://status.LizardByte.dev"
- Support: "support"
Tools:
- Gamepad Tester: "gamepad-tester"
Downloads:
- Packages: "https://app.lizardbyte.dev/packages"
- Homebrew: "https://github.com/LizardByte/homebrew-homebrew"
- Pacman: "https://github.com/LizardByte/pacman-repo"
Development:
- Contributing: "https://docs.lizardbyte.dev/latest/developers/contributing.html"
- Dashboard: "https://app.lizardbyte.dev/dashboard"
- Dev Status: "https://status-dev.LizardByte.dev"
- Roadmap: "roadmap"
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
reddit: 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"
sass:
sass_dir: _sass
style: compressed
site-css:
- "https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.314.32913/dist/crowdin-bootstrap-css.css"
- "/assets/css/styles.css"
site-js:
- "https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.314.32913/dist/crowdin.js"
- "/assets/js/crowdin-init.js"
theme-switcher: true
theme-switcher-style: 'button'
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: Blog # Category name of your GitHub Discussion posts
category-id: DIC_kwDOMzlnm84CnN1j # 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"
# Light theme colors
page-col: "#f5f5f5"
text-col: "#212529"
link-col: "#28a9e6"
hover-col: "#1c7fb3"
navbar-col: "#e9ecef"
navbar-text-col: "#212529"
navbar-border-col: "#dee2e6"
footer-col: "#e9ecef"
footer-text-col: "#6c757d"
footer-link-col: "#212529"
footer-hover-col: "#28a9e6"
pygments-theme-light: "pygments-styles/ayu-light"
# Dark theme colors
dark-page-col: "#303436"
dark-text-col: "#e4e4e4"
dark-link-col: "#28a9e6"
dark-hover-col: "#28a9e6"
dark-navbar-col: "#151515"
dark-navbar-text-col: "#e4e6eb"
dark-navbar-border-col: "#393a3b"
dark-footer-col: "#242526"
dark-footer-text-col: "#a8aaa8"
dark-footer-link-col: "#dfdfdf"
dark-footer-hover-col: "#28a9e6"
pygments-theme-dark: "pygments-styles/ayu-dark"
mobile-theme-col: "#05FF3B"
# Advanced settings
timezone: "America/New_York"
markdown: kramdown
highlighter: rouge
permalink: /:year-:month-:day-:title/
paginate: 5
kramdown:
input: GFM
# Common defaults using YAML anchors
ALL_PAGES: &ALL_PAGES
after-content:
- donate.html
footer-extra:
- footer-extra.html
ALL_POSTS: &ALL_POSTS
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"
# Default YAML values (more information on Jekyll's site)
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
<<: *ALL_PAGES
<<: *ALL_POSTS
- scope:
path: "_posts/releases"
type: "posts"
values:
layout: "post"
<<: *ALL_PAGES
<<: *ALL_POSTS
js:
- "/assets/js/changelog-links.js"
- scope:
path: "" # any file that's not a post will be a "page" layout by default
values:
layout: "page"
<<: *ALL_PAGES
# Exclude these files from the production site
exclude:
- Dockerfile
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- scripts/
include:
- .well-known
plugins:
- jekyll-paginate
- jekyll-redirect-from
- jekyll-sitemap