summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mds/blog/blog-index.md3
-rw-r--r--www/blog/index.html5
-rw-r--r--www/index.html67
3 files changed, 44 insertions, 31 deletions
diff --git a/mds/blog/blog-index.md b/mds/blog/blog-index.md
index f801596..8f254d4 100644
--- a/mds/blog/blog-index.md
+++ b/mds/blog/blog-index.md
@@ -13,3 +13,6 @@
1. [2019-02-17 - Venturing back into C](/blog/2019-02-17/)
1. [2019-01-21 - First! A New Years Resolution](/blog/2019-01-21/)
</article>
+<div id='footer'>
+ [RSS Feed](/blog/feed.rss)
+</div>
diff --git a/www/blog/index.html b/www/blog/index.html
index d266b8e..75870e7 100644
--- a/www/blog/index.html
+++ b/www/blog/index.html
@@ -70,6 +70,11 @@
</li>
</ol>
</article>
+ <div id='footer'>
+ <a href="/blog/feed.rss"
+ target="_blank"
+ rel="noopener rss">RSS Feed</a>
+ </div>
<div id='copyright'>
© 2023 senders dot io - <a rel="license external noopener noreferrer"
target="_blank"
diff --git a/www/index.html b/www/index.html
index c4c1688..9b1f51b 100644
--- a/www/index.html
+++ b/www/index.html
@@ -33,6 +33,42 @@
<p>This is my personal site for my projects and other random stuff I feel
like uploading. A lot of it comes in the form of micro-blogs and stream
of consciousness ramblings.</p>
+ <p>You can subscribe to my extremely infrequent blog via RSS: <a href=
+ "/blog/feed.rss"
+ rel="rss noopener"
+ target="_blank">/blog/feed.rss</a></p>
+ </article>
+ <article>
+ <h1>Recent Post - 2022-12-31</h1>
+ <h2>RSS - A Follow-up</h2>
+ <p>Get an RSS reader and connect everything to it!</p>
+ <p>Between switching to Mastodon for my social media allowance, and using
+ a dedicated RSS reader has really cut down my overall consumption and
+ wasted PC time.</p>
+ <blockquote>
+ <p>this blogpost is originally posted to my gemini gemlog: <a href=
+ "gemini://senders.io/gemlog/2022-12-31-rss-a-follow-up.gmi">gemini://senders.io/gemlog/2022-12-31-rss-a-follow-up.gmi</a>
+ which is where I do most of my writing, converting some useful to share
+ things over here. It is also where the original RSS gemlog this is a
+ follow-up to was posted. For context, I wanted to cutback on a lot of
+ my web consumption, wasting time and just being mindless online. So I
+ looked to RSS to help centralize and solve this issue.</p>
+ </blockquote>
+ <h3>Recap</h3>
+ <p>So I am using <a rel="external noopener noreferrer"
+ target="_blank"
+ href="https://tt-rss.org">https://tt-rss.org/</a> as my RSS
+ aggregator. It’s a self-hosted RSS aggregator that, using profiles,
+ allows you to subscribe to multiple feeds and have them “synced”
+ between multiple devices (they’re not synced, you’re connecting to a
+ central server). I like this because I don’t ever have to worry about
+ dismissing, reading, or marking anything on my phone to have it still
+ present on my PC. And I don’t have to worry about feed subscriptions
+ or my phone pinging a bunch of feeds, or obviously, any third-party
+ hosting.</p>
+ <div class='footer'>
+ <a href='/blog/2022-12-31'>Continue reading...</a>
+ </div>
</article>
<article>
<h2>Recent Post - 2022-12-05</h2>
@@ -58,37 +94,6 @@
<a href='/blog/2022-12-05'>Continue reading...</a>
</div>
</article>
- <article>
- <h2>Recent Post - 2022-11-06</h2>
- <h3>My Markdown -&gt; HTML Setup</h3>
- <p>A common way I see a lot of people blog, especially micro-blog, is in
- <a rel="external noopener noreferrer"
- target="_blank"
- href="https://daringfireball.net/projects/markdown/">markdown</a>.</p>
- <figure>
- <blockquote>
- <p>Markdown is a lightweight markup language for creating formatted
- text using a plain-text editor.</p>
- </blockquote>
- <figcaption>
- <cite>— <a rel="external noopener noreferrer"
- target="_blank"
- href="https://en.wikipedia.org/wiki/Markdown">Wikipedia |
- Markdown</a></cite>
- </figcaption>
- </figure>
- <p>It built itself on-top of common syntax prevalent on the web and was
- designed to be converted into simple HTML output. Since it leveraged
- preexisting syntax it was easy for new users to pick up, and is now found
- all over the web and applications.</p>
- <p>Since I started this website, I had been writing each page by hand
- using a few tools to facilitate that - and for a while I had been looking
- for a good way to try out using markdown to generate some lighter pages
- and these blogposts.</p>
- <div class='footer'>
- <a href='/blog/2022-11-06'>Continue reading...</a>
- </div>
- </article>
<div class="footnote">
<p>The site source is available at <a rel="noopener noreferrer external"
target="_blank"