-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
64 lines (54 loc) · 1.73 KB
/
Copy path_config.yml
File metadata and controls
64 lines (54 loc) · 1.73 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
title: PixelScript
description: Documentation for PixelScript, a hot-reloadable JavaScript and TypeScript runtime for Minecraft servers.
url: https://pixelib.github.io
baseurl: /pixelscript-docs
theme: just-the-docs
# just-the-docs renders through its "default" layout; apply it to every page
# so individual articles do not each have to declare it.
defaults:
- scope:
path: ""
type: pages
values:
layout: default
# Social preview card, unless a page overrides it with its own `image`.
image: /assets/branding/social-card.png
plugins:
- jekyll-seo-tag
- jekyll-relative-links
- jekyll-sitemap
# Rewrites relative .md links to their permalinks, so the same link works
# both on github.com and on the published site.
relative_links:
enabled: true
collections: false
# Brand assets live in assets/branding/, copied from pixelib/pixelscript's
# branding/ directory. `logo` feeds jekyll-seo-tag's structured data; the
# sidebar lockup is rendered by _includes/title.html.
logo: /assets/branding/pixelscript-mark.svg
# just-the-docs
# `pixelscript` is the stock dark scheme re-tinted with the brand palette,
# defined in _sass/color_schemes/pixelscript.scss.
color_scheme: pixelscript
search_enabled: true
search:
heading_level: 3
previews: 2
heading_anchors: true
aux_links:
Website: https://pixelib.dev/projects/pixelscript
Downloads: https://license-platform.pixelib.dev/artifacts
aux_links_new_tab: true
back_to_top: true
back_to_top_text: Back to top
footer_content: >-
PixelScript is a Pixelib project.
Found a mistake in these docs?
<a href="https://github.com/pixelib/pixelscript-docs/issues">Open an issue</a>.
exclude:
- Gemfile
- Gemfile.lock
- vendor
- README.md
- LICENSE
- .github