https://github.com/ayarcohaila/yasbe
"Lightweight", simple static blog generator http://yasbe.surge.sh/
https://github.com/ayarcohaila/yasbe
blog blog-engine lightweight python-3 simple static-site-generator yet-another
Last synced: about 1 year ago
JSON representation
"Lightweight", simple static blog generator http://yasbe.surge.sh/
- Host: GitHub
- URL: https://github.com/ayarcohaila/yasbe
- Owner: ayarcohaila
- License: wtfpl
- Created: 2018-04-02T06:50:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-30T14:21:19.000Z (about 3 years ago)
- Last Synced: 2025-01-24T12:28:16.230Z (over 1 year ago)
- Topics: blog, blog-engine, lightweight, python-3, simple, static-site-generator, yet-another
- Language: Python
- Size: 13.7 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YASBE
Yet Another Static Blog Engine
[(Demo)](http://yasbe.surge.sh/)
Unlike others Static Blogs Generators like Pelican or Jekyll, this one was made to be modified,
so don't expect to get cool themes, ready "plugins" or anything.
That's my special way to tell that I'm lazy.
## Dependencies
* python3
* [Mako](http://www.makotemplates.org/)
* [toml](https://pypi.python.org/pypi/toml)
* [mistune](https://github.com/lepture/mistune)
## Installing
* clone this repo
* copy `config_ex.toml` to `config.toml`
* install deps
* run `make serve`
* access [localhost:4000](http://localhost:4000)
Your blog will be available at the `www` directory.