https://github.com/pegvin/pegvin.github.io
This is the source of my personal blog
https://github.com/pegvin/pegvin.github.io
Last synced: 9 months ago
JSON representation
This is the source of my personal blog
- Host: GitHub
- URL: https://github.com/pegvin/pegvin.github.io
- Owner: pegvin
- Created: 2025-08-09T14:52:49.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-08-31T12:08:45.000Z (9 months ago)
- Last Synced: 2025-08-31T13:14:09.858Z (9 months ago)
- Language: JavaScript
- Homepage: https://pegv.in
- Size: 17.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Blog
This is the source of my personal blog
hosted at https://pegv.in
The project uses [jelly](https://codeberg.org/0ref/jelly)
to generate the site & `build.sh` is used
to automate alot of stuff.
```sh
$ ./build.sh clean # Clean Build Files
$ ./build.sh serve # Build, Serve on localhost:4000 & Auto-Rebuild on changes
$ ./build.sh deploy # Build & Deploy to Cloudflare Pages
$ ./build.sh unused # From `public/media`, List files with no reference anywhere else
```