Skip to content

Commit 2f3d473

Browse files
babayomiclaude
andcommitted
Simplify Jekyll configuration to fix deployment issues
- Removed complex theme settings that might cause conflicts - Simplified _config.yml for basic GitHub Pages compatibility - Added test page to verify deployment - Will add back features once basic deployment works 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 39962e4 commit 2f3d473

File tree

3 files changed

+27
-34
lines changed

3 files changed

+27
-34
lines changed

.claude/settings.local.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
"Bash(git branch:*)",
1111
"Bash(git push:*)",
1212
"Bash(curl:*)",
13-
"Bash(git commit:*)"
13+
"Bash(git commit:*)",
14+
"Bash(nslookup:*)",
15+
"Bash(rm:*)"
1416
],
1517
"additionalDirectories": [
1618
"/Users/abayomi/Documents"

_config.yml

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -25,44 +25,12 @@ remote_theme: just-the-docs/just-the-docs
2525

2626
# Just-the-docs Theme Settings
2727
search_enabled: true
28-
search:
29-
heading_level: 2
30-
previews: 3
31-
preview_words_before: 5
32-
preview_words_after: 10
33-
tokenizer_separator: /[\s/]+/
34-
rel_url: true
35-
button: false
36-
37-
# Navigation Structure
38-
nav_sort: case_insensitive
39-
nav_external_links:
40-
- title: "Festa Design Studio"
41-
url: "https://festa.design"
42-
hide_icon: false
43-
- title: "Watch on Vimeo"
44-
url: "https://vimeo.com/festa-design-studio"
45-
hide_icon: false
46-
47-
# Footer Configuration
48-
footer_content: "Copyright &copy; 2025 Festa Design Studio. Empowering purpose-driven organizations through design."
49-
50-
# Back to top link
51-
back_to_top: true
52-
back_to_top_text: "Back to top"
5328

5429
# Color Scheme (we'll customize this with Festa colors)
5530
color_scheme: festa
5631

5732
# Google Analytics (replace with your tracking ID)
58-
ga_tracking: G-XXXXXXXXXX
59-
60-
# Social Links
61-
social_links:
62-
- platform: linkedin
63-
user_url: "https://linkedin.com/company/festa-design-studio"
64-
- platform: instagram
65-
user_url: "https://instagram.com/festa.design.studio"
33+
# ga_tracking: G-XXXXXXXXXX
6634

6735
# Collections for organizing content
6836
collections:

test-index.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
layout: default
3+
title: Test Page
4+
---
5+
6+
# Festa Design Studio Toolkit
7+
8+
This is a test page to verify Jekyll deployment is working.
9+
10+
## What's Working
11+
12+
- Jekyll build process
13+
- GitHub Pages deployment
14+
- Custom domain setup
15+
- Basic markdown rendering
16+
17+
## Next Steps
18+
19+
Once this loads successfully, we'll add back the full content and styling.
20+
21+
---
22+
23+
*Test deployment - Festa Design Studio*

0 commit comments

Comments
 (0)