https://github.com/borgar/gannet
One of those static site generators
https://github.com/borgar/gannet
Last synced: 4 months ago
JSON representation
One of those static site generators
- Host: GitHub
- URL: https://github.com/borgar/gannet
- Owner: borgar
- License: mit
- Created: 2015-05-26T23:01:40.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-11-08T09:28:32.000Z (over 1 year ago)
- Last Synced: 2025-10-06T10:55:02.553Z (8 months ago)
- Language: JavaScript
- Size: 461 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gannet
It's one of those static blog/site generators. Give it some texts and templates and it will build you a website.
## Why on earth would you want this?
You probably wouldn't. I just made it for me. 🤷♀️
The story is that I tried to contribute to other similar projects to get the features I needed in, primarily multiple languages, but eventually gave up on the politics and just wrote this. It was quicker and less effort than getting pull requests approved.
## Is there anything special about it?
I don't think there are many groundbreaking ideas to be found here. Some characteristics of the system are:
- It is amazingly fast.
- It handles translations and multiple languages.
- It only renders changed files by examining modification times.
- It prompted me to write [textile-js](https://github.com/borgar/textile-js).