isaacd9 / picoblog

the smallest blog generator in the west

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Picoblog

Read more at blog.isaac.diamonds.

Picoblog is a minimal static blog creator. It's heavily inspired by picofeed and usees the same styling. It looks nice, it's dead simple to use, and it gets out of your way. What's not to like, dude.

Things you don't need with picoblog (or picofeed):

  • An account
  • A subscription
  • Any state at all

Honestly it's like a fancy markdown compiler.

  Examples:
	picoblog first.md second.md
	picoblog --list file.txt
# Use whatever click to open your terminal supports, like cmd+double click in OSX's Terminal.app
./picooblog blog-posts.txt

picofeed local browser rss

Install

From source, with go 1.11 just run go build

Or there are precompiled binaries in the releases page

Other

Picoblog is built on top of blackfriday

About

the smallest blog generator in the west

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:HTML 54.1%Language:Go 45.4%Language:Shell 0.4%