A SvelteKit conversion of my GitHub Pages site.
This is a SvelteKit project configured for static site generation using JavaScript.
Install dependencies:
npm install
Start the development server:
npm run dev
Build the static site:
npm run build
The static files will be output to the build directory.
Preview the production build locally:
npm run preview
This project is configured with:
src/routes/+layout.jsAll 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.