https://github.com/leouieda/nene
Nēnē: A no-frills static site generator
https://github.com/leouieda/nene
html jinja2 jupyter-notebook nene python static-site static-site-generator
Last synced: 15 days ago
JSON representation
Nēnē: A no-frills static site generator
- Host: GitHub
- URL: https://github.com/leouieda/nene
- Owner: leouieda
- License: mit
- Created: 2020-09-05T16:01:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T10:42:28.000Z (10 months ago)
- Last Synced: 2025-03-29T09:51:14.551Z (about 1 month ago)
- Topics: html, jinja2, jupyter-notebook, nene, python, static-site, static-site-generator
- Language: Python
- Homepage: https://nene.leouieda.com
- Size: 2.04 MB
- Stars: 33
- Watchers: 4
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Nēnē: A no-frills static site generator
[][pypi]
[][conda-forge]
[][pypi]> Do you love Pelican?
> Can't get enough of that Jekyll?
> Then Nēnē is probably not for you.Static website generators seem to be the favourite pastime of developers
procrastinating on other more important projects.
So of course, I had to make my own!When I say *no-frills*, I mean it. Nēnē has no built-in templates, no special
provisions for blogging, plugins, or the sort of thing that would be useful if
you just want to start a website.
But it also tries to combine several nice features from other generators into
something that will appeal to those who want to build their own templates.> **Trivia:** *Nēnē* continues the long tradition of naming static site
> generators built in Python after birds (the nēnē is a
> [goose endemic to Hawai'i][nene-goose]).## Documentation
Install instructions and other information can be found in the preliminary
documentation website (built with Nēnē, of course):
[nene.leouieda.com](https://nene.leouieda.com)Looking for an example? Checkout these websites built with Nēnē:
* https://www.compgeolab.org ([source code](https://github.com/compgeolab/website))
* https://www.leouieda.com ([source code](https://github.com/leouieda/website))
* https://www.acarolcolombo.com ([source code](https://github.com/acarolcolombo/website))**WARNING**: You probably want to pin Nēnē to a specific version since I will
likely break compatibility between releases.## License
Nēnē is free and open-source software distributed under the
[MIT License](LICENSE.txt).[nene-goose]: https://www.nps.gov/havo/learn/nature/nene.htm
[pypi]: https://pypi.org/project/nene/
[conda-forge]: https://github.com/conda-forge/nene-feedstock