Skip to content

Commit e06f8e1

Browse files
JonJLevesqueclaude
andcommitted
Fix Jekyll config: use theme gem instead of remote_theme
- Change from remote_theme to theme: just-the-docs - Fix URL to jonjlevesque.github.io - Fix GitHub repo link This should fix the sidebar navigation not showing sections. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5ff3607 commit e06f8e1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
title: Project 2029
22
description: A Mandate for Democratic Renewal - A comprehensive policy blueprint for restoring American democracy
33
baseurl: "/Project2029"
4-
url: "https://jonjl.github.io"
4+
url: "https://jonjlevesque.github.io"
55

66
# Theme settings
7-
remote_theme: just-the-docs/just-the-docs@v0.8.2
7+
theme: just-the-docs
88
color_scheme: dark
99

1010
# Search settings
@@ -22,7 +22,7 @@ search:
2222
nav_sort: case_sensitive
2323
nav_external_links:
2424
- title: GitHub Repository
25-
url: https://github.com/jonjl/Project2029
25+
url: https://github.com/JonJLevesque/Project2029
2626

2727
# Footer
2828
footer_content: "Project 2029: A Mandate for Democratic Renewal"

0 commit comments

Comments
 (0)