Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobhsu/jacobhsu.github.io
JacobHsu/blog
https://github.com/jacobhsu/jacobhsu.github.io
blog gh-pages
Last synced: about 1 month ago
JSON representation
JacobHsu/blog
- Host: GitHub
- URL: https://github.com/jacobhsu/jacobhsu.github.io
- Owner: JacobHsu
- Created: 2021-03-26T10:41:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T02:33:48.000Z (about 1 year ago)
- Last Synced: 2024-04-10T16:05:23.825Z (9 months ago)
- Topics: blog, gh-pages
- Language: HTML
- Homepage: https://jacobhsu.github.io/
- Size: 1.38 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README-en.md
Awesome Lists containing this project
README
**[简体中文](README.md)** | **English**
# GmeekGmeek is a Blog Generator based on `Github Pages` and `Github Issues` and `Github Actions`. No local deployment is required, and it only takes a few minutes from building to writing.
- [Demo](http://meekdai.github.io/)
- [Update Log](https://meekdai.github.io/post/Gmeek-geng-xin-ri-zhi.html)![dark](img/dark.jpg)
### Installation
1. Create your own `XXX.github.io` repository. In the repository `Settings`, select `Github Actions` under `Pages->Build and deployment->Source`.
2. Create files `config.json` and `.github/workflows/Gmeek.yml` in the repository, copy the code in [link](CONIFG.md) and save them separately.
3. Delete redundant tags in Issues and create your own tags, such as `link`, `about`, `daily`, etc.
4. Open an issue and start writing. After saving the issue, the blog content will be automatically created. After a while, it can be accessed through https://XXX.github.ioThe above installation is just a guide, and some configuration details will be written later. If you have any questions, please submit [Issues](https://github.com/Meekdai/Gmeek/issues) in this repository
### Feature
- The UI interface is of the same origin as Github, only Github’s native CSS is introduced:[primer.style](https://primer.style/css)
- After blog writing is completed in Issues, Actions are automatically triggered to perform deployment tasks.
- The comment system used [utteranc.es](https://utteranc.es/)### Thanks
- [utteranc.es](https://utteranc.es/)
- [primer.style](https://primer.style/css)
- [gitblog](https://github.com/yihong0618/gitblog)