This repository contains the blog content for the DotEnv platform.
posts/- Published blog posts organized by yearposts/drafts/- Draft posts not yet publishedimages/- Blog post images organized by year/monthauthors/- Author profiles and metadata
This repository is managed by the DotEnv platform admin interface. Changes can be made through the web interface or by directly editing files and pushing to this repository.
- Create/edit posts in the admin interface or directly in the repository
- Changes are automatically synced between the git repository and the platform
- Images are automatically optimized when uploaded through the admin interface
- Commit messages are automatically generated for admin changes
All blog posts should include frontmatter in the following format:
---
title: "Post Title"
slug: "post-slug"
author: "Author Name"
date: "2025-01-29"
category: "Category Name"
tags: ["tag1", "tag2"]
featured_image: "/images/2025/01/image.jpg"
excerpt: "Brief description of the post"
published: true
featured: false
---