Help
Frequently Asked Questions
Do I need a server to run this?
Yes. Because pages load local JSON files, open it with a simple local server (e.g., VS Code Live Server, python -m http.server
, etc.)
How do I customize colors?
Edit assets/css/common.css
CSS variables for both light and dark themes.
Can I add pages?
Absolutely—just duplicate an HTML page and create a matching CSS file.