Skip to content

citepo/citepo-blog-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Blog

A blog powered by CitePo.

Project Structure

├── blog.json        # Blog configuration
├── style.css        # Custom styles (overrides theme)
├── content/         # Blog posts (MDX)
├── asset/           # Static assets
│   └── images/      # Image files
└── .gitignore

Quick Start

# Start development server
npx citepo dev

Writing Posts

Create .mdx files in the content/ directory with frontmatter:

---
title: My First Post
description: A short description
date: 2025-01-01
tags: [blog, intro]
---

Your content here...

Configuration

Edit blog.json to customize your blog. See CitePo Documentation for details.

Custom Styles

Add custom CSS to style.css. These styles load after the theme and have higher priority.

Learn More

Releases

No releases published

Packages

 
 
 

Contributors