https://github.com/boompig/boompig.github.io
Boompig's Blog
https://github.com/boompig/boompig.github.io
blog svelte
Last synced: 5 months ago
JSON representation
Boompig's Blog
- Host: GitHub
- URL: https://github.com/boompig/boompig.github.io
- Owner: boompig
- Created: 2014-05-29T20:04:31.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-12-10T21:55:27.000Z (8 months ago)
- Last Synced: 2025-12-11T03:45:47.951Z (8 months ago)
- Topics: blog, svelte
- Language: Svelte
- Homepage: https://blog.kats.coffee/
- Size: 1.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kats.coffee
Personal blog of Daniel Kats, founder of Reffie.
## Development
```bash
npm install
npm run dev
```
Visit http://localhost:5173
## Build
```bash
npm run build
```
The built files will be in the `dist` directory.
## Deploy to GitHub Pages
This project automatically deploys to GitHub Pages when you push to the main/master branch.
Make sure to:
1. Enable GitHub Pages in your repository settings
2. Set the source to "GitHub Actions"
3. Push your changes to trigger the deployment
## Tech Stack
- Svelte 5
- Vite
- Vanilla CSS