nuzzle
nuzzle copied to clipboard
A functional static site generator so smol you won't even notice it's there 🐈
Stop intermingling the page values in the top level of the config map. This will make it easier to get all the pages through `get-config` and also make the config...
README should have info about `nuzzle/atom-feed` and how page keys integrate into the Atom feed. Should probably be a separate Markdown file than the README.
It's not currently mentioned in the README but it should be. It's used for the sitemap and Atom feed generation and can also be used by the user's `render-page` function.
It would be awesome to have a truly hot-reloading web server that updates the web page when the associated content file is modified. I would have to change the ring...
https://github.com/stelcodes/nuzzle/blob/5131218c6b6a5869850e173dbc1711281f05d1f9/src/nuzzle/config.clj#L181
Currently all requests for CSS/JS/whatever from the overlay directory cause the config to be loaded every time. This is wasteful and produces obnoxious log messages like: ``` 18:18:52 INFO ⚡🐈...
Currently there is no way to template HTML and Markdown content. Adding an integration with [Selmer](https://github.com/yogthos/Selmer) could be amazing. Ideas: - Use the page entry map as the Selmer context...
The homepage should be required and should be enforced by including the key in the required keys spec for the config.
Section could be called "Including Static Assets (CSS, JS, etc)" and should highlight the overlay-dir Nuzzle option.