diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-01-31 18:53:18 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-01-31 18:53:18 +0100 |
| commit | 55a4adf7296ab03ae8dc1edb3f801264cb819979 (patch) | |
| tree | edf48f7c9110cd1f9566ce751a7277243e35d56b /Makefile | |
| parent | 7343314fb11b3f5fc27fc79c316dbd836aba1b7d (diff) | |
| download | mitjafelicijan.com-55a4adf7296ab03ae8dc1edb3f801264cb819979.tar.gz | |
Added additional feeds to openring
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -6,9 +6,11 @@ provision: | |||
| 6 | go install | 6 | go install |
| 7 | 7 | ||
| 8 | build: | 8 | build: |
| 9 | openring -n 4 -p 2 \ | 9 | openring -l 180 -n 4 -p 1 \ |
| 10 | -s https://cronokirby.com/posts/index.xml \ | ||
| 10 | -s https://drewdevault.com/feed.xml \ | 11 | -s https://drewdevault.com/feed.xml \ |
| 11 | -s https://danluu.com/atom.xml \ | 12 | -s https://danluu.com/atom.xml \ |
| 13 | -s https://serokell.io/blog.rss.xml \ | ||
| 12 | < template/openring.tmpl \ | 14 | < template/openring.tmpl \ |
| 13 | > template/openring-build.html | 15 | > template/openring-build.html |
| 14 | 16 | ||
