Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zzy979/zzy979.github.io
个人博客
https://github.com/zzy979/zzy979.github.io
giscus jekyll personal-blog
Last synced: about 2 months ago
JSON representation
个人博客
- Host: GitHub
- URL: https://github.com/zzy979/zzy979.github.io
- Owner: ZZy979
- License: mit
- Created: 2023-09-02T14:53:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-16T08:20:16.000Z (4 months ago)
- Last Synced: 2024-09-17T10:12:09.060Z (4 months ago)
- Topics: giscus, jekyll, personal-blog
- Language: Ruby
- Homepage: https://zzy979.github.io/
- Size: 46.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal blog site of [ZZy979](https://github.com/ZZy979)
## Prerequisites
Follow the instructions in the [Jekyll Docs](https://jekyllrb.com/docs/installation/) to complete the installation of the basic environment. [Git](https://git-scm.com/) also needs to be installed.
## Build
```shell
$ bundle
$ bundle exec jekyll build
$ bundle exec jekyll serve
```## License
This work is published under [MIT](LICENSE) License.
## Acknowledgement
* Blog framework: [Jekyll](https://jekyllrb.com/)
* Theme: [Chirpy](https://github.com/cotes2020/jekyll-theme-chirpy/)
* Comment system: [giscus](https://giscus.app/)
* Deployment: [GitHub Pages](https://pages.github.com/)