Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.66 KB

README-en.md

File metadata and controls

31 lines (21 loc) · 1.66 KB

简体中文 | English | Русский

Gmeek

Gmeek 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.

dark

Installation

  1. Click Create a repository from template, 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 in this repository

Feature

  • The UI interface is of the same origin as Github, only Github’s native CSS is introduced:primer.style
  • After blog writing is completed in Issues, Actions are automatically triggered to perform deployment tasks.
  • The comment system used utteranc.es

Thanks