-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
51 lines (42 loc) · 1.01 KB
/
_config.yml
File metadata and controls
51 lines (42 loc) · 1.01 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
title: guide-LLiMes
description: A framework for building LLM coding guidelines that actually work.
url: https://guilde-llimes.github.io
docs_version: 2026.02
remote_theme: just-the-docs/just-the-docs
aux_links:
"GitHub":
- "https://github.com/guilde-LLiMes/guilde-LLiMes.github.io"
nav_external_links:
- title: GitHub
url: https://github.com/guilde-LLiMes/guilde-LLiMes.github.io
heading_anchors: true
search_enabled: true
mermaid:
version: "11.12.3"
back_to_top: true
back_to_top_text: "Back to top"
footer_content: "guide-LLiMes — Build LLM coding guidelines that work."
source_links:
github_web_base: https://github.com
github_raw_base: https://raw.githubusercontent.com
branch: main
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
permalink: /posts/:title/
exclude:
- AGENTS.md
- CLAUDE.md
- skills/
- research/
- input.md
- raw-input/
- CHANGELOG.md
- RELEASE_PROCESS.md
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/