awesome Svelte Themes

Awesome

hopefully a svelte conversion of my github pages, don't know howhow i'll be able to do that though

awesome

A SvelteKit conversion of my GitHub Pages site.

This is a SvelteKit project configured for static site generation using JavaScript.

Setup

Install dependencies:

npm install

Development

Start the development server:

npm run dev

Building

Build the static site:

npm run build

The static files will be output to the build directory.

Preview

Preview the production build locally:

npm run preview

Configuration

This project is configured with:

  • @sveltejs/adapter-static - For static site generation
  • JavaScript - Pure JavaScript (no TypeScript)
  • Prerendering - Enabled by default via src/routes/+layout.js

All routes are prerendered by default. To disable prerendering for specific routes, remove or modify the prerender export in the route's +layout.js or +page.js file.

Top categories

Loading Svelte Themes