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.
- Host: GitHub
- URL: https://github.com/sliva0/slightly_bitten_site
- Owner: sliva0
- License: mit
- Created: 2022-02-07T17:12:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-05T21:12:39.000Z (over 3 years ago)
- Last Synced: 2025-02-05T17:22:57.740Z (over 1 year ago)
- Topics: blog-website, flask, markdown, python
- Language: CSS
- Homepage: https://sliva0.mk
- Size: 1.52 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)