This is a modern developer blog built with SvelteKit and Tailwind CSS. It features a clean and responsive design with support for light and dark modes.
- Dynamic Blog Posts: Create and manage blog posts using Markdown files.
- Light/Dark Mode: Easily toggle between light and dark themes.
- Responsive Design: Optimized for both desktop and mobile devices.
- Modern UI: A sleek and modern look for a better reading experience.
To get started with the SvelteKit blog, follow these steps:
-
Clone the Repository:
git clone https://github.com/yourusername/sveltekit-blog.git cd sveltekit-blog -
Install Dependencies:
npm install
-
Run the Development Server:
npm run dev
-
Open in Browser: Navigate to
http://localhost:3000to view your blog.
To build the project for production, run:
npm run buildThis will generate a build directory with the production-ready files.
You can customize the blog by modifying the following files:
- Posts: Add new Markdown files in the
postsdirectory to create new blog posts. - Theme: Adjust the theme settings in
tailwind.config.jsandsrc/app.cssfor custom styles. - Components: Modify or add new components in the
src/lib/componentsdirectory.
This project is licensed under the MIT License. See the LICENSE file for more details.