-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
69 lines (58 loc) · 1.58 KB
/
Copy path_config.yml
File metadata and controls
69 lines (58 loc) · 1.58 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
title: Unity UI Extensions
description: Community-maintained UI extension controls for Unity's uGUI and UI Toolkit frameworks — 126 battle-tested controls, free forever.
url: "https://unity-ui-extensions.github.io"
baseurl: ""
repository: "Unity-UI-Extensions/Unity-UI-Extensions.GitHub.io"
github_username: UnityUIExtensions
# Generated documentation/press-kit PDFs are published as GitHub Release assets
# (tag: docs-pdfs) by the publish-pdfs CI job, not committed to the repo.
pdf_downloads_base: "https://github.com/Unity-UI-Extensions/Unity-UI-Extensions.GitHub.io/releases/download/docs-pdfs"
# Build settings
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
hard_wrap: false
syntax_highlighter: rouge
# Plugins
plugins:
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-redirect-from
# Defaults
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "default"
# Exclude from processing
exclude:
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/
- .git/
- .gitignore
- Copilot/
- OfferImages/
- "*.sh"
- "*.py"
- README.md
- add_frontmatter.py
- create_uitk_pages.py
# uGUI docs live under ugui/ (controls/<slug>/index.md) with media in ugui/images/,
# mirroring the uitoolkit/ tree. Page URLs are set via each page's `permalink`.
# Site metadata
author:
name: Unity UI Extensions Community
email: ""
twitter:
username: UnityUIExtensions
social:
name: Unity UI Extensions
links:
- https://github.com/Unity-UI-Extensions
- https://www.openupm.com/packages/com.unity.uiextensions/
# SEO
logo: "/assets/img/logo.svg"