Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 652 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 652 Bytes

YASBE

Yet Another Static Blog Engine (Demo)

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

Installing

  • clone this repo
  • copy config_ex.toml to config.toml
  • install deps
  • run make serve
  • access localhost:4000

Your blog will be available at the www directory.