Нет описания

Luna Stadler 2973c030fd Support generating individual files per post лет назад: 4
..
.gitignore 2c8b5e2aab Ignore generated html files лет назад: 9
Makefile 70c970da8e Add a Makefile лет назад: 9
README.md 769427e00d Update the README with some of the new features лет назад: 9
blog.go 2973c030fd Support generating individual files per post лет назад: 4
blog.yaml 575f389259 Allow specifying the output file in the YAML prefix лет назад: 9
go.mod cd7f71c55c Module-ify blog лет назад: 4
go.sum cd7f71c55c Module-ify blog лет назад: 4

README.md

A very simple (link)blog

Want a very simple blog? Just run blog blog.yaml and be done.

See https://papill0n.org/blog.html for an example blog.

Usage

$ go get github.com/heyLu/lp/go/blog
$ blog <yaml-file> > blog.html
$ firefox blog.html
# upload it somewhere!

Features

Not many.

  • post types (see blog.yaml for usage examples)
    • shell: Write about an interesting shell command
    • link: Quickly post a link
    • image: Post an image
    • song: Post a song (using <audio>)
    • text: Write an actual blog post (or just a heading)
    • video: Post a video (from YouTube)
  • a simple tagging system