diff options
| author | rtk0c <[email protected]> | 2025-03-05 22:27:47 -0800 |
|---|---|---|
| committer | rtk0c <[email protected]> | 2025-03-05 22:27:47 -0800 |
| commit | 62bffb53ab361a0c6a8815b79d15ada97eba3e9e (patch) | |
| tree | ce9f91954c9e26970f1a0bb625861c98afb874d7 | |
| parent | 524f389b817ac9dbc87eca23d282c4d38ac35867 (diff) | |
Add tags and RSS button
| -rw-r--r-- | content/blog/adventures-on-monitorless-server.md | 1 | ||||
| -rw-r--r-- | content/blog/cs166-tips-tricks.md | 1 | ||||
| -rw-r--r-- | content/blog/tailscale-and-sjsu-vpn.md | 1 | ||||
| -rw-r--r-- | hugo.yaml | 8 |
4 files changed, 11 insertions, 0 deletions
diff --git a/content/blog/adventures-on-monitorless-server.md b/content/blog/adventures-on-monitorless-server.md index 06833fe..524c600 100644 --- a/content/blog/adventures-on-monitorless-server.md +++ b/content/blog/adventures-on-monitorless-server.md @@ -1,6 +1,7 @@ --- title: "Adventures on server setup without a monitor" date: 2024-11-18T21:41:35-08:00 +tags: ["networking"] ShowToc: false --- diff --git a/content/blog/cs166-tips-tricks.md b/content/blog/cs166-tips-tricks.md index e589b44..3614962 100644 --- a/content/blog/cs166-tips-tricks.md +++ b/content/blog/cs166-tips-tricks.md @@ -1,6 +1,7 @@ --- title: "Tips and tricks: CS 166 Information Security taught by Mark Stamp" date: 2025-03-04T12:14:54-08:00 +tags: ["SJSU"] --- # Chapter 5 diff --git a/content/blog/tailscale-and-sjsu-vpn.md b/content/blog/tailscale-and-sjsu-vpn.md index c285967..46da685 100644 --- a/content/blog/tailscale-and-sjsu-vpn.md +++ b/content/blog/tailscale-and-sjsu-vpn.md @@ -1,6 +1,7 @@ --- title: "Setting up SJSU VPN for connection to home server" date: 2024-05-01T23:34:13-07:00 +tags: ["SJSU", "networking"] --- Note this intended for relative networking novices, so I will try to explain every term used. Skip over them if you find it verbose. If you don't care about anything else and just wants to replicate my setup for your home server, go to [this section](#my-journey). Read the TL;DR's in there if that section alone is too long for you too. @@ -8,6 +8,7 @@ outputs: # Gotta read them somehow - HTML # Go get a RSS client (and some quality blogs), you will not regret it + # Hugo defaults to /index.xml, but if want to change: https://discourse.gohugo.io/t/how-can-i-change-the-rss-url/118/23 - RSS # For fastsearch.json - JSON @@ -25,6 +26,9 @@ languages: - name: Posts url: /archives weight: 5 + - name: RSS + url: /index.xml + weight: 5 - name: Search url: /search weight: 10 @@ -54,6 +58,10 @@ params: ShowPageNums: true ShowToc: true +taxonomies: + category: categories + tag: tags + markup: goldmark: renderer: |
