-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
140 lines (128 loc) · 2.81 KB
/
Copy path_config.yml
File metadata and controls
140 lines (128 loc) · 2.81 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
title: feastorg
description: >-
This is the main feastorg landing site, with links to each project.
baseurl: "" # Hosted at https://feastorg.github.io
url: "https://feastorg.github.io"
# SEO and metadata
author: feastorg
keywords: "automation, FEAST, IoT, industrial automation, hardware, firmware, middleware, software"
lang: en-US
# Social links
github_username: feastorg
# Social metadata
social:
name: feastorg
links:
- https://github.com/feastorg
# Theme and plugins
theme: just-the-docs
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-relative-links
- jekyll-titles-from-headings
- jekyll-redirect-from
- jekyll-include-cache
# Just the Docs settings
logo: /assets/images/cornucopia-feast-banner.png
favicon_ico: "/assets/images/favicon.ico"
repository: https://github.com/feastorg/feastorg.github.io
color_scheme: feast
search_enabled: true
search:
heading_level: 2
previews: 2
preview_words_before: 3
preview_words_after: 3
# Allow hyphenated terms (e.g., KiCad-Master-Lib)
tokenizer_separator: /[\s/]+/
rel_url: true
button: true
enable_copy_code_button: true
heading_anchors: true
nav_error_report: true
aux_links:
"feastorg on GitHub":
- "https://github.com/feastorg"
aux_links_new_tab: false
# Relative link fixer
relative_links:
enabled: true
collections: true
# Pretty URLs
permalink: pretty
# Include the _pages directory
include:
- _pages
# Enhanced defaults for better organization
defaults:
- scope:
path: "_pages"
type: "pages"
values:
layout: "default"
- scope:
path: "_posts"
type: "posts"
values:
layout: "post"
- scope:
path: "getting-started"
type: "pages"
values:
layout: "default"
parent: "Getting Started"
- scope:
path: "usage"
type: "pages"
values:
layout: "default"
parent: "Usage"
- scope:
path: "**/README.md"
values:
nav_exclude: true
- scope:
path: "developer-resources/**"
values:
layout: "default"
parent: "Developer Resources"
nav_exclude: false
- scope:
path: "projects/**"
values:
layout: "default"
parent: "Projects"
nav_exclude: false
callouts_level: quiet # or loud
callouts:
highlight:
color: yellow
important:
title: Important
color: blue
new:
title: New
color: feast-growth
note:
title: Note
color: feast-accent
warning:
title: Warning
color: red
# Files and directories to exclude from processing
exclude:
- node_modules
- vendor
- Gemfile
- Gemfile.lock
- README.md
- CNAME
- _ext/
- "**/.indexignore"
- TODO.md
- .git/
- .github/
sass:
quiet_deps: true # https://github.com/just-the-docs/just-the-docs/issues/1541
silence_deprecations: ["import"] # https://github.com/just-the-docs/just-the-docs/issues/1607