https://github.com/jcs-legacy/blog
Jen-Chieh's Blog ---- My personal blog
https://github.com/jcs-legacy/blog
blog website
Last synced: 6 months ago
JSON representation
Jen-Chieh's Blog ---- My personal blog
- Host: GitHub
- URL: https://github.com/jcs-legacy/blog
- Owner: jcs-legacy
- License: cc-by-sa-4.0
- Created: 2021-09-14T06:26:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T22:39:09.000Z (over 2 years ago)
- Last Synced: 2025-02-06T11:28:24.027Z (over 1 year ago)
- Topics: blog, website
- Language: Batchfile
- Homepage: https://jcs090218.github.io/blog/
- Size: 30.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa]
# blog
[](https://github.com/jcs090218/blog/actions/workflows/docs.yml)
My blog.
## ⚙ Host it locally
This is how you run the server locally:
```sh
# Clone this repository somewhere on your machine
$ git clone https://github.com/jcs090218/blog.git --recurse
# Navigate to the project directory
$ cd ./blog
# Run the server
$ hugo server
```
Then in your browser, navigate to http://localhost:1313/blog/!
## ⚜️ License
This work is licensed under a
[Creative Commons Attribution-ShareAlike 4.0 International License][cc-by-sa].
[![CC BY-SA 4.0][cc-by-sa-image]][cc-by-sa]
[![CC BY-SA 4.0][cc-by-sa-image-compact]][cc-by-sa]
[cc-by-sa]: http://creativecommons.org/licenses/by-sa/4.0/
[cc-by-sa-image]: https://licensebuttons.net/l/by-sa/4.0/88x31.png
[cc-by-sa-image-compact]: https://i.creativecommons.org/l/by-sa/4.0/80x15.png
[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg