diff options
author | Huy-Ngo <duchuy29092000@gmail.com> | 2021-01-11 16:52:47 +0700 |
---|---|---|
committer | Huy-Ngo <duchuy29092000@gmail.com> | 2021-01-11 16:52:47 +0700 |
commit | beb4deb58b9676f962ee584dadf1dbcc45d36125 (patch) | |
tree | c17fb48b57fe5c4932a13e43e4376b270d7a54f4 | |
parent | dd514ff1971b57c7f3e7922d3beefd244017627a (diff) | |
download | blog-beb4deb58b9676f962ee584dadf1dbcc45d36125.tar.gz |
Add more RSS
-rw-r--r-- | _includes/custom-webring.html | 34 | ||||
-rwxr-xr-x | create-webring.sh | 3 |
2 files changed, 17 insertions, 20 deletions
diff --git a/_includes/custom-webring.html b/_includes/custom-webring.html index b2dde84..2d34357 100644 --- a/_includes/custom-webring.html +++ b/_includes/custom-webring.html @@ -11,26 +11,6 @@ <div class="footer-col article"> <h4 class="title"> - <a href="https://stallman.org/archives/2020-nov-feb.html#10_January_2021_%28Anti-reality_extremists%27_call_for_violence%29" target="_blank" rel="noopener">Anti-reality extremists' call for violence</a> - </h4> - <p class="summary"> - -Anti-reality extremists were calling for violence in DC on Jan 6 for -weeks before that date. - - -*Extremists intensify calls for violence ahead of Inauguration Day.* - - -</p> - <small class="source"> - via <a href="https://stallman.org/archives/polnotes.html">Richard Stallman's Political Notes</a> - </small> - <small class="date">January 10, 2021</small> - </div> - - <div class="footer-col article"> - <h4 class="title"> <a href="https://news.opensuse.org/2021/01/08/tw-rolls-into-the-new-year/" target="_blank" rel="noopener">Tumbleweed Rolls Into The New Year</a> </h4> <p class="summary">The holidays might be over and the new year is here, but users of openSUSE Tumbleweed didn’t see any difference in the amount of snapshots released over the holiday season. Tumbleweed snapshots have been rolling out daily before toasting to new beginnings…</p> @@ -54,6 +34,20 @@ turn that same crit…</p> <small class="date">January 7, 2021</small> </div> + <div class="footer-col article"> + <h4 class="title"> + <a href="http://disroot.org/en/blog/end_2020" target="_blank" rel="noopener">Ufff... finally End of 2020</a> + </h4> + <p class="summary"> + + Happy Solstice +And what a year it was! There is no point in emphasizing how this year sucked for all of us and how everything seems to be upside down around the world. Let's just focus on positive stuff and enjoy the…</p> + <small class="source"> + via <a href="https://disroot.org/en/blog.atom">Blog</a> + </small> + <small class="date">December 31, 2020</small> + </div> + </section> </section> </div> diff --git a/create-webring.sh b/create-webring.sh index 9bd5d3b..07ae385 100755 --- a/create-webring.sh +++ b/create-webring.sh @@ -3,5 +3,8 @@ openring \ -s https://drewdevault.com/feed.xml \ -s https://stallman.org/rss/rss.xml \ -s https://news.opensuse.org/feed/ \ + -s https://blog.ipfs.io/index.xml \ + -s https://disroot.org/en/blog.atom \ + -s https://blog.golang.org/feed.atom \ < webring.template \ > _includes/custom-webring.html |