Skip to content

modeitsch/modeitsch.github.io

Repository files navigation

SvelteKit Blog

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.

Features

  • 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.

Getting Started

To get started with the SvelteKit blog, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/yourusername/sveltekit-blog.git
    cd sveltekit-blog
  2. Install Dependencies:

    npm install
  3. Run the Development Server:

    npm run dev
  4. Open in Browser: Navigate to http://localhost:3000 to view your blog.

Building for Production

To build the project for production, run:

npm run build

This will generate a build directory with the production-ready files.

Customization

You can customize the blog by modifying the following files:

  • Posts: Add new Markdown files in the posts directory to create new blog posts.
  • Theme: Adjust the theme settings in tailwind.config.js and src/app.css for custom styles.
  • Components: Modify or add new components in the src/lib/components directory.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors