diff options
| author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2025-10-19 15:20:01 +0200 | 
|---|---|---|
| committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2025-10-19 15:20:01 +0200 | 
| commit | 1b7fc43de7613537bd5422ba14e5df4141aae3ef (patch) | |
| tree | 1906fa28f6e5c542b11c3444700a19361f2cfa76 | |
| parent | 702cb5103b952bff6964c1214e583955a1e8fb16 (diff) | |
| download | gabrielgio.me-master.tar.gz gabrielgio.me-master.tar.bz2 gabrielgio.me-master.zip | |
| -rw-r--r-- | Makefile | 9 | 
1 files changed, 8 insertions, 1 deletions
| @@ -6,7 +6,14 @@ serve: openring  openring: -	openring -n 6 \ +	openring -n 10 \ +		-s https://blog.codeberg.org/feeds/all.atom.xml \ +		-s https://rosenzweig.io/feed.xml \ +		-s https://sourcehut.org/blog/index.xml \ +		-s https://bitfehler.srht.site/index.xml \ +		-s https://andrewkelley.me/rss.xml \ +		-s https://ziglang.org/devlog/index.xml \ +		-s https://ziglang.org/news/index.xml \  		-s https://drewdevault.com/blog/index.xml \  		-s https://mazzo.li/rss.xml \  		-s https://blog.golang.org/feed.atom \ | 
