A minimal, fast and distraction-free blog built with SvelteKit. This repository contains both the blog template and my personal content.
src/
├── content/posts/ # Blog posts (markdown files)
├── lib/
│ ├── components/ # Reusable components
│ └── utils/ # Utility functions
├── routes/ # SvelteKit routes
└── app.css # Global styles
npm install
npm run dev
npm run build
The blog template (code, structure, and design) is licensed under the MIT License - free to use, modify, and distribute.
The blog content (all markdown files in src/content/posts/) is copyrighted. You may reference, quote, or share excerpts with attribution, but you may not republish entire posts or use the content commercially.
Feel free to fork this repository and use it as a template for your own blog. Just replace the content with your own writing!