2 min read

Sveltekit Blog Template

Table of Contents

Phos Template Screenshot

A minimal blog template using sveltekit, markdown(MDSVEX) provided in sveltekit and open-props.

Phos is a minimal, responsive, accessible and SEO-friendly sveltekit blog template. This theme follows best practices and provides accessibility out of the box. Light and dark mode are supported by default with easy customization options.

Usage

How to use this template to create a minimal blog, powered by sveltekit.

Cloning the repo

Clone this repo using the following command.

# clone this repo in the current directory
git clone https://github.com/ankur700/phos-template-markdown

# cd into the newly create project
cd phos-template-markdown

Developing

Once you’ve cloned the project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.