Przeglądaj źródła

Add a very simple README

Lucas Stadler 9 lat temu
rodzic
commit
914205df3a
1 zmienionych plików z 20 dodań i 0 usunięć
  1. 20 0
      go/blog/README.md

+ 20 - 0
go/blog/README.md

@ -0,0 +1,20 @@
1
# A very simple (link)blog
2
3
Want a very simple blog?  Just run `blog blog.yaml` and be done.
4
5
See <https://papill0n.org/blog.html> for an example blog.
6
7
## Usage
8
9
    $ go get github.com/heyLu/lp/go/blog
10
    $ blog <yaml-file> > blog.html
11
    $ firefox blog.html
12
    # upload it somewhere!
13
14
## Features
15
16
Not many.
17
18
- post types (see [blog.yaml](./blog.yaml) for usage examples)
19
    - `shell`: Write about an interesting shell command
20
    - `link`: Quickly post a link