Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kjirou/blog
My blog
https://github.com/kjirou/blog
blog static-site static-website
Last synced: 7 days ago
JSON representation
My blog
- Host: GitHub
- URL: https://github.com/kjirou/blog
- Owner: kjirou
- License: mit
- Created: 2019-03-02T14:39:51.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T00:48:19.000Z (19 days ago)
- Last Synced: 2024-12-15T18:48:27.982Z (12 days ago)
- Topics: blog, static-site, static-website
- Language: CSS
- Homepage: https://kjirou.github.io/blog/
- Size: 10.8 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blog
![build-and-deploy](https://github.com/kjirou/blog/actions/workflows/build-and-deploy.yml/badge.svg)
![run-checks](https://github.com/kjirou/blog/actions/workflows/run-checks.yml/badge.svg)My blog
## Installation
- Prepare Node.js >= `18`
```
git clone [email protected]:kjirou/blog.git
cd ./blog
npm install
```