Selecta is a small browser-based theme generator for the Aegea blog engine.
The project is an experiment in making Aegea theme customization more visual and convenient: change theme settings, preview the result, and prepare theme files for further use.
Selecta is a work-in-progress tool for creating and testing visual themes for Aegea. It runs in the browser and is deployed as a static site with GitHub Pages.
Early development.
The project is public, but the interface, generated output, and internal structure may still change.
https://hvab.github.io/Selecta/
npm install
npm startAfter startup, the project will be available at the local URL printed by Vite,
usually http://localhost:5173/Selecta/.
Build:
npm run buildPreview production build locally:
npm run previewReleased changes are tracked in CHANGELOG.md.
The main branch is used for active development and GitHub Pages deployment.
For changes, use short-lived branches:
feature/theme-export
fix/pages-build
docs/readme
After merging into main, GitHub Actions builds the project and deploys it to GitHub Pages.
MIT
