diff options
| author | Mitja Felicijan <m@mitjafelicijan.com> | 2023-06-29 18:39:53 +0200 |
|---|---|---|
| committer | Mitja Felicijan <m@mitjafelicijan.com> | 2023-06-29 18:39:53 +0200 |
| commit | 89f8bc803364ca52ca0dee1a429261b9f3d9ed0e (patch) | |
| tree | a8d8c3fdd88ab36befdecfdc95e4ec0680547595 /Makefile | |
| parent | 0be8ab2aa81a36e8e700cae4c7716fb8ac3859a4 (diff) | |
| download | mitjafelicijan.com-89f8bc803364ca52ca0dee1a429261b9f3d9ed0e.tar.gz | |
Changed openring RSS feeds because the old ones were broken
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
| @@ -5,6 +5,9 @@ dev: tailwind-watch dev-server | |||
| 5 | dev-server: openring | 5 | dev-server: openring |
| 6 | hugo server --bind=0.0.0.0 --buildDrafts | 6 | hugo server --bind=0.0.0.0 --buildDrafts |
| 7 | 7 | ||
| 8 | dev-server-no-openring: | ||
| 9 | hugo server --bind=0.0.0.0 --buildDrafts | ||
| 10 | |||
| 8 | tailwind-watch: | 11 | tailwind-watch: |
| 9 | npx tailwindcss --jit --minify --watch \ | 12 | npx tailwindcss --jit --minify --watch \ |
| 10 | -i ./themes/simple/static/css/tailwind.css \ | 13 | -i ./themes/simple/static/css/tailwind.css \ |
| @@ -23,9 +26,9 @@ deploy: openring tailwind-build | |||
| 23 | openring: | 26 | openring: |
| 24 | openring -l 165 -n 6 -p 1 \ | 27 | openring -l 165 -n 6 -p 1 \ |
| 25 | -s https://drewdevault.com/feed.xml \ | 28 | -s https://drewdevault.com/feed.xml \ |
| 26 | -s https://offbeatpursuit.com/blog/index.rss \ | ||
| 27 | -s https://mirzapandzo.com/rss.xml \ | ||
| 28 | -s https://serokell.io/blog.rss.xml \ | 29 | -s https://serokell.io/blog.rss.xml \ |
| 30 | -s https://matduggan.com/rss/ \ | ||
| 31 | -s https://neil.computer/rss/ \ | ||
| 29 | -s https://cronokirby.com/posts/index.xml \ | 32 | -s https://cronokirby.com/posts/index.xml \ |
| 30 | -s https://www.jeffgeerling.com/blog.xml \ | 33 | -s https://www.jeffgeerling.com/blog.xml \ |
| 31 | < themes/simple/openring/openring.html \ | 34 | < themes/simple/openring/openring.html \ |
