diff options
author | Bill <bill@billserver.senders.io> | 2022-12-31 21:56:14 -0500 |
---|---|---|
committer | Bill <bill@billserver.senders.io> | 2022-12-31 21:57:09 -0500 |
commit | d04f47c4e205343ffa4ef0c58f372c3d6ec0ad4d (patch) | |
tree | 2e771d2e9c82961f7ecee261a44bcc7a14b51718 /www/index.html | |
parent | 65a463de903199be2ca389b467331a66c7851883 (diff) |
Update site with feed link/update homepage
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 67 |
1 files changed, 36 insertions, 31 deletions
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 -> 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" |