diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-07-01 22:22:56 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-07-01 22:22:56 +0200 |
| commit | a3e2611466f1ab0825bf38f135c36c5cfb29f5c4 (patch) | |
| tree | 80035b9473bcb92b5fbf7efb40cab6baf9ef9ae0 /Makefile | |
| parent | 6fb0a55087cb13c2dd839720753f82f106c30b3d (diff) | |
| download | mitjafelicijan.com-a3e2611466f1ab0825bf38f135c36c5cfb29f5c4.tar.gz | |
Added new post - world clock
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -5,6 +5,16 @@ provision: | |||
| 5 | go build \ | 5 | go build \ |
| 6 | go install | 6 | go install |
| 7 | 7 | ||
| 8 | dev: | ||
| 9 | openring -l 180 -n 4 -p 1 \ | ||
| 10 | -s https://cronokirby.com/posts/index.xml \ | ||
| 11 | -s https://drewdevault.com/feed.xml \ | ||
| 12 | -s https://danluu.com/atom.xml \ | ||
| 13 | -s https://serokell.io/blog.rss.xml \ | ||
| 14 | < template/openring.tmpl \ | ||
| 15 | > template/openring-build.html | ||
| 16 | alternator --watch | ||
| 17 | |||
| 8 | build: | 18 | build: |
| 9 | mkdir -p public | 19 | mkdir -p public |
| 10 | openring -l 180 -n 4 -p 1 \ | 20 | openring -l 180 -n 4 -p 1 \ |
