-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path_config.yml
More file actions
98 lines (88 loc) · 1.7 KB
/
_config.yml
File metadata and controls
98 lines (88 loc) · 1.7 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
# Jekyll configuration for Unity Helpers documentation
# https://jekyllrb.com/docs/configuration/
title: Unity Helpers
description: >-
Treasure chest of Unity developer tools. Professional inspector tooling,
high-performance utilities, spatial queries, and 20+ editor tools.
baseurl: "/unity-helpers"
url: "https://wallstop.github.io"
# Theme
remote_theme: pages-themes/minimal@v0.2.0
plugins:
- jekyll-remote-theme
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-relative-links
- jekyll-include-cache
# Markdown settings
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
syntax_highlighter: rouge
syntax_highlighter_opts:
block:
line_numbers: false
# Mermaid configuration - use built-in theme, no custom theming
mermaid:
version: "11"
# Relative links
relative_links:
enabled: true
collections: true
# Include/Exclude
include:
- _includes
- docs
- README.md
- CHANGELOG.md
- LICENSE
- assets
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- "*.meta"
- Runtime
- Editor
- Tests
- Samples~
- artifacts
- scripts
- progress
- .llm
- "*.asmdef"
- "*.asmref"
- package.json
- package-lock.json
- cspell.json
- .github/copilot-instructions.md
- AGENTS.md
- CLAUDE.md
- PLAN.md
- llms.txt
- Shaders
- Styles
- URP
# Defaults
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "default"
- scope:
path: "docs"
values:
layout: "default"
# GitHub metadata
github:
repository_url: https://github.com/wallstop/unity-helpers
repository_name: unity-helpers
owner_name: wallstop
# SEO
author: wallstop studios
twitter:
card: summary
logo: docs/images/unity-helpers-banner.svg