Skip to content

chulpyo/chulpyo.github.io

Repository files navigation

chulpyo.github.io

This project is for creating a blog using SvelteKit and a static site generation adapter.

Features

  • SvelteKit: A modern framework for building web applications with Svelte.
  • Static Site Generation: The site is pre-rendered using a static site generation adapter, providing fast load times and improved SEO.
  • Responsive Design: The blog is designed to be responsive and mobile-friendly.
  • Markdown Support: Write your blog posts in Markdown for easy content creation.

Getting Started

Prerequisites

Make sure you have the following installed:

Installation

  1. Clone this repository:

    git clone https://github.com/chulpyo/chulpyo.github.io.git
    cd chulpyo.github.io
  2. Install the dependencies:

    npm install
  3. Start the development server:

    npm run dev
  4. Open your browser and navigate to http://localhost:5173 to see the blog in action.

Building for Production

To build the project for production, run:

npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published