-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
126 lines (112 loc) · 2.5 KB
/
_config.yml
File metadata and controls
126 lines (112 loc) · 2.5 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
# Site settings
title: AI Tools Collection
description: A comprehensive collection of AI-related tools, prompts, instructions, and documentation for personal use.
baseurl: "/ai-tools" # the subpath of your site, e.g. /blog
url: "https://maugx3.github.io" # the base hostname & protocol for your site
# Build settings
markdown: kramdown
highlighter: rouge
# Theme configuration
# Using Just the Docs - a modern, responsive documentation theme
# https://just-the-docs.github.io/just-the-docs/
theme: just-the-docs
# Just the Docs theme customization
# Enable/disable features
search_enabled: true
heading_anchors: true
aux_links_new_tab: true
# Color scheme - using a modern, friendly color scheme
color_scheme: "custom"
# Callouts for better visual hierarchy
callouts_level: quiet
callouts:
highlight:
color: yellow
important:
title: Important
color: blue
new:
title: New
color: green
note:
title: Note
color: purple
warning:
title: Warning
color: red
# Appearance settings
logo: false
favicon_ico: false
# Navigation
nav_sort: case_insensitive
nav_external_links:
- title: GitHub Repository
url: https://github.com/MauGx3/ai-tools
# Footer content
footer_content: "© {{ site.time | date: '%Y' }} AI Tools Collection. Licensed under <a href=\"https://www.mozilla.org/en-US/MPL/2.0/\">MPL 2.0</a>"
# Back to top link
back_to_top: true
back_to_top_text: "Back to top"
# Mermaid diagrams support
mermaid:
version: "10.6.1"
# Plugins
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
# Collections
collections:
prompts:
output: true
permalink: /:collection/:name/
instructions:
output: true
permalink: /:collection/:name/
modes:
output: true
permalink: /:collection/:name/
thoughts:
output: true
permalink: /:collection/:name/
# Default front matter
defaults:
- scope:
path: ""
values:
layout: "default"
- scope:
path: ""
type: "prompts"
values:
layout: "default"
parent: "Prompts"
- scope:
path: ""
type: "instructions"
values:
layout: "default"
parent: "Instructions"
- scope:
path: ""
type: "modes"
values:
layout: "default"
parent: "Modes"
- scope:
path: ""
type: "thoughts"
values:
layout: "default"
parent: "Thoughts"
# Exclude from processing
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- README.md
- docs/README.md