Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Meekdai/Gmeek
Gmeek is a Blog All in Github
https://github.com/Meekdai/Gmeek
blog github-actions github-issues github-pages issues-blog
Last synced: 16 days ago
JSON representation
Gmeek is a Blog All in Github
- Host: GitHub
- URL: https://github.com/Meekdai/Gmeek
- Owner: Meekdai
- Created: 2023-07-28T04:30:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-16T05:55:44.000Z (11 months ago)
- Last Synced: 2023-12-16T10:43:25.760Z (11 months ago)
- Topics: blog, github-actions, github-issues, github-pages, issues-blog
- Language: HTML
- Homepage: https://meekdai.github.io
- Size: 248 KB
- Stars: 339
- Watchers: 4
- Forks: 33
- Open Issues: 4
-
Metadata Files:
- Readme: README-en.md
Awesome Lists containing this project
README
**[简体中文](README.md)** | **English** | **[Русский](README-ru.md)**
# 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 to deploy.
- [Demo](http://meekdai.github.io/)
- [Update Log](https://meekdai.github.io/post/Gmeek-geng-xin-ri-zhi.html)
- [Gmeek Get Started](https://blog.meekdai.com/post/Gmeek-kuai-su-shang-shou.html)![dark](img/dark.jpg)
### Installation
1. Click [Create a repository from template](https://github.com/new?template_name=Gmeek-template&template_owner=Meekdai), the recommended repository name is `XXX.github.io`,where `XXX` is your github username.2. In the repository `Settings`, select `Github Actions` in `Pages->Build and deployment->Source`.
3. Open an issue, start writing, and add a label. After saving the issue, blog content will be automatically created. After a while, it can be accessed through https://XXX.github.io
The 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
- [jinja2](https://jinja.palletsprojects.com/)
- [utteranc.es](https://utteranc.es/)
- [primer.style](https://primer.style/css)
- [gitblog](https://github.com/yihong0618/gitblog)