A demo of a markdown based blog with SvelteKit, deployed to Github Pages.
The SvelteKit Blog Demo is a demonstration of a markdown-based blog using SvelteKit. It serves as a guide for creating a blog and deploying it to Github Pages. The blog can be accessed at https://svelteland.github.io/svelte-kit-blog-demo/.
To install and run the SvelteKit Blog Demo, follow the steps below:
Clone the repository:
git clone <repository_url>
Navigate to the project directory:
cd svelte-kit-blog-demo
Install the dependencies:
npm install
Start the development server:
npm run dev
Open your browser and access the blog at http://localhost:5000.
The SvelteKit Blog Demo is a markdown-based blog built using SvelteKit. It provides a guide on creating a similar blog and deploying it to Github Pages. The blog’s features include markdown content support, SvelteKit integration, and easy deployment to Github Pages. Follow the installation guide to set up and run the blog locally for viewing and customization.