|
|
||
|---|---|---|
| .. | ||
| README.md | ||
| Test.md | ||
| cloudflare-tunnel-setup.md | ||
| filebrowser-setup.md | ||
| gitea-self-hosted-git.md | ||
| gitops-with-flux-cd.md | ||
| k3s-cluster.md | ||
| k3s-installation-guide.md | ||
| prometheus-monitoring.md | ||
| proxmox-setup-guide.md | ||
| push-blog.sh | ||
| quartz-digital-garden.md | ||
| rancher-kubernetes-management.md | ||
| starting-my-digital-garden.md | ||
| test-post.md | ||
| vscode-server-remote-development.md | ||
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
---