nuzzle icon indicating copy to clipboard operation
nuzzle copied to clipboard

A functional static site generator so smol you won't even notice it's there 🐈

Results 13 nuzzle issues
Sort by recently updated
recently updated
newest added

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...

refactor

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.

documentation

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.

documentation

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...

enhancement
hammock time

https://github.com/stelcodes/nuzzle/blob/5131218c6b6a5869850e173dbc1711281f05d1f9/src/nuzzle/config.clj#L181

bug

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 ⚡🐈...

enhancement

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...

enhancement
hammock time

The homepage should be required and should be enforced by including the key in the required keys spec for the config.

enhancement

Section could be called "Including Static Assets (CSS, JS, etc)" and should highlight the overlay-dir Nuzzle option.

documentation