Skip to content

matfat55/miniblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guide to Getting Started

Overview of the project structure:

src/content/blog/: Where your blog posts are stored as Markdown files.

src/content/config.ts: Configures the blog schema (title, date, author, tags, etc.).

src/layouts/: Contains reusable layouts for your blog.

src/components/: Contains UI components like cards or buttons.