forked from bearsunday/bearsunday.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
32 lines (27 loc) · 719 Bytes
/
_config.yml
File metadata and controls
32 lines (27 loc) · 719 Bytes
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
name: BEAR.Sunday
safe: true
lsi: false
url: http://bearsunday.github.io
title: BEAR.Sunday
markdown: kramdown
redcarpet:
extensions: ["autolink", "no_intra_emphasis", "fenced_code_blocks", "autolink", "strikethrough", "superscript", "with_toc_data", "tables"]
highlighter: rouge
repository: bearsunday/bearsunday.github.io
# Include markdown files as static files for AI/llms.txt compatibility
include:
- "manuals"
# Exclude from processing but include as static files
keep_files:
- "manuals"
# Default settings for different file types
defaults:
- scope:
path: "manuals/**/*.md"
values:
sitemap: false
- scope:
path: "manuals"
type: "pages"
values:
sitemap: false