Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 375 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 375 Bytes

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.