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

https://github.com/sliva0/slightly_bitten_site

Minimalistic blog website basically for hosting folders with Jinja templates.
https://github.com/sliva0/slightly_bitten_site

blog-website flask markdown python

Last synced: about 2 months ago
JSON representation

Minimalistic blog website basically for hosting folders with Jinja templates.

Awesome Lists containing this project

README

          

# Slightly bitten site

Minimalistic blog website basically for hosting folders with `Jinja` templates.

- One file - one page
- Color themes
- Flexible settings
- JSless mode
- Cool dog cube on errors

## Startup

By command:
``` bash
gunicorn wsgi:app
```
Optionally with arguments like `--bind unix:./site.sock` and others.

## License

[MIT License](LICENSE.txt)