Update something
This commit is contained in:
parent
95c1137cb2
commit
4a3386d0ff
15 changed files with 184 additions and 21 deletions
10
src/data/blog/creating-full-text-rss-challenges.md
Normal file
10
src/data/blog/creating-full-text-rss-challenges.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
pubDatetime: 2025-03-09
|
||||
title: Adding full text content to my RSS feed in Astro, Part 1
|
||||
description: Pain, Pain, and Discord
|
||||
draft: true
|
||||
featured: true
|
||||
tags:
|
||||
- astro
|
||||
- meta
|
||||
---
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
title: Designing projects
|
||||
pubDatetime: 2024-12-24
|
||||
description: Listless and needing focus, I found the perfect repo to build my skills.
|
||||
featured: true
|
||||
draft: true
|
||||
tags:
|
||||
- go
|
||||
- meta
|
||||
---
|
|
@ -2,7 +2,6 @@
|
|||
pubDatetime: 2024-12-28
|
||||
title: "Go Blueprint: An Easy Way to Scoffold Your Go Project"
|
||||
description: Melkeydev created a useful tool to get your project up and running.
|
||||
featured: true
|
||||
tags:
|
||||
- go
|
||||
---
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
title: I hated social media before it was cool
|
||||
description: I used to read blogs and BB Forums, but you probably never heard of them.
|
||||
pubDatetime: 2025-03-08
|
||||
featured: true
|
||||
tags:
|
||||
- thoughts
|
||||
---
|
||||
|
|
8
src/data/blog/the-end-of-big-projects.md
Normal file
8
src/data/blog/the-end-of-big-projects.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
pubDatetime: 2025-03-14
|
||||
title: "The end of my huge projects"
|
||||
description: Focusing on small libraries or utilities for open source.
|
||||
featured: true
|
||||
tags:
|
||||
- go
|
||||
---
|
|
@ -2,7 +2,6 @@
|
|||
pubDatetime: 2024-04-23
|
||||
title: This Week's Update
|
||||
description: Brief note.
|
||||
featured: true
|
||||
tags:
|
||||
- updates
|
||||
- meta
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue