Underblog Versions Save

Extremely simple static blog generator

v0.2.3

4 years ago

v0.2.2

4 years ago

BREAKING CHANGE: Date format changed from DD-MM-YYYY-Slug.md to YYYY-MM-DD-Slug.md. See https://github.com/freetonik/underblog/issues/12 for motivation.

v0.2.1

4 years ago

TL;DR: underblog is now much faster thanks to @egregors

  • all Post are processing in separate goroutines through the channel (CSP)
  • workers limit defines according to Rlimit / 2 if it possible (macOS, Linux), otherwise (Win) just use default limit (100)
  • thread-safe append posts

(https://github.com/freetonik/underblog/pull/8)

v0.1.2

4 years ago

Initial release for macOS.