Dispatch #13 (March 2024)
Squashed commit of the following: commit 374f11cf61378b109d171fc6e2b4c93bad099d21 Author: David Eisinger <david.eisinger@gmail.com> Date: Mon Mar 4 23:25:53 2024 -0500 finish post commit f0164e4ee203115e1c8e85b10ac472b08993063f Author: David Eisinger <david.eisinger@gmail.com> Date: Mon Mar 4 01:00:22 2024 -0500 march progress commit f71d1ea7a289e5c6ee47241a2e944395d7cacfb2 Author: David Eisinger <david.eisinger@gmail.com> Date: Mon Mar 4 00:38:52 2024 -0500 march progress commit 4b0c67be3a34a9b0cc12d324a2064dc8a5d52d16 Author: David Eisinger <david.eisinger@gmail.com> Date: Sun Mar 3 23:16:42 2024 -0500 march progress commit e8e07658b2a0c8c54177224648f28951e88afb15 Author: David Eisinger <david.eisinger@gmail.com> Date: Sat Mar 2 23:11:48 2024 -0500 improved arcus commit 09636c0c606e8497c6e9f6b92842ce3cbbcc0710 Author: David Eisinger <david.eisinger@gmail.com> Date: Thu Feb 29 22:21:06 2024 -0500 Arcus commit 2f055e02e78eb9f1116a035c6e733cdc9012dbfe Author: David Eisinger <david.eisinger@gmail.com> Date: Wed Feb 28 15:58:37 2024 -0500 Post update commit 4bbfffe52a5a007bf48b733791bbfca77e4b0cf0 Author: David Eisinger <david.eisinger@gmail.com> Date: Tue Feb 27 13:55:02 2024 -0500 Update date commit 21ebf24f05c07637e832851388b545e45707a32d Author: David Eisinger <david.eisinger@gmail.com> Date: Tue Feb 27 12:49:51 2024 -0500 post notes commit 64ec1bfbf0096813a84909d88a5ccccf5a076198 Author: David Eisinger <david.eisinger@gmail.com> Date: Wed Feb 21 13:56:21 2024 -0500 add docker-compose systemd commit fcffb11087bef0afcc51a3c3bc5f16e935e2ae4c Author: David Eisinger <david.eisinger@gmail.com> Date: Tue Feb 20 23:44:06 2024 -0500 start march dispatch
This commit is contained in:
116
static/archive/jasonmurray-org-ch0tvb.txt
Normal file
116
static/archive/jasonmurray-org-ch0tvb.txt
Normal file
@@ -0,0 +1,116 @@
|
||||
[1]Jason Murray
|
||||
[2]About [3]Blog [4]Now [5]Resume [6]Contact
|
||||
[7][8][9][10][11]
|
||||
|
||||
• [13]About
|
||||
• [14]Blog
|
||||
• [15]Now
|
||||
• [16]Resume
|
||||
• [17]Contact
|
||||
|
||||
Nov 1, 2021
|
||||
|
||||
Enable Full Text RSS Feeds in Hugo
|
||||
|
||||
By default, [18]Hugo summarizes each article when generating the RSS feed. Not
|
||||
ideal if your the type of person who prefers to read the full content directly
|
||||
in an RSS reader. This post will show you how to enable full text RSS feeds in
|
||||
Hugo.
|
||||
|
||||
Here’s an example of a long article summarized in [19]Inoreader:
|
||||
|
||||
[20]Image of Summarized article from RSS feed in Inoreader
|
||||
|
||||
Here’s the same article after enabling full content RSS feeds:
|
||||
|
||||
[21]Image of
|
||||
|
||||
Configuration Details[22]
|
||||
|
||||
Create the following directory structure in the root of your Hugo site:
|
||||
|
||||
mkdir layouts/_default
|
||||
|
||||
Output Example:
|
||||
|
||||
jemurray@phalanges:~/Documents/www-personal/current/jasonmurray.org $ mkdir layouts/_default
|
||||
|
||||
Then copy the following file into the layouts/_default directory. It’s is an
|
||||
updated version of the default [23]RSS template with the appropriate
|
||||
modifications to generate full text RSS feeds:
|
||||
|
||||
wget https://raw.githubusercontent.com/0xJasonMurray/jasonmurray.org/main/layouts/_default/rss.xml -O layouts/_default/rss.xml
|
||||
|
||||
Output Example:
|
||||
|
||||
jemurray@phalanges:~/Documents/www-personal/current/jasonmurray.org $ wget https://raw.githubusercontent.com/0xJasonMurray/jasonmurray.org/main/layouts/_default/rss.xml -O layouts/_default/rss.xml
|
||||
--2021-11-01 19:23:12-- https://raw.githubusercontent.com/0xJasonMurray/jasonmurray.org/main/layouts/_default/rss.xml
|
||||
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.108.133, 185.199.109.133, ...
|
||||
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected.
|
||||
HTTP request sent, awaiting response... 200 OK
|
||||
Length: 1959 (1.9K) [text/plain]
|
||||
Saving to: ‘layouts/_default/rss.xml’
|
||||
|
||||
layouts/_default/rss.xml 100%[=========================================================================================================================================>] 1.91K --.-KB/s in 0s
|
||||
|
||||
2021-11-01 19:23:12 (8.94 MB/s) - ‘layouts/_default/rss.xml’ saved [1959/1959]
|
||||
|
||||
For those curious, here’s the diff between the original and the modified
|
||||
version of the rss.xml file:
|
||||
|
||||
jemurray@phalanges:~ $ diff rss.xml Documents/www-personal/current/jasonmurray.org/layouts/_default/rss.xml
|
||||
35c35
|
||||
< <description>{{ .Summary | html }}</description>
|
||||
---
|
||||
> <description>{{ .Content | html }}</description>
|
||||
|
||||
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
||||
|
||||
[24]hugo[25]rss
|
||||
|
||||
207 Words
|
||||
|
||||
2021-11-01 19:21 -0500
|
||||
|
||||
[26] Newer
|
||||
Configure Client Wireguard VPN Server on Linux [27] Older
|
||||
Preparing to ThreatHunt: Installing and Configuring Sysmon on Windows 10
|
||||
|
||||
© 2024 [28]Jason Murray · [29]CC BY-NC 4.0
|
||||
|
||||
Made with [30]Hugo · Theme [31]Hermit · [32]
|
||||
|
||||
|
||||
References:
|
||||
|
||||
[1] https://jasonmurray.org/
|
||||
[2] https://jasonmurray.org/pages/about/
|
||||
[3] https://jasonmurray.org/posts/
|
||||
[4] https://jasonmurray.org/now/
|
||||
[5] https://jasonmurray.org/pages/resume
|
||||
[6] https://jasonmurray.org/pages/contact
|
||||
[7] mailto:jemurray@zweck.net
|
||||
[8] http://keys.gnupg.net/pks/lookup?search=0x6E8A4FCDF2F9138C&fingerprint=on&op=index
|
||||
[9] https://github.com/0xJasonMurray/
|
||||
[10] https://twitter.com/0xJasonMurray/
|
||||
[11] https://www.linkedin.com/in/jemurray/
|
||||
[13] https://jasonmurray.org/pages/about/
|
||||
[14] https://jasonmurray.org/posts/
|
||||
[15] https://jasonmurray.org/now/
|
||||
[16] https://jasonmurray.org/pages/resume
|
||||
[17] https://jasonmurray.org/pages/contact
|
||||
[18] https://gohugo.io/
|
||||
[19] https://www.inoreader.com/
|
||||
[20] https://jasonmurray.org/images/2021-11-01-19-39-24.png
|
||||
[21] https://jasonmurray.org/images/2021-11-01-20-21-17.png
|
||||
[22] https://jasonmurray.org/posts/2021/rssfulltexthugo/#configuration-details
|
||||
[23] https://raw.githubusercontent.com/gohugoio/hugo/master/tpl/tplimpl/embedded/templates/_default/rss.xml
|
||||
[24] https://jasonmurray.org/tags/hugo
|
||||
[25] https://jasonmurray.org/tags/rss
|
||||
[26] https://jasonmurray.org/posts/2021/wireguardlinux/
|
||||
[27] https://jasonmurray.org/posts/2021/sysmon-on-windows10/
|
||||
[28] https://jasonmurray.org/
|
||||
[29] https://creativecommons.org/licenses/by-nc/4.0/
|
||||
[30] https://gohugo.io/
|
||||
[31] https://github.com/Track3/hermit
|
||||
[32] https://jasonmurray.org/posts/index.xml
|
||||
Reference in New Issue
Block a user