https://github.com/paraseba/blog
Personal blog
https://github.com/paraseba/blog
Last synced: 4 months ago
JSON representation
Personal blog
- Host: GitHub
- URL: https://github.com/paraseba/blog
- Owner: paraseba
- Created: 2015-12-26T10:23:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-02T05:19:47.000Z (about 8 years ago)
- Last Synced: 2025-10-22T22:39:05.316Z (8 months ago)
- Language: HTML
- Size: 343 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My blog
[Deployed here](https://blog.sebastian-galkin.com/)
- clean all: make clean
- nix-shell with all dependencies: make shell
- start server watching all site files: make watch
- build all html/css: make build
- rebuild all html/css: make build
- deploy: make deploy