From 8d9ab55a2a95a2dc6e10461fe1fd8ef66a6a6333 Mon Sep 17 00:00:00 2001 From: Trent Palmer Date: Thu, 2 Sep 2021 13:52:37 -0700 Subject: [PATCH] add rss links --- docs/index.md | 9 +- docs/links.md | 1 + docs/rss.md | 4 + site/404.html | 32 +--- site/feed_rss_created.xml | 2 +- site/feed_rss_updated.xml | 2 +- site/index.html | 169 +++++------------- site/links/index.html | 37 ++-- site/posts/apache-virtual-hosts/index.html | 32 +--- .../clear-linux-encrypted-xfs-root/index.html | 32 +--- .../clear-linux-guest-virt-manager/index.html | 32 +--- .../index.html | 32 +--- .../index.html | 32 +--- .../index.html | 32 +--- .../lmde3-xfs-full-disk-encryption/index.html | 32 +--- .../index.html | 32 +--- site/posts/prosody-photo-uploads/index.html | 32 +--- .../index.html | 36 +--- .../index.html | 32 +--- .../simplified-raspberry-streaming/index.html | 32 +--- site/posts/test-qr-svg-django/index.html | 32 +--- .../posts/trents-favorite-podcasts/index.html | 32 +--- site/posts/xmpp-apt-notifications/index.html | 32 +--- site/rss/index.html | 93 +++------- site/sitemap.xml.gz | Bin 896 -> 896 bytes .../podcasts/ask-noah-show/index.html | 32 +--- site/snippets/podcasts/bohemican/index.html | 32 +--- site/snippets/podcasts/coder-radio/index.html | 32 +--- .../podcasts/destination-linux/index.html | 32 +--- site/snippets/podcasts/django-chat/index.html | 32 +--- .../snippets/podcasts/django-riffs/index.html | 32 +--- .../engines-of-our-ingenuity/index.html | 32 +--- .../snippets/podcasts/floss-weekly/index.html | 32 +--- .../podcasts/gnu-world-order/index.html | 32 +--- .../podcasts/hardcore-history/index.html | 32 +--- .../podcasts/history-of-germany/index.html | 32 +--- .../podcasts/in-our-time-history/index.html | 32 +--- .../index.html | 32 +--- .../podcasts/late-night-linux/index.html | 32 +--- .../podcasts/linux-action-news/index.html | 32 +--- .../snippets/podcasts/linux-inlaws/index.html | 32 +--- .../podcasts/linux-unplugged/index.html | 32 +--- site/snippets/podcasts/minipc/index.html | 32 +--- site/snippets/podcasts/mintcast/index.html | 32 +--- site/snippets/podcasts/no-agenda/index.html | 32 +--- .../podcasts/open-source-voices/index.html | 32 +--- .../snippets/podcasts/python-bytes/index.html | 32 +--- .../podcasts/react-podcast/index.html | 32 +--- .../podcasts/scholars-and-sense/index.html | 32 +--- site/snippets/podcasts/self-hosted/index.html | 32 +--- .../sunday-morning-linux-review/index.html | 32 +--- site/snippets/podcasts/syntax/index.html | 32 +--- .../podcasts/talk-python-to-me/index.html | 32 +--- .../podcasts/talking-kotlin/index.html | 32 +--- .../the-history-of-ancient-greece/index.html | 32 +--- .../podcasts/the-matt-freire-show/index.html | 32 +--- .../the-mike-dominick-show/index.html | 32 +--- .../podcasts/two-dot-five-admins/index.html | 32 +--- .../podcasts/ubuntu-podcast/index.html | 32 +--- .../wittenberg-to-westphalia/index.html | 32 +--- .../podcasts/youre-dead-to-me/index.html | 32 +--- 61 files changed, 462 insertions(+), 1523 deletions(-) diff --git a/docs/index.md b/docs/index.md index ddcce42..5c9f9ad 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,6 +3,11 @@ title: "Home" authors: ["trent"] --- # Trent's Blog +## **Links** + +* [RSS](rss.md){target=_blank} +* [Links](links.md){target=_blank} + ## **Posts By Date** * [2021-07-23: Trent's Favorite Podcasts](posts/trents-favorite-podcasts.md){target=_blank} @@ -20,7 +25,3 @@ authors: ["trent"] * [2019-02-11: Faster Partitioning With sgdisk](posts/faster-partitioning-with-sgdisk){target=_blank} * [2019-01-25: LMDE3 xfs Full Disk Encryption](posts/lmde3-xfs-full-disk-encryption){target=_blank} * [2019-01-25: Rewrite Hugo Themes Report in Python](posts/rewrite-hugo-themes-report-in-python){target=_blank} - -## **Links** - -* [Links](links.md){target=_blank} diff --git a/docs/links.md b/docs/links.md index e8f591b..7f4e84c 100644 --- a/docs/links.md +++ b/docs/links.md @@ -7,6 +7,7 @@ authors: ["trent"] ## **Links** * [Home](index.md){target=_blank} +* [RSS](rss.md){target=_blank} * [AudioBooks](https://trentpalmer.org){target=_blank} * [Attention Span History](https://blog.trentpalmer.org){target=_blank} * [GitHub](https://github.com/TrentSPalmer){target=_blank} diff --git a/docs/rss.md b/docs/rss.md index 139e4da..051515a 100644 --- a/docs/rss.md +++ b/docs/rss.md @@ -8,3 +8,7 @@ authors: ["trent"] * [Created](/feed_rss_created.xml){target=_blank} * [Updated](/feed_rss_updated.xml){target=_blank} + +## **Links** +* [Home](index.md){target=_blank} +* [Links](links.md){target=_blank} diff --git a/site/404.html b/site/404.html index 79517aa..4320aa6 100644 --- a/site/404.html +++ b/site/404.html @@ -137,7 +137,7 @@
  • - + Links
  • @@ -441,18 +441,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -465,18 +453,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -743,6 +719,12 @@ + + + + + + diff --git a/site/feed_rss_created.xml b/site/feed_rss_created.xml index 03f2f70..6a6c7c2 100644 --- a/site/feed_rss_created.xml +++ b/site/feed_rss_created.xml @@ -1 +1 @@ - Trent's BlogTrent's blog of mostly technical documentations.https://blog.trentsonlinedocs.xyz/en Thu, 02 Sep 2021 20:02:58 -0000 Thu, 02 Sep 2021 20:02:58 -0000 1440 MkDocs RSS plugin - v0.17.0 Trent's Favorite Podcasts trent <p>date: 2021-07-23</p><h2><strong>Introduction</strong></h2><p>Someone asked me 10 years ago what are my favorite podcasts, so here you go.Note that a lot of podcasts tend to improv...</p>https://blog.trentsonlinedocs.xyz/posts/trents-favorite-podcasts/ Sun, 25 Jul 2021 10:38:54 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/trents-favorite-podcasts/ Test QRCODE Svg in Django trent <p>date: 2021-04-19</p><h2><strong>Introduction</strong></h2><p>I worked out a solution in django-testing, for testing a view that renders a qrcodeas an svg as an inline svg xml stri...</p>https://blog.trentsonlinedocs.xyz/posts/test-qr-svg-django/ Tue, 20 Apr 2021 02:23:27 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/test-qr-svg-django/ Prosody Photo Uploads trent <p>date: 2021-01-25</p><h2><strong>Introduction</strong></h2><p>Install <a href="https://prosody.im/">prosody</a>{target=_blank} on <a href="https://www.debian.org/">Debian 10</a>{target=_blank}with phot...</p>https://blog.trentsonlinedocs.xyz/posts/prosody-photo-uploads/ Mon, 25 Jan 2021 16:37:39 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/prosody-photo-uploads/ Xmpp Apt Notifications trent <p>date: 2021-01-09</p><h2><strong>Introduction</strong></h2><p>In order to save yourself the work of checking your computer forupdates, configure it to send you a weekly notificatio...</p>https://blog.trentsonlinedocs.xyz/posts/xmpp-apt-notifications/ Sun, 10 Jan 2021 00:45:08 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/xmpp-apt-notifications/ Apache Virtual Hosts trent <p>date: 2020-12-20</p><h2><strong>Use Virtual Hosts</strong></h2><p>This is a very useful way to keep your server organized.</p><h2><strong>Virtual Hosts On Your Lan</strong></h2><p>You can practice on you...</p>https://blog.trentsonlinedocs.xyz/posts/apache-virtual-hosts/ Sun, 20 Dec 2020 05:16:22 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/apache-virtual-hosts/ SENDXMPPHandler for Python Logging trent <p>date: 2020-12-19</p><h2><strong>SENDXMPPHandler for Python Logging</strong></h2><p>&lt;script src="https://gist.github.com/adc541a6245d55e39edd10dab1001a88.js?file= SENDXMPPHandler.md...</p>https://blog.trentsonlinedocs.xyz/posts/sendxmpp-handler-for-python-logging/ Sat, 19 Dec 2020 11:47:41 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/sendxmpp-handler-for-python-logging/ Instructions For Tethering From Phone trent <p>date: 2020-12-17</p><h2><strong>Instructions</strong></h2><h3>Part One</h3><ol><li>Turn <strong>off</strong> blutooth on computer</li><li>Turn <strong>off</strong> blutooth on phone</li><li>Turn <strong>off</strong> Wifi on phone</li></ol><h3>...</h3>https://blog.trentsonlinedocs.xyz/posts/instructions-for-tethering-from-phone/ Thu, 17 Dec 2020 23:07:51 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/instructions-for-tethering-from-phone/ LMDE4 Custom Partitions Disk Encryption trent <p>date: 2020-12-15</p><h2><strong>Introduction</strong></h2><p>Linux Mint Debian Edition is the alternate version of Linux Mint, but built on a Debian base. The result is quite pleasa...</p>https://blog.trentsonlinedocs.xyz/posts/lmde4-custom-partitions-disk-encryption/ Wed, 16 Dec 2020 00:28:41 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/lmde4-custom-partitions-disk-encryption/ Clear Linux Encrypted xfs Root trent <p>date: 2019-04-13T21:44:37-07:00</p><h2><strong>Nothing to-it Burger</strong></h2><p>I had intended to create a technical explanation how to install Clear Linux with disk encryption,...</p>https://blog.trentsonlinedocs.xyz/posts/clear-linux-encrypted-xfs-root/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/clear-linux-encrypted-xfs-root/ Clear Linux Guest Virt Manager trent <p>date: 2019-03-11T01:39:09-07:00</p><h2><strong>Introduction</strong></h2><ul><li>download, convert, and resize the provided kvm-legacy image</li><li>create a virtual machine and launch it f...</li></ul>https://blog.trentsonlinedocs.xyz/posts/clear-linux-guest-virt-manager/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/clear-linux-guest-virt-manager/ Faster Partitioning With sgdisk trent <p>date: 2019-02-11T04:23:52-08:00</p><h2><strong>Disclaimer</strong></h2><p>If any of this is wrong, let me know so I can fix it. No actual hard drives were harmed in the production ...</p>https://blog.trentsonlinedocs.xyz/posts/faster-partitioning-with-sgdisk/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/faster-partitioning-with-sgdisk/ Linux Move Cursor With Keyboard trent <p>date: 2020-06-21T22:01:35-07:00</p><h2><strong>Introduction</strong></h2><p>Linux just makes everything so easy. On a laptop it can be tricky to place yourmouse cursor on exactly t...</p>https://blog.trentsonlinedocs.xyz/posts/linux-move-cursor-with-keyboard/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/linux-move-cursor-with-keyboard/ LMDE3 xfs Full Disk Encryption trent <p>date: 2019-01-25T23:25:36-08:00</p><h2><strong>Introduction</strong></h2><p>Linux Mint Debian Edition is the alternate version of Linux Mint, but built on a Debian base. The result ...</p>https://blog.trentsonlinedocs.xyz/posts/lmde3-xfs-full-disk-encryption/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/lmde3-xfs-full-disk-encryption/ Rewrite Hugo Themes Report in Python trent <p>date: 2019-01-25T01:02:57-08:00</p><h2><strong>Ranking Hugo Themes by Stars, Commit Date</strong></h2><p>A while back I was grazing the selfhosted subreddit, and noticed Hugo comin...</p>https://blog.trentsonlinedocs.xyz/posts/rewrite-hugo-themes-report-in-python/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/rewrite-hugo-themes-report-in-python/ Simplified Raspberry Streaming trent <p>date: 2019-05-12T18:32:55-07:00</p><h2><strong>RaspberryPi is a Great MPD Appliance</strong></h2><p>I’m really pleased with the <a href="https://www.raspberrypi.org/">RaspberryPi</a>{target=_b...</p>https://blog.trentsonlinedocs.xyz/posts/simplified-raspberry-streaming/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/simplified-raspberry-streaming/ \ No newline at end of file + Trent's BlogTrent's blog of mostly technical documentations.https://blog.trentsonlinedocs.xyz/en Thu, 02 Sep 2021 20:51:55 -0000 Thu, 02 Sep 2021 20:51:55 -0000 1440 MkDocs RSS plugin - v0.17.0 Trent's Favorite Podcasts trent <p>date: 2021-07-23</p><h2><strong>Introduction</strong></h2><p>Someone asked me 10 years ago what are my favorite podcasts, so here you go.Note that a lot of podcasts tend to improv...</p>https://blog.trentsonlinedocs.xyz/posts/trents-favorite-podcasts/ Sun, 25 Jul 2021 10:38:54 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/trents-favorite-podcasts/ Test QRCODE Svg in Django trent <p>date: 2021-04-19</p><h2><strong>Introduction</strong></h2><p>I worked out a solution in django-testing, for testing a view that renders a qrcodeas an svg as an inline svg xml stri...</p>https://blog.trentsonlinedocs.xyz/posts/test-qr-svg-django/ Tue, 20 Apr 2021 02:23:27 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/test-qr-svg-django/ Prosody Photo Uploads trent <p>date: 2021-01-25</p><h2><strong>Introduction</strong></h2><p>Install <a href="https://prosody.im/">prosody</a>{target=_blank} on <a href="https://www.debian.org/">Debian 10</a>{target=_blank}with phot...</p>https://blog.trentsonlinedocs.xyz/posts/prosody-photo-uploads/ Mon, 25 Jan 2021 16:37:39 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/prosody-photo-uploads/ Xmpp Apt Notifications trent <p>date: 2021-01-09</p><h2><strong>Introduction</strong></h2><p>In order to save yourself the work of checking your computer forupdates, configure it to send you a weekly notificatio...</p>https://blog.trentsonlinedocs.xyz/posts/xmpp-apt-notifications/ Sun, 10 Jan 2021 00:45:08 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/xmpp-apt-notifications/ Apache Virtual Hosts trent <p>date: 2020-12-20</p><h2><strong>Use Virtual Hosts</strong></h2><p>This is a very useful way to keep your server organized.</p><h2><strong>Virtual Hosts On Your Lan</strong></h2><p>You can practice on you...</p>https://blog.trentsonlinedocs.xyz/posts/apache-virtual-hosts/ Sun, 20 Dec 2020 05:16:22 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/apache-virtual-hosts/ SENDXMPPHandler for Python Logging trent <p>date: 2020-12-19</p><h2><strong>SENDXMPPHandler for Python Logging</strong></h2><p>&lt;script src="https://gist.github.com/adc541a6245d55e39edd10dab1001a88.js?file= SENDXMPPHandler.md...</p>https://blog.trentsonlinedocs.xyz/posts/sendxmpp-handler-for-python-logging/ Sat, 19 Dec 2020 11:47:41 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/sendxmpp-handler-for-python-logging/ Instructions For Tethering From Phone trent <p>date: 2020-12-17</p><h2><strong>Instructions</strong></h2><h3>Part One</h3><ol><li>Turn <strong>off</strong> blutooth on computer</li><li>Turn <strong>off</strong> blutooth on phone</li><li>Turn <strong>off</strong> Wifi on phone</li></ol><h3>...</h3>https://blog.trentsonlinedocs.xyz/posts/instructions-for-tethering-from-phone/ Thu, 17 Dec 2020 23:07:51 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/instructions-for-tethering-from-phone/ LMDE4 Custom Partitions Disk Encryption trent <p>date: 2020-12-15</p><h2><strong>Introduction</strong></h2><p>Linux Mint Debian Edition is the alternate version of Linux Mint, but built on a Debian base. The result is quite pleasa...</p>https://blog.trentsonlinedocs.xyz/posts/lmde4-custom-partitions-disk-encryption/ Wed, 16 Dec 2020 00:28:41 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/lmde4-custom-partitions-disk-encryption/ Clear Linux Encrypted xfs Root trent <p>date: 2019-04-13T21:44:37-07:00</p><h2><strong>Nothing to-it Burger</strong></h2><p>I had intended to create a technical explanation how to install Clear Linux with disk encryption,...</p>https://blog.trentsonlinedocs.xyz/posts/clear-linux-encrypted-xfs-root/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/clear-linux-encrypted-xfs-root/ Clear Linux Guest Virt Manager trent <p>date: 2019-03-11T01:39:09-07:00</p><h2><strong>Introduction</strong></h2><ul><li>download, convert, and resize the provided kvm-legacy image</li><li>create a virtual machine and launch it f...</li></ul>https://blog.trentsonlinedocs.xyz/posts/clear-linux-guest-virt-manager/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/clear-linux-guest-virt-manager/ Faster Partitioning With sgdisk trent <p>date: 2019-02-11T04:23:52-08:00</p><h2><strong>Disclaimer</strong></h2><p>If any of this is wrong, let me know so I can fix it. No actual hard drives were harmed in the production ...</p>https://blog.trentsonlinedocs.xyz/posts/faster-partitioning-with-sgdisk/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/faster-partitioning-with-sgdisk/ Linux Move Cursor With Keyboard trent <p>date: 2020-06-21T22:01:35-07:00</p><h2><strong>Introduction</strong></h2><p>Linux just makes everything so easy. On a laptop it can be tricky to place yourmouse cursor on exactly t...</p>https://blog.trentsonlinedocs.xyz/posts/linux-move-cursor-with-keyboard/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/linux-move-cursor-with-keyboard/ LMDE3 xfs Full Disk Encryption trent <p>date: 2019-01-25T23:25:36-08:00</p><h2><strong>Introduction</strong></h2><p>Linux Mint Debian Edition is the alternate version of Linux Mint, but built on a Debian base. The result ...</p>https://blog.trentsonlinedocs.xyz/posts/lmde3-xfs-full-disk-encryption/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/lmde3-xfs-full-disk-encryption/ Rewrite Hugo Themes Report in Python trent <p>date: 2019-01-25T01:02:57-08:00</p><h2><strong>Ranking Hugo Themes by Stars, Commit Date</strong></h2><p>A while back I was grazing the selfhosted subreddit, and noticed Hugo comin...</p>https://blog.trentsonlinedocs.xyz/posts/rewrite-hugo-themes-report-in-python/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/rewrite-hugo-themes-report-in-python/ Simplified Raspberry Streaming trent <p>date: 2019-05-12T18:32:55-07:00</p><h2><strong>RaspberryPi is a Great MPD Appliance</strong></h2><p>I’m really pleased with the <a href="https://www.raspberrypi.org/">RaspberryPi</a>{target=_b...</p>https://blog.trentsonlinedocs.xyz/posts/simplified-raspberry-streaming/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/simplified-raspberry-streaming/ \ No newline at end of file diff --git a/site/feed_rss_updated.xml b/site/feed_rss_updated.xml index e40ebaa..7295c47 100644 --- a/site/feed_rss_updated.xml +++ b/site/feed_rss_updated.xml @@ -1 +1 @@ - Trent's BlogTrent's blog of mostly technical documentations.https://blog.trentsonlinedocs.xyz/en Thu, 02 Sep 2021 20:02:58 -0000 Thu, 02 Sep 2021 20:02:58 -0000 1440 MkDocs RSS plugin - v0.17.0 Trent's Favorite Podcasts trent <p>date: 2021-07-23</p><h2><strong>Introduction</strong></h2><p>Someone asked me 10 years ago what are my favorite podcasts, so here you go.Note that a lot of podcasts tend to improv...</p>https://blog.trentsonlinedocs.xyz/posts/trents-favorite-podcasts/ Sun, 25 Jul 2021 10:38:54 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/trents-favorite-podcasts/ Test QRCODE Svg in Django trent <p>date: 2021-04-19</p><h2><strong>Introduction</strong></h2><p>I worked out a solution in django-testing, for testing a view that renders a qrcodeas an svg as an inline svg xml stri...</p>https://blog.trentsonlinedocs.xyz/posts/test-qr-svg-django/ Tue, 20 Apr 2021 02:26:40 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/test-qr-svg-django/ Prosody Photo Uploads trent <p>date: 2021-01-25</p><h2><strong>Introduction</strong></h2><p>Install <a href="https://prosody.im/">prosody</a>{target=_blank} on <a href="https://www.debian.org/">Debian 10</a>{target=_blank}with phot...</p>https://blog.trentsonlinedocs.xyz/posts/prosody-photo-uploads/ Mon, 25 Jan 2021 16:37:39 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/prosody-photo-uploads/ Xmpp Apt Notifications trent <p>date: 2021-01-09</p><h2><strong>Introduction</strong></h2><p>In order to save yourself the work of checking your computer forupdates, configure it to send you a weekly notificatio...</p>https://blog.trentsonlinedocs.xyz/posts/xmpp-apt-notifications/ Sun, 10 Jan 2021 00:45:08 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/xmpp-apt-notifications/ Apache Virtual Hosts trent <p>date: 2020-12-20</p><h2><strong>Use Virtual Hosts</strong></h2><p>This is a very useful way to keep your server organized.</p><h2><strong>Virtual Hosts On Your Lan</strong></h2><p>You can practice on you...</p>https://blog.trentsonlinedocs.xyz/posts/apache-virtual-hosts/ Sun, 20 Dec 2020 05:16:22 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/apache-virtual-hosts/ SENDXMPPHandler for Python Logging trent <p>date: 2020-12-19</p><h2><strong>SENDXMPPHandler for Python Logging</strong></h2><p>&lt;script src="https://gist.github.com/adc541a6245d55e39edd10dab1001a88.js?file= SENDXMPPHandler.md...</p>https://blog.trentsonlinedocs.xyz/posts/sendxmpp-handler-for-python-logging/ Sat, 19 Dec 2020 16:51:41 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/sendxmpp-handler-for-python-logging/ Instructions For Tethering From Phone trent <p>date: 2020-12-17</p><h2><strong>Instructions</strong></h2><h3>Part One</h3><ol><li>Turn <strong>off</strong> blutooth on computer</li><li>Turn <strong>off</strong> blutooth on phone</li><li>Turn <strong>off</strong> Wifi on phone</li></ol><h3>...</h3>https://blog.trentsonlinedocs.xyz/posts/instructions-for-tethering-from-phone/ Fri, 18 Dec 2020 04:28:57 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/instructions-for-tethering-from-phone/ LMDE3 xfs Full Disk Encryption trent <p>date: 2019-01-25T23:25:36-08:00</p><h2><strong>Introduction</strong></h2><p>Linux Mint Debian Edition is the alternate version of Linux Mint, but built on a Debian base. The result ...</p>https://blog.trentsonlinedocs.xyz/posts/lmde3-xfs-full-disk-encryption/ Wed, 16 Dec 2020 00:28:41 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/lmde3-xfs-full-disk-encryption/ LMDE4 Custom Partitions Disk Encryption trent <p>date: 2020-12-15</p><h2><strong>Introduction</strong></h2><p>Linux Mint Debian Edition is the alternate version of Linux Mint, but built on a Debian base. The result is quite pleasa...</p>https://blog.trentsonlinedocs.xyz/posts/lmde4-custom-partitions-disk-encryption/ Wed, 16 Dec 2020 00:28:41 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/lmde4-custom-partitions-disk-encryption/ Clear Linux Encrypted xfs Root trent <p>date: 2019-04-13T21:44:37-07:00</p><h2><strong>Nothing to-it Burger</strong></h2><p>I had intended to create a technical explanation how to install Clear Linux with disk encryption,...</p>https://blog.trentsonlinedocs.xyz/posts/clear-linux-encrypted-xfs-root/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/clear-linux-encrypted-xfs-root/ Clear Linux Guest Virt Manager trent <p>date: 2019-03-11T01:39:09-07:00</p><h2><strong>Introduction</strong></h2><ul><li>download, convert, and resize the provided kvm-legacy image</li><li>create a virtual machine and launch it f...</li></ul>https://blog.trentsonlinedocs.xyz/posts/clear-linux-guest-virt-manager/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/clear-linux-guest-virt-manager/ Faster Partitioning With sgdisk trent <p>date: 2019-02-11T04:23:52-08:00</p><h2><strong>Disclaimer</strong></h2><p>If any of this is wrong, let me know so I can fix it. No actual hard drives were harmed in the production ...</p>https://blog.trentsonlinedocs.xyz/posts/faster-partitioning-with-sgdisk/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/faster-partitioning-with-sgdisk/ Linux Move Cursor With Keyboard trent <p>date: 2020-06-21T22:01:35-07:00</p><h2><strong>Introduction</strong></h2><p>Linux just makes everything so easy. On a laptop it can be tricky to place yourmouse cursor on exactly t...</p>https://blog.trentsonlinedocs.xyz/posts/linux-move-cursor-with-keyboard/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/linux-move-cursor-with-keyboard/ Rewrite Hugo Themes Report in Python trent <p>date: 2019-01-25T01:02:57-08:00</p><h2><strong>Ranking Hugo Themes by Stars, Commit Date</strong></h2><p>A while back I was grazing the selfhosted subreddit, and noticed Hugo comin...</p>https://blog.trentsonlinedocs.xyz/posts/rewrite-hugo-themes-report-in-python/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/rewrite-hugo-themes-report-in-python/ Simplified Raspberry Streaming trent <p>date: 2019-05-12T18:32:55-07:00</p><h2><strong>RaspberryPi is a Great MPD Appliance</strong></h2><p>I’m really pleased with the <a href="https://www.raspberrypi.org/">RaspberryPi</a>{target=_b...</p>https://blog.trentsonlinedocs.xyz/posts/simplified-raspberry-streaming/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/simplified-raspberry-streaming/ \ No newline at end of file + Trent's BlogTrent's blog of mostly technical documentations.https://blog.trentsonlinedocs.xyz/en Thu, 02 Sep 2021 20:51:55 -0000 Thu, 02 Sep 2021 20:51:55 -0000 1440 MkDocs RSS plugin - v0.17.0 Trent's Favorite Podcasts trent <p>date: 2021-07-23</p><h2><strong>Introduction</strong></h2><p>Someone asked me 10 years ago what are my favorite podcasts, so here you go.Note that a lot of podcasts tend to improv...</p>https://blog.trentsonlinedocs.xyz/posts/trents-favorite-podcasts/ Sun, 25 Jul 2021 10:38:54 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/trents-favorite-podcasts/ Test QRCODE Svg in Django trent <p>date: 2021-04-19</p><h2><strong>Introduction</strong></h2><p>I worked out a solution in django-testing, for testing a view that renders a qrcodeas an svg as an inline svg xml stri...</p>https://blog.trentsonlinedocs.xyz/posts/test-qr-svg-django/ Tue, 20 Apr 2021 02:26:40 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/test-qr-svg-django/ Prosody Photo Uploads trent <p>date: 2021-01-25</p><h2><strong>Introduction</strong></h2><p>Install <a href="https://prosody.im/">prosody</a>{target=_blank} on <a href="https://www.debian.org/">Debian 10</a>{target=_blank}with phot...</p>https://blog.trentsonlinedocs.xyz/posts/prosody-photo-uploads/ Mon, 25 Jan 2021 16:37:39 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/prosody-photo-uploads/ Xmpp Apt Notifications trent <p>date: 2021-01-09</p><h2><strong>Introduction</strong></h2><p>In order to save yourself the work of checking your computer forupdates, configure it to send you a weekly notificatio...</p>https://blog.trentsonlinedocs.xyz/posts/xmpp-apt-notifications/ Sun, 10 Jan 2021 00:45:08 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/xmpp-apt-notifications/ Apache Virtual Hosts trent <p>date: 2020-12-20</p><h2><strong>Use Virtual Hosts</strong></h2><p>This is a very useful way to keep your server organized.</p><h2><strong>Virtual Hosts On Your Lan</strong></h2><p>You can practice on you...</p>https://blog.trentsonlinedocs.xyz/posts/apache-virtual-hosts/ Sun, 20 Dec 2020 05:16:22 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/apache-virtual-hosts/ SENDXMPPHandler for Python Logging trent <p>date: 2020-12-19</p><h2><strong>SENDXMPPHandler for Python Logging</strong></h2><p>&lt;script src="https://gist.github.com/adc541a6245d55e39edd10dab1001a88.js?file= SENDXMPPHandler.md...</p>https://blog.trentsonlinedocs.xyz/posts/sendxmpp-handler-for-python-logging/ Sat, 19 Dec 2020 16:51:41 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/sendxmpp-handler-for-python-logging/ Instructions For Tethering From Phone trent <p>date: 2020-12-17</p><h2><strong>Instructions</strong></h2><h3>Part One</h3><ol><li>Turn <strong>off</strong> blutooth on computer</li><li>Turn <strong>off</strong> blutooth on phone</li><li>Turn <strong>off</strong> Wifi on phone</li></ol><h3>...</h3>https://blog.trentsonlinedocs.xyz/posts/instructions-for-tethering-from-phone/ Fri, 18 Dec 2020 04:28:57 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/instructions-for-tethering-from-phone/ LMDE3 xfs Full Disk Encryption trent <p>date: 2019-01-25T23:25:36-08:00</p><h2><strong>Introduction</strong></h2><p>Linux Mint Debian Edition is the alternate version of Linux Mint, but built on a Debian base. The result ...</p>https://blog.trentsonlinedocs.xyz/posts/lmde3-xfs-full-disk-encryption/ Wed, 16 Dec 2020 00:28:41 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/lmde3-xfs-full-disk-encryption/ LMDE4 Custom Partitions Disk Encryption trent <p>date: 2020-12-15</p><h2><strong>Introduction</strong></h2><p>Linux Mint Debian Edition is the alternate version of Linux Mint, but built on a Debian base. The result is quite pleasa...</p>https://blog.trentsonlinedocs.xyz/posts/lmde4-custom-partitions-disk-encryption/ Wed, 16 Dec 2020 00:28:41 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/lmde4-custom-partitions-disk-encryption/ Clear Linux Encrypted xfs Root trent <p>date: 2019-04-13T21:44:37-07:00</p><h2><strong>Nothing to-it Burger</strong></h2><p>I had intended to create a technical explanation how to install Clear Linux with disk encryption,...</p>https://blog.trentsonlinedocs.xyz/posts/clear-linux-encrypted-xfs-root/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/clear-linux-encrypted-xfs-root/ Clear Linux Guest Virt Manager trent <p>date: 2019-03-11T01:39:09-07:00</p><h2><strong>Introduction</strong></h2><ul><li>download, convert, and resize the provided kvm-legacy image</li><li>create a virtual machine and launch it f...</li></ul>https://blog.trentsonlinedocs.xyz/posts/clear-linux-guest-virt-manager/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/clear-linux-guest-virt-manager/ Faster Partitioning With sgdisk trent <p>date: 2019-02-11T04:23:52-08:00</p><h2><strong>Disclaimer</strong></h2><p>If any of this is wrong, let me know so I can fix it. No actual hard drives were harmed in the production ...</p>https://blog.trentsonlinedocs.xyz/posts/faster-partitioning-with-sgdisk/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/faster-partitioning-with-sgdisk/ Linux Move Cursor With Keyboard trent <p>date: 2020-06-21T22:01:35-07:00</p><h2><strong>Introduction</strong></h2><p>Linux just makes everything so easy. On a laptop it can be tricky to place yourmouse cursor on exactly t...</p>https://blog.trentsonlinedocs.xyz/posts/linux-move-cursor-with-keyboard/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/linux-move-cursor-with-keyboard/ Rewrite Hugo Themes Report in Python trent <p>date: 2019-01-25T01:02:57-08:00</p><h2><strong>Ranking Hugo Themes by Stars, Commit Date</strong></h2><p>A while back I was grazing the selfhosted subreddit, and noticed Hugo comin...</p>https://blog.trentsonlinedocs.xyz/posts/rewrite-hugo-themes-report-in-python/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/rewrite-hugo-themes-report-in-python/ Simplified Raspberry Streaming trent <p>date: 2019-05-12T18:32:55-07:00</p><h2><strong>RaspberryPi is a Great MPD Appliance</strong></h2><p>I’m really pleased with the <a href="https://www.raspberrypi.org/">RaspberryPi</a>{target=_b...</p>https://blog.trentsonlinedocs.xyz/posts/simplified-raspberry-streaming/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/simplified-raspberry-streaming/ \ No newline at end of file diff --git a/site/index.html b/site/index.html index b72a1c7..f02a8cd 100644 --- a/site/index.html +++ b/site/index.html @@ -122,22 +122,6 @@ - - - - - -
  • - - Home - -
  • - - - - - - @@ -147,6 +131,22 @@
  • + Home + +
  • + + + + + + + + + + + +
  • + Links
  • @@ -206,12 +206,14 @@ + + -
  • +
  • - +
  • + +
  • @@ -260,15 +264,15 @@ + + @@ -850,7 +807,7 @@
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -795,6 +771,12 @@ operates AltiSpeed, an + + + + + + diff --git a/site/snippets/podcasts/bohemican/index.html b/site/snippets/podcasts/bohemican/index.html index e7e0159..4a79e14 100644 --- a/site/snippets/podcasts/bohemican/index.html +++ b/site/snippets/podcasts/bohemican/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -795,6 +771,12 @@ Hosts Travis Dow and Pete Coleman are Americans living and working in Prague.

    + + + + + + diff --git a/site/snippets/podcasts/coder-radio/index.html b/site/snippets/podcasts/coder-radio/index.html index a7eace4..db07b8d 100644 --- a/site/snippets/podcasts/coder-radio/index.html +++ b/site/snippets/podcasts/coder-radio/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -794,6 +770,12 @@ + + + + + + diff --git a/site/snippets/podcasts/destination-linux/index.html b/site/snippets/podcasts/destination-linux/index.html index e4d2782..3f95999 100644 --- a/site/snippets/podcasts/destination-linux/index.html +++ b/site/snippets/podcasts/destination-linux/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -794,6 +770,12 @@ podcast about Linux.

    + + + + + + diff --git a/site/snippets/podcasts/django-chat/index.html b/site/snippets/podcasts/django-chat/index.html index 2a31570..0be7069 100644 --- a/site/snippets/podcasts/django-chat/index.html +++ b/site/snippets/podcasts/django-chat/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -796,6 +772,12 @@ an opinionated and structured python web-application framework.

    + + + + + + diff --git a/site/snippets/podcasts/django-riffs/index.html b/site/snippets/podcasts/django-riffs/index.html index d08d44f..3ad2e84 100644 --- a/site/snippets/podcasts/django-riffs/index.html +++ b/site/snippets/podcasts/django-riffs/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -796,6 +772,12 @@ an opinionated and structured python web-application framework.

    + + + + + + diff --git a/site/snippets/podcasts/engines-of-our-ingenuity/index.html b/site/snippets/podcasts/engines-of-our-ingenuity/index.html index 0ac2e5c..7197f22 100644 --- a/site/snippets/podcasts/engines-of-our-ingenuity/index.html +++ b/site/snippets/podcasts/engines-of-our-ingenuity/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -794,6 +770,12 @@ is a short daily podcast about engineering and culture.

    + + + + + + diff --git a/site/snippets/podcasts/floss-weekly/index.html b/site/snippets/podcasts/floss-weekly/index.html index c43ed94..851b418 100644 --- a/site/snippets/podcasts/floss-weekly/index.html +++ b/site/snippets/podcasts/floss-weekly/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -794,6 +770,12 @@ podcast about free, libre, open-source software.

    + + + + + + diff --git a/site/snippets/podcasts/gnu-world-order/index.html b/site/snippets/podcasts/gnu-world-order/index.html index 0e5990d..e3cc57b 100644 --- a/site/snippets/podcasts/gnu-world-order/index.html +++ b/site/snippets/podcasts/gnu-world-order/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -794,6 +770,12 @@ about Linux, especially Slackware.

    + + + + + + diff --git a/site/snippets/podcasts/hardcore-history/index.html b/site/snippets/podcasts/hardcore-history/index.html index fbcfac1..9f1ef9a 100644 --- a/site/snippets/podcasts/hardcore-history/index.html +++ b/site/snippets/podcasts/hardcore-history/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -794,6 +770,12 @@ is an exciting and entertaining history podcast, mostly focusing on war.

    + + + + + + diff --git a/site/snippets/podcasts/history-of-germany/index.html b/site/snippets/podcasts/history-of-germany/index.html index cf41e3c..0513f22 100644 --- a/site/snippets/podcasts/history-of-germany/index.html +++ b/site/snippets/podcasts/history-of-germany/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -802,6 +778,12 @@ with the Neanderthals.

    + + + + + + diff --git a/site/snippets/podcasts/in-our-time-history/index.html b/site/snippets/podcasts/in-our-time-history/index.html index 8b1ba8c..0fc26aa 100644 --- a/site/snippets/podcasts/in-our-time-history/index.html +++ b/site/snippets/podcasts/in-our-time-history/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -795,6 +771,12 @@ of academic historians.

    + + + + + + diff --git a/site/snippets/podcasts/its-all-widgets-flutter-podcast/index.html b/site/snippets/podcasts/its-all-widgets-flutter-podcast/index.html index 6a13137..969ea2c 100644 --- a/site/snippets/podcasts/its-all-widgets-flutter-podcast/index.html +++ b/site/snippets/podcasts/its-all-widgets-flutter-podcast/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -794,6 +770,12 @@ is a podcast about Flutter. + + + + + + diff --git a/site/snippets/podcasts/late-night-linux/index.html b/site/snippets/podcasts/late-night-linux/index.html index c14465f..d7d20a3 100644 --- a/site/snippets/podcasts/late-night-linux/index.html +++ b/site/snippets/podcasts/late-night-linux/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -794,6 +770,12 @@ is a round-table podcast of exquisite production value, about Linux.

    + + + + + + diff --git a/site/snippets/podcasts/linux-action-news/index.html b/site/snippets/podcasts/linux-action-news/index.html index c24e98d..3ef5eee 100644 --- a/site/snippets/podcasts/linux-action-news/index.html +++ b/site/snippets/podcasts/linux-action-news/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -794,6 +770,12 @@ is a weekly podcast of Linux News.

    + + + + + + diff --git a/site/snippets/podcasts/linux-inlaws/index.html b/site/snippets/podcasts/linux-inlaws/index.html index ff58f0e..9bbe7bd 100644 --- a/site/snippets/podcasts/linux-inlaws/index.html +++ b/site/snippets/podcasts/linux-inlaws/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -794,6 +770,12 @@ ist ein bier-sodden Podcast über Linux.

    + + + + + + diff --git a/site/snippets/podcasts/linux-unplugged/index.html b/site/snippets/podcasts/linux-unplugged/index.html index 8c178dd..4c3d5ce 100644 --- a/site/snippets/podcasts/linux-unplugged/index.html +++ b/site/snippets/podcasts/linux-unplugged/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -794,6 +770,12 @@ is a podcast about Linux with live audience participation via mumble.

    + + + + + + diff --git a/site/snippets/podcasts/minipc/index.html b/site/snippets/podcasts/minipc/index.html index 17b4495..80f71be 100644 --- a/site/snippets/podcasts/minipc/index.html +++ b/site/snippets/podcasts/minipc/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -795,6 +771,12 @@ as well as IOT.

    + + + + + + diff --git a/site/snippets/podcasts/mintcast/index.html b/site/snippets/podcasts/mintcast/index.html index 625de83..4ef3745 100644 --- a/site/snippets/podcasts/mintcast/index.html +++ b/site/snippets/podcasts/mintcast/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -794,6 +770,12 @@ round-table podcast by the Linux Mint community for all users of Linux.

    + + + + + + diff --git a/site/snippets/podcasts/no-agenda/index.html b/site/snippets/podcasts/no-agenda/index.html index 21741ce..33cd81f 100644 --- a/site/snippets/podcasts/no-agenda/index.html +++ b/site/snippets/podcasts/no-agenda/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -798,6 +774,12 @@ is a tech journalist.

    + + + + + + diff --git a/site/snippets/podcasts/open-source-voices/index.html b/site/snippets/podcasts/open-source-voices/index.html index 8e1ca62..2182a86 100644 --- a/site/snippets/podcasts/open-source-voices/index.html +++ b/site/snippets/podcasts/open-source-voices/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -795,6 +771,12 @@ is an interview podcast featuring open-source personalities, hosted by + + + + + + diff --git a/site/snippets/podcasts/python-bytes/index.html b/site/snippets/podcasts/python-bytes/index.html index 8eb313b..cf2c031 100644 --- a/site/snippets/podcasts/python-bytes/index.html +++ b/site/snippets/podcasts/python-bytes/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -794,6 +770,12 @@ about Python.

    + + + + + + diff --git a/site/snippets/podcasts/react-podcast/index.html b/site/snippets/podcasts/react-podcast/index.html index 2ba197d..10f50da 100644 --- a/site/snippets/podcasts/react-podcast/index.html +++ b/site/snippets/podcasts/react-podcast/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -795,6 +771,12 @@ is a podcast about javascript web development with + + + + + + diff --git a/site/snippets/podcasts/scholars-and-sense/index.html b/site/snippets/podcasts/scholars-and-sense/index.html index b68ee00..f096b12 100644 --- a/site/snippets/podcasts/scholars-and-sense/index.html +++ b/site/snippets/podcasts/scholars-and-sense/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -794,6 +770,12 @@ is a Classicist and Historian.

    + + + + + + diff --git a/site/snippets/podcasts/self-hosted/index.html b/site/snippets/podcasts/self-hosted/index.html index 0b97e86..ed48089 100644 --- a/site/snippets/podcasts/self-hosted/index.html +++ b/site/snippets/podcasts/self-hosted/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -794,6 +770,12 @@ is a podcast about self-hosting, homelabs, and IOT.

    + + + + + + diff --git a/site/snippets/podcasts/sunday-morning-linux-review/index.html b/site/snippets/podcasts/sunday-morning-linux-review/index.html index 54e3c70..3a0b001 100644 --- a/site/snippets/podcasts/sunday-morning-linux-review/index.html +++ b/site/snippets/podcasts/sunday-morning-linux-review/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -794,6 +770,12 @@ is an occassional round-table podcast about Linux.

    + + + + + + diff --git a/site/snippets/podcasts/syntax/index.html b/site/snippets/podcasts/syntax/index.html index 34b508a..9426b50 100644 --- a/site/snippets/podcasts/syntax/index.html +++ b/site/snippets/podcasts/syntax/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -794,6 +770,12 @@ web development.

    + + + + + + diff --git a/site/snippets/podcasts/talk-python-to-me/index.html b/site/snippets/podcasts/talk-python-to-me/index.html index 895ad3d..c8e8b42 100644 --- a/site/snippets/podcasts/talk-python-to-me/index.html +++ b/site/snippets/podcasts/talk-python-to-me/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -794,6 +770,12 @@ is a podcast about python.

    + + + + + + diff --git a/site/snippets/podcasts/talking-kotlin/index.html b/site/snippets/podcasts/talking-kotlin/index.html index 5cca27a..d9a0f63 100644 --- a/site/snippets/podcasts/talking-kotlin/index.html +++ b/site/snippets/podcasts/talking-kotlin/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -800,6 +776,12 @@ a company that creates and sells professional IDE's, from which + + + + + + diff --git a/site/snippets/podcasts/the-history-of-ancient-greece/index.html b/site/snippets/podcasts/the-history-of-ancient-greece/index.html index 3d5f8e8..e581dd8 100644 --- a/site/snippets/podcasts/the-history-of-ancient-greece/index.html +++ b/site/snippets/podcasts/the-history-of-ancient-greece/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -796,6 +772,12 @@ However, the abundance of content is thorough and exhaustive.

    + + + + + + diff --git a/site/snippets/podcasts/the-matt-freire-show/index.html b/site/snippets/podcasts/the-matt-freire-show/index.html index d74ff4b..ba1ac73 100644 --- a/site/snippets/podcasts/the-matt-freire-show/index.html +++ b/site/snippets/podcasts/the-matt-freire-show/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -794,6 +770,12 @@ is an occassional interview podcast about development.

    + + + + + + diff --git a/site/snippets/podcasts/the-mike-dominick-show/index.html b/site/snippets/podcasts/the-mike-dominick-show/index.html index 5a640ec..af27d4c 100644 --- a/site/snippets/podcasts/the-mike-dominick-show/index.html +++ b/site/snippets/podcasts/the-mike-dominick-show/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -794,6 +770,12 @@ is an occassional interview podcast about development.

    + + + + + + diff --git a/site/snippets/podcasts/two-dot-five-admins/index.html b/site/snippets/podcasts/two-dot-five-admins/index.html index 1d2f030..66e213a 100644 --- a/site/snippets/podcasts/two-dot-five-admins/index.html +++ b/site/snippets/podcasts/two-dot-five-admins/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -798,6 +774,12 @@ a video streaming service called + + + + + + diff --git a/site/snippets/podcasts/ubuntu-podcast/index.html b/site/snippets/podcasts/ubuntu-podcast/index.html index 0be05eb..83bc842 100644 --- a/site/snippets/podcasts/ubuntu-podcast/index.html +++ b/site/snippets/podcasts/ubuntu-podcast/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -795,6 +771,12 @@ hosted by a round-table of current and former Ubuntu users and employees.

    + + + + + + diff --git a/site/snippets/podcasts/wittenberg-to-westphalia/index.html b/site/snippets/podcasts/wittenberg-to-westphalia/index.html index 0fc7483..fb7691e 100644 --- a/site/snippets/podcasts/wittenberg-to-westphalia/index.html +++ b/site/snippets/podcasts/wittenberg-to-westphalia/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -798,6 +774,12 @@ Roman Empire onward, with much prologue and tangent. This is a really awesome po + + + + + + diff --git a/site/snippets/podcasts/youre-dead-to-me/index.html b/site/snippets/podcasts/youre-dead-to-me/index.html index 9ecede0..040300d 100644 --- a/site/snippets/podcasts/youre-dead-to-me/index.html +++ b/site/snippets/podcasts/youre-dead-to-me/index.html @@ -144,7 +144,7 @@
  • - + Links
  • @@ -448,18 +448,6 @@ -
  • - - Home - -
  • - - - - - - -
  • Links @@ -472,18 +460,6 @@ -
  • - - RSS - -
  • - - - - - - -
  • TrentReads @@ -795,6 +771,12 @@ and a different professional comic personality each episode.

    + + + + + +