/bIog

minimal blog compiler in Io

Primary LanguageIo

bIog

A small blog compiler in Io.

About

Inspired by Toto, but generates static pages instead and is written in the language Io. Supports articles written in markdown.

Requirements

  • A working Io install.
  • The included Markdown add-on for Io needs to be installed.
  • Discount is needed for the markdown Io add-on.

Use

See the example templates for the layout and examples of syntax, which is also described a the top of the bIog.io file. Run it inside the source directory, or like so: biog /path/to/sourcedir. Results are generated in the build directory.