This project was generated with Zeno - a simple, fast, and flexible blog generator.
After running zeno init my-site, youβll see a structure like this:
my-site/
βββ posts/ # Your markdown or blog posts
βββ themes/ # Themes (default theme included)
βββ plugins/ # Plugins
βββ zeno.config.js # Zeno configuration file
βββ README.md # You are here!
Run the local dev server:
zeno serveBuild your site for production:
zeno build- Add your posts or docs inside the
posts/folder. - Use Markdown (
.md) files for easy writing. - Zeno automatically builds and styles your pages with the chosen theme.
- Change or add themes inside
themes/. - Default theme included:
default(clean and minimal). - More themes coming soon β or create your own!
This project runs on Zeno β a simple static site generator built with Node.js.
Give it a β on GitHub if you like it! π