-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
53 lines (44 loc) · 1023 Bytes
/
_config.yml
File metadata and controls
53 lines (44 loc) · 1023 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
title: "Zorora Documentation"
remote_theme: "just-the-docs/just-the-docs"
# Search configuration
search_enabled: true
heading_anchors: true
# Kramdown configuration to prevent anchor conflicts
kramdown:
auto_ids: true # Enable automatic ID generation for anchor links
input: GFM # Use GitHub Flavored Markdown
hard_wrap: false
syntax_highlighter: rouge
toc_levels: "1..3"
smart_quotes: lsquo,rsquo,ldquo,rdquo
# Sidebar navigation
nav_external_links:
- title: Asoba Website
url: https://asoba.co
hide_icon: false
# Sidebar styling
color_scheme: light
# Table of contents settings
toc:
enabled: true
h_min: 2
h_max: 3
# Production settings
baseurl: ""
url: "https://code.asoba.co"
# Jekyll plugins for GitHub Pages
plugins:
- jekyll-sitemap
- jekyll-feed
- jekyll-seo-tag
# Processing settings
markdown: kramdown
highlighter: rouge
# Ensure proper file processing
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "default"