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