1.8 KiB
1.8 KiB
简体中文 | 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 from building to writing.
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
Installation
- Clone this repository to your own
XXX.github.iorepository - Configure your own secret key
secrets.meblogin the repository to have read and write permissions, etc. The keyword definition can be changed inGeek.yml - Modify
GITHUB_NAMEandGITHUB_EMAILin theGeek.ymlfile - Set the relevant parameters of
github pagein the repository configuration. The root directory of the website needs to be assigned todocs/, and the personal domain name needs to be configured here. - Configure the parameters in
config.json, if not use, please use'', thekeyvalue cannot be deleted. - Add tags to the Issues of the repository, such as
link,about, etc. - Finally, open an Issue and start writing an article. After saving, you can access it 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