argobox-portfolio/public/blog/posts
Daniel LaForce 175a29b4fa feat: initial repository setup with Git hooks 2025-04-19 22:42:46 +00:00
..
README.md feat: initial repository setup with Git hooks 2025-04-19 22:42:46 +00:00
Test.md feat: initial repository setup with Git hooks 2025-04-19 22:42:46 +00:00
cloudflare-tunnel-setup.md feat: initial repository setup with Git hooks 2025-04-19 22:42:46 +00:00
filebrowser-setup.md feat: initial repository setup with Git hooks 2025-04-19 22:42:46 +00:00
gitea-self-hosted-git.md feat: initial repository setup with Git hooks 2025-04-19 22:42:46 +00:00
gitops-with-flux-cd.md feat: initial repository setup with Git hooks 2025-04-19 22:42:46 +00:00
k3s-cluster.md feat: initial repository setup with Git hooks 2025-04-19 22:42:46 +00:00
k3s-installation-guide.md feat: initial repository setup with Git hooks 2025-04-19 22:42:46 +00:00
prometheus-monitoring.md feat: initial repository setup with Git hooks 2025-04-19 22:42:46 +00:00
proxmox-setup-guide.md feat: initial repository setup with Git hooks 2025-04-19 22:42:46 +00:00
push-blog.sh feat: initial repository setup with Git hooks 2025-04-19 22:42:46 +00:00
quartz-digital-garden.md feat: initial repository setup with Git hooks 2025-04-19 22:42:46 +00:00
rancher-kubernetes-management.md feat: initial repository setup with Git hooks 2025-04-19 22:42:46 +00:00
starting-my-digital-garden.md feat: initial repository setup with Git hooks 2025-04-19 22:42:46 +00:00
test-post.md feat: initial repository setup with Git hooks 2025-04-19 22:42:46 +00:00
vscode-server-remote-development.md feat: initial repository setup with Git hooks 2025-04-19 22:42:46 +00:00

README.md

title description pubDate draft
Blog Posts Collection Documentation for blog posts 2025-04-18 true

Blog Posts Collection

This directory contains blog posts for the LaForceIT digital garden.

Content Guidelines

  • All posts should include proper frontmatter
  • Use Markdown for formatting content
  • Images should be placed in the public/blog/images directory

Frontmatter Requirements

Every post needs at minimum:

---
title: "Post Title" 
pubDate: YYYY-MM-DD
---