Skip to content

Commit d748d97

Browse files
committed
fix: remove theme dependency and add test page
- Remove theme configuration to use pure custom layout - Add test page to verify dark theme and sidebar - Force GitHub Pages to use our custom layout - Test if sidebar navigation works properly
1 parent 21e5c61 commit d748d97

2 files changed

Lines changed: 27 additions & 2 deletions

File tree

_config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ description: Security-focused LLM memory storage with intelligence gathering, re
77
url: "https://rainmana.github.io"
88
baseurl: "/tinybrain"
99

10-
# Custom Theme - No external theme
11-
# theme: minima
10+
# No theme - completely custom
1211

1312
# Override theme layout
1413
layout: default

test-layout.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
layout: default
3+
title: Test Layout
4+
---
5+
6+
# Test Page
7+
8+
This is a test page to verify our custom dark theme layout is working.
9+
10+
## Features to Test
11+
12+
- Dark background
13+
- Sidebar navigation
14+
- Typography
15+
- Code blocks
16+
17+
```bash
18+
echo "Testing code block styling"
19+
```
20+
21+
### Expected Results
22+
23+
- Dark theme should be visible
24+
- Sidebar should be on the left
25+
- Text should be properly styled
26+
- Code blocks should have dark styling

0 commit comments

Comments
 (0)