https://github.com/heapwolf/blog
personal blog
https://github.com/heapwolf/blog
Last synced: about 1 month ago
JSON representation
personal blog
- Host: GitHub
- URL: https://github.com/heapwolf/blog
- Owner: heapwolf
- Created: 2012-10-14T12:58:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-10-30T11:48:21.000Z (over 2 years ago)
- Last Synced: 2025-04-15T06:56:16.866Z (about 1 month ago)
- Language: HTML
- Homepage: https://hx.ht
- Size: 2.19 MB
- Stars: 72
- Watchers: 7
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SYNOPSIS
A small blog that uses github issues as a database# BUILD
If you want to make changes to the code, just run the following commands```bash
npm install
npm run build
```