-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
63 lines (55 loc) · 1019 Bytes
/
_config.yml
File metadata and controls
63 lines (55 loc) · 1019 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
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
title: Abbyfile
description: >-
A packaging format for AI agents — build once, run on any MCP-compatible runtime.
baseurl: ""
url: "https://abbyfile.teabranch.dev"
theme: just-the-docs
color_scheme: cream
search_enabled: true
search:
button: true
aux_links:
"GitHub":
- "https://github.com/teabranch/abbyfile"
aux_links_new_tab: true
footer_content: >-
Abbyfile — Licensed under
<a href="https://github.com/teabranch/abbyfile/blob/main/LICENSE">MIT</a>.
plugins:
- jekyll-seo-tag
- jekyll-relative-links
- jekyll-sitemap
relative_links:
enabled: true
collections: false
defaults:
- scope:
path: ""
values:
layout: "default"
exclude:
- README.md
- CLAUDE.md
- LICENSE
- Gemfile
- Gemfile.lock
- .gitignore
- .github/
- .claude/
- Agentfile
- benchmarks/
- cmd/
- doc.go
- examples/
- go.mod
- go.sum
- install.sh
- internal/
- Makefile
- pkg/
- build/
- .abbyfile/
- node_modules/
- vendor/
- .superpowers/
- plans/