Last Sync: 2025-08-12 04:16 (Mobile)
This commit is contained in:
		
							parent
							
								
									fdff830090
								
							
						
					
					
						commit
						019a12a88f
					
				
							
								
								
									
										13
									
								
								.obsidian/workspace-mobile.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										13
									
								
								.obsidian/workspace-mobile.json
									
									
									
									
										vendored
									
									
								
							| @ -13,13 +13,13 @@ | |||||||
|             "state": { |             "state": { | ||||||
|               "type": "markdown", |               "type": "markdown", | ||||||
|               "state": { |               "state": { | ||||||
|                 "file": "content/week-notes/028.md", |                 "file": "content/posts/Using Hugo to generate a podcast feed.md", | ||||||
|                 "mode": "source", |                 "mode": "source", | ||||||
|                 "source": false, |                 "source": false, | ||||||
|                 "backlinks": false |                 "backlinks": false | ||||||
|               }, |               }, | ||||||
|               "icon": "lucide-file", |               "icon": "lucide-file", | ||||||
|               "title": "028" |               "title": "Using Hugo to generate a podcast feed" | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|         ] |         ] | ||||||
| @ -133,6 +133,10 @@ | |||||||
|   }, |   }, | ||||||
|   "active": "df152da4c3c17af0", |   "active": "df152da4c3c17af0", | ||||||
|   "lastOpenFiles": [ |   "lastOpenFiles": [ | ||||||
|  |     "content/week-notes/028.md", | ||||||
|  |     "themes/neverhungoveragain/assets/css/syntax.css", | ||||||
|  |     "public/week-notes/028/index.html", | ||||||
|  |     "public/week-notes/028", | ||||||
|     "public/posts/turning-30/index.html", |     "public/posts/turning-30/index.html", | ||||||
|     "public/posts/turning-30", |     "public/posts/turning-30", | ||||||
|     "public/posts/page/7/index.html", |     "public/posts/page/7/index.html", | ||||||
| @ -140,14 +144,9 @@ | |||||||
|     "public/posts/hosting-a-podcast-for-pennies-a-day/index.html", |     "public/posts/hosting-a-podcast-for-pennies-a-day/index.html", | ||||||
|     "public/posts/hosting-a-podcast-for-pennies-a-day", |     "public/posts/hosting-a-podcast-for-pennies-a-day", | ||||||
|     "public/hugo-podcast/index.html", |     "public/hugo-podcast/index.html", | ||||||
|     "public/hugo-podcast", |  | ||||||
|     "public/hosting-a-podcast-for-pennies-a-day/index.html", |  | ||||||
|     "public/hosting-a-podcast-for-pennies-a-day", |  | ||||||
|     "public/css/syntax_light.css", |  | ||||||
|     "content/posts/Using Hugo to generate a podcast feed.md", |     "content/posts/Using Hugo to generate a podcast feed.md", | ||||||
|     "content/posts/turning 30.md", |     "content/posts/turning 30.md", | ||||||
|     "content/week-notes/027.md", |     "content/week-notes/027.md", | ||||||
|     "content/week-notes/028.md", |  | ||||||
|     "content/week-notes/026.md", |     "content/week-notes/026.md", | ||||||
|     "content/week-notes/025.md", |     "content/week-notes/025.md", | ||||||
|     "content/week-notes/25.md", |     "content/week-notes/25.md", | ||||||
|  | |||||||
| @ -7,7 +7,7 @@ tags: | |||||||
|   - tech |   - tech | ||||||
| draft: false | draft: false | ||||||
| --- | --- | ||||||
| I've been podcasting on and off for over ten years now — all shows that I've since abandoned[^1], either intentionally or due to time — but I've kept websites for them up and running for archival purposes. Originally, the sites were powered by WordPress and podcasting plugins (PowerPress and then Podlove). I didn't want to continue paying to host the sites nor maintain a WordPress install[^2]. I could, of course, use one of the many podcast hosting services out there — but just like I believe in owning your own space on the internet, I believe you should own and control your podcast feed (and not have to pay a company $15/mo in perpetuity). I use [Hugo](https://gohugo.io/) (which I then deploy with Cloudflare Pages) to generate the sites and feeds; I chose  because I understand how to use it. I'm sure you could make this work with other static site generators. There's [an 11ty plugin](https://eleventy-plugin-podcaster.com/) out there, for example, which is far more advanced than what I've set up. But I built this myself. It works. It does not require me to endlessly fiddle or update (unless I want to).  | I've been podcasting on and off for over ten years now — all shows that I've since abandoned[^1], either intentionally or due to time — but I've kept websites for them up and running for archival purposes. Originally, the sites were powered by WordPress and podcasting plugins (PowerPress and then Podlove). I didn't want to continue paying to host the sites nor maintain a WordPress install[^2]. I could, of course, use one of the many podcast hosting services out there — but just like I believe in owning your own space on the internet, I believe you should own and control your podcast feed (and not have to pay a company $15/mo in perpetuity). I use [Hugo](https://gohugo.io/) (which I then deploy with Cloudflare Pages) to generate the sites and feeds; I chose Hugo  because I understand how to use it. I'm sure you could make this work with other static site generators. There's [an 11ty plugin](https://eleventy-plugin-podcaster.com/) out there, for example, which is far more advanced than what I've set up. But I built this myself. It works. It does not require me to endlessly fiddle or update (unless I want to).  | ||||||
| 
 | 
 | ||||||
| I am not going to cover hosting your audio files in this post. I offload mine to a storage zone on [Bunny](https://bunny.net/); my podcasts are low traffic, so that costs me $12/yr. You could probably get away with using archive.org for free instead, as long as you can get a direct link to your mp3. I'm also not going to cover creating a theme for your podcast in this post. I made my own for both of my sites, but you can easily use a premade one. | I am not going to cover hosting your audio files in this post. I offload mine to a storage zone on [Bunny](https://bunny.net/); my podcasts are low traffic, so that costs me $12/yr. You could probably get away with using archive.org for free instead, as long as you can get a direct link to your mp3. I'm also not going to cover creating a theme for your podcast in this post. I made my own for both of my sites, but you can easily use a premade one. | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user