An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa]

# blog

[![Docs](https://github.com/jcs090218/blog/actions/workflows/docs.yml/badge.svg)](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