Installation Guide
Complete guide to installing and setting up the minimal blog theme
Installation Guide
This guide will walk you through the process of installing and setting up the minimal blog theme.
Prerequisites
Before you begin, make sure you have the following installed:
- Node.js (version 18 or higher)
- npm or yarn package manager
- Git (for cloning the repository)
Step 1: Clone the Repository
git clone https://github.com/your-username/minimal-blog.git
cd minimal-blog
Step 2: Install Dependencies
npm install
Step 3: Start Development Server
npm run dev
Your blog should now be running at http://localhost:4321
.
Next Steps
- Configure your site settings in
src/config.ts
- Add your content to
src/content/blog/
- Customize the theme to match your brand