-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
84 lines (73 loc) · 1.53 KB
/
_config.yml
File metadata and controls
84 lines (73 loc) · 1.53 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
title: Rish - Declarative UI in Unity
email: lisandro@clockworklabs.io
description: >- # this means to ignore newlines until "baseurl:"
Declarative, element-based UI library for Unity.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://rish-ui.com" # the base hostname & protocol for your site, e.g. http://example.com
permalink: pretty
# permalink: /:slug
collections:
features:
output: false
docs:
output: true
permalink: /docs/:categories/:title
auto_docs:
output: true
permalink: /docs/:categories/:title
# Build settings
plugins:
- jekyll-feed
sass:
sass_dir: assets/css
style: compressed
exclude:
- Gemfile
- Gemfile.lock
- LICENSE.text
- README.md
- SECURITY.md
github_url: https://github.com/clockworklabs/rish
discord_url: https://discord.gg/hzHGZEGpVa
x_url: https://x.com/clockwork_labs
rish-versions:
- "3.0.0"
roots-versions:
- "1.0.0"
rish-roots-pairs:
"3.0.0": "1.0.0"
defaults:
- scope:
path: ""
type: docs
values:
layout: docs
icon-style: solid
- scope:
path: ""
type: auto_docs
icon-style: solid
values:
layout: docs
- scope:
path: "_auto_docs/rish"
values:
categories:
- "rish"
- scope:
path: "_auto_docs/roots"
values:
categories:
- "roots"
- scope:
path: "_docs/rish/3.0.0"
values:
categories:
- "rish"
- "3.0.0"
- scope:
path: "_docs/roots/1.0.0"
values:
categories:
- "roots"
- "1.0.0"