https://github.com/samdroid-apps/dank420
An explicit static site generator in Python3
https://github.com/samdroid-apps/dank420
Last synced: 10 months ago
JSON representation
An explicit static site generator in Python3
- Host: GitHub
- URL: https://github.com/samdroid-apps/dank420
- Owner: samdroid-apps
- Created: 2018-01-30T02:15:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-11T02:09:09.000Z (almost 8 years ago)
- Last Synced: 2025-04-11T21:14:12.848Z (about 1 year ago)
- Language: Python
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dank420
A pretty lit static site generator for python3.
Work in progress.
## Design Goals
**Just code it**
Many static site generators are quite brittle. They only work if you set
things up in a given way.
Dank420 aims to overcome this by being programmed, not configured. This allows
end users to just override the methods/code; rather than using hackey workarounds.
**Explicit is better than implicit**
Rather than having implicit defaults (like X is a static content directory, etc.),
Dank420 is about having this explicitly specified in code. This makes
maintaining the site easier.
## Name
**Dank420**
_Dank_ because this is a good static site generator.
_420_ because this is probably the four-hundred and twentieth static site generator
ever made. (Did the world really need another static site generator?)