Skip to content

lostlink/dotenv-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DotEnv Blog Repository

This repository contains the blog content for the DotEnv platform.

Structure

  • posts/ - Published blog posts organized by year
  • posts/drafts/ - Draft posts not yet published
  • images/ - Blog post images organized by year/month
  • authors/ - Author profiles and metadata

Usage

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.

Workflow

  1. Create/edit posts in the admin interface or directly in the repository
  2. Changes are automatically synced between the git repository and the platform
  3. Images are automatically optimized when uploaded through the admin interface
  4. Commit messages are automatically generated for admin changes

Frontmatter Format

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
---

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published