:lightning: client-side nav

This commit is contained in:
mi
2025-11-06 22:48:39 +10:00
parent 6d36d43b9e
commit 66eefa9349
5 changed files with 159 additions and 2 deletions

View File

@@ -5,7 +5,10 @@ A Flask-based webcomic website with server-side rendering using Jinja2 templates
## Features
- Comic viewer with navigation (First, Previous, Next, Latest)
- Client-side navigation using JSON API (no page reloads)
- Archive page with thumbnail grid
- RSS feed support
- JSON API for programmatic access
- Responsive design
- Server-side rendering with Jinja2
- Clean, comic-focused layout
@@ -33,6 +36,8 @@ sunday/
└── static/ # Static files
├── css/
│ └── style.css # Main stylesheet
├── js/
│ └── comic-nav.js # Client-side navigation
├── images/ # Comic images
│ └── thumbs/ # Thumbnail images for archive
└── feed.rss # RSS feed (generated)