An open API service indexing awesome lists of open source software.

https://github.com/qbit/boring


https://github.com/qbit/boring

Last synced: 12 months ago
JSON representation

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