diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-06-28 19:02:56 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-06-28 19:02:56 +0200 |
| commit | 991d657e4c980e6d1114e4adb27f20332e1f7d6b (patch) | |
| tree | d31f1d1de59e44a903883151807d9ae2efb23764 /Makefile | |
| parent | 5d9882a2d613be98eb3fe0344a051ef6e7c4539f (diff) | |
| download | mitjafelicijan.com-991d657e4c980e6d1114e4adb27f20332e1f7d6b.tar.gz | |
Added new styles
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 17 |
1 files changed, 6 insertions, 11 deletions
| @@ -11,29 +11,24 @@ dither: | |||
| 11 | bash tools/dither-images.sh | 11 | bash tools/dither-images.sh |
| 12 | 12 | ||
| 13 | openring: | 13 | openring: |
| 14 | openring -l 165 -n 4 -p 1 \ | 14 | mkdir -p public |
| 15 | -s https://cronokirby.com/posts/index.xml \ | 15 | openring -l 165 -n 5 -p 1 \ |
| 16 | -s https://drewdevault.com/feed.xml \ | 16 | -s https://drewdevault.com/feed.xml \ |
| 17 | -s https://danluu.com/atom.xml \ | 17 | -s https://danluu.com/atom.xml \ |
| 18 | -s https://serokell.io/blog.rss.xml \ | 18 | -s https://serokell.io/blog.rss.xml \ |
| 19 | -s https://cronokirby.com/posts/index.xml \ | ||
| 20 | -s https://www.jeffgeerling.com/blog.xml \ | ||
| 19 | < template/openring.tmpl \ | 21 | < template/openring.tmpl \ |
| 20 | > template/openring-build.html | 22 | > template/openring-build.html |
| 21 | 23 | ||
| 22 | dev: alternator server | 24 | dev: alternator server |
| 23 | 25 | ||
| 24 | alternator: openring | 26 | alternator: openring |
| 27 | mkdir -p public | ||
| 25 | alternator --watch | 28 | alternator --watch |
| 26 | 29 | ||
| 27 | build: | 30 | build: openring |
| 28 | mkdir -p public | 31 | mkdir -p public |
| 29 | openring -l 165 -n 4 -p 1 \ | ||
| 30 | -s https://cronokirby.com/posts/index.xml \ | ||
| 31 | -s https://drewdevault.com/feed.xml \ | ||
| 32 | -s https://danluu.com/atom.xml \ | ||
| 33 | -s https://serokell.io/blog.rss.xml \ | ||
| 34 | < template/openring.tmpl \ | ||
| 35 | > template/openring-build.html | ||
| 36 | |||
| 37 | alternator --build | 32 | alternator --build |
| 38 | rm template/openring-build.html | 33 | rm template/openring-build.html |
| 39 | 34 | ||
