commit cce6ca02714b32ab2de1a201a1d2f134293e09a0
parent 87a1b94d5a45bda1dcc17a2242a686b33319d676
Author: Shimmy Xu <shimmy.america@gmail.com>
Date: Sun, 10 Sep 2017 12:54:04 -0500
Updated _index to reflect progress.
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/_index.en.org b/content/_index.en.org
@@ -27,7 +27,7 @@ curl: "home"
- [x] Find out how to make ~emacs~ work with ~fcitx~.
- [x] Use Google's Noto Sans font and Source Code Pro for code.
- [x] Find a suitable icon/favicon.
-- [ ] Improve templates for posts to display tags and categories.
+- [x] Improve templates for posts to display tags and categories.
- [ ] Cosmetic changes, i.e. no underlines for hyperlinks.
- [ ] Customizable Disqus via Disqus API.
- [ ] Customize ~hugo new~ to make it more useful, i.e. create multilingual versions directly.
diff --git a/content/_index.zh.org b/content/_index.zh.org
@@ -27,7 +27,7 @@ curl: "home"
- [x] 设置多语言支持,添加合适的翻译字符串。
- [x] 使用Google的Noto Sans字体,代码则使用Source Code Pro。
- [x] 为站点和社交网站找一个合适的图标/头像。
-- [ ] 改善文章页面模板使其显示标签和分类。
+- [x] 改善文章页面模板使其显示标签和分类。
- [ ] 改善网站外观,比如隐藏超链接的下划线等。
- [ ] 用Disqus API实现可以自定义的评论框。
- [ ] 尝试把 ~hugo new~ 变得更有用一些,比如直接创建多语言版本等。