Aucune description

Lucas Stadler 5d91d6e5c8 Add function to filter by post id 10 ans auparavant
..
.gitignore da30a2e2f8 Ignore the binary 10 ans auparavant
README.md 769427e00d Update the README with some of the new features 10 ans auparavant
blog.go 5d91d6e5c8 Add function to filter by post id 10 ans auparavant
blog.yaml a4feeef15b Document when we got tags 10 ans auparavant

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