https://github.com/qbit/boring
https://github.com/qbit/boring
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/qbit/boring
- Owner: qbit
- License: isc
- Created: 2017-02-16T18:07:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-27T19:38:02.000Z (almost 3 years ago)
- Last Synced: 2025-03-27T20:41:10.147Z (about 1 year ago)
- Language: Go
- Size: 19.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
boring
======
Static site generator written in go.
# What does it do?
It takes the markdown, and puts it in the HTML!
## Example
`boring markdown/ templates/ static/`
This will take the markdown files in `markdown` and render them with
the templates in `templates/`, puking all the output to `static/`.