1- # Ouroboros Documentation Site Configuration
2- title : Ouroboros Documentation
1+ # ------------------------------------
2+ # Ouroboros Site Configuration
3+ # ------------------------------------
4+ title : Ouroboros Docs
35description : AI-powered code refactoring system
4- baseurl : " " # the subpath of your site, e.g. /blog
5- url : " https://docs.vivekbendre.me" # the base hostname & protocol
6+ url : " https://docs.vivekbendre.me"
67
7- # Theme Configuration
8- remote_theme : pages-themes/cayman@v0.2.0
9- plugins :
10- - jekyll-remote-theme
11- # Alternative popular themes (uncomment one to use):
12- # remote_theme: pages-themes/minimal@v0.2.0
13- # remote_theme: pages-themes/slate@v0.2.0
14- # remote_theme: pages-themes/architect@v0.2.0
15- # remote_theme: pages-themes/hacker@v0.2.0
16- # remote_theme: pages-themes/midnight@v0.2.0
17-
18- # Build settings
8+ # ------------------------------------
9+ # THEME SETTINGS (Just the Docs)
10+ # ------------------------------------
11+ remote_theme : just-the-docs/just-the-docs
12+
13+ # Enable the built-in search engine
14+ search_enabled : true
15+ search :
16+ # Split pages into sections for better search results
17+ heading_level : 2
18+ previews : 3
19+
20+ # Visual Appearance
21+ color_scheme : dark # Options: light, dark, system (default: system)
22+
23+ # Call to Action button in top right
24+ aux_links :
25+ " View on GitHub " :
26+ - " //github.com/vivek5200/ouroboros"
27+
28+ # Footer Content
29+ footer_content : " Copyright © 2025 Vivek Bendre. Distributed by an MIT license."
30+
31+ # ------------------------------------
32+ # BUILD SETTINGS
33+ # ------------------------------------
1934markdown : kramdown
2035plugins :
2136 - jekyll-remote-theme
22- - jekyll-feed
2337 - jekyll-seo-tag
38+ - jekyll-feed
2439
25- # GitHub metadata
40+ # GitHub Metadata (Auto-populates some variables)
2641repository : vivek5200/ouroboros
2742github_username : vivek5200
2843
29- # Navigation
30- navigation :
31- - title : Home
32- url : /
33- - title : Phase 1
34- url : /PHASE1_COMPLETE
35- - title : Phase 2
36- url : /PHASE2_DOCUMENTATION
37- - title : LM Studio Setup
38- url : /LMSTUDIO_SETUP
39-
40- # Exclude from processing
44+ # ------------------------------------
45+ # EXCLUDES
46+ # ------------------------------------
4147exclude :
4248 - venv/
4349 - __pycache__/
@@ -47,4 +53,5 @@ exclude:
4753 - .git/
4854 - .gitignore
4955 - requirements.txt
50- - README.md
56+ - Gemfile
57+ - Gemfile.lock
0 commit comments