Update README.md

This commit is contained in:
Meekdai 2023-08-02 11:00:05 +08:00 committed by GitHub
parent 09d00b536e
commit abba6eb097
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@
- [更新日志](https://meekdai.github.io/post/Gmeek-geng-xin-ri-zhi.html)
### 安装
1. 创建自己的`XXX.github.io`的仓库,在仓库的设置中`Pages->Build and deployment->Source`下面选择`Github Actions`。
2. 在仓库中创建文件`config.json`和`.github/workflows/Gmeek.yml`复制[链接](CONIFG.md)中的代码分别保存。
3. 在Issues中删除多余标签创建自己的标签如`link`、`about`、`日常`等。
@ -20,6 +21,13 @@
- 博客写作在Issues中完成后自动触发Actions执行部署任务
- 评论系统引入[utteranc.es](https://utteranc.es/)
### 问题
1. 如果要导入以前的文章,如何设置发布时间呢?
> 如需上传旧博客的文章需要修改发布时间,可以在文章最后一行添加如下代码。
> `[comment]: # (##{"timestamp":1451096020}##)`
> 里面的时间是采用时间戳的形式,可以用如下[网站](https://tool.lu/timestamp)转换。
### 鸣谢
- [utteranc.es](https://utteranc.es/)