lil
A dead-simple lil static site generator.
This means.
- NO configuration files
- NO taxonomy systems
- NO templating languages
- NO javascript frameworks
If you have something you'd like to put on the web in a clean readable format,
but don't want to faf with configuring & customizing a site generator then
lil maybe for you.
Basically you chuck some markdown files in a directory and run
lil and get a well designed, fast & accessible website.
There are a few things baked in.
- Fast Live reloads in dev mode
- Automatic code styling (github like)
- Respects users light/dark mode
- A11y checks
- Image optimization
- RSS: https://www.devextent.com/xml-rss-feed-nodejs
- Search
Install
You can download the latest release
Usage:
Create a page
echo "# Hello World!" > index.md
Dev mode:
Build for prod
Check the ./build for your static site.