blog

My blog at www.shimmy1996.com

git clone git://git.shimmy1996.com/blog.git
commit b56b36ed7ca6e5ad0a8beec50c7590e73d17d5da
parent 31496b017f6f7df44367c9c04503b65ee8876ffb
Author: Shimmy Xu <shimmy.america@gmail.com>
Date:   Tue, 29 Aug 2017 23:07:53 -0500

Added site roadmap in home page.

Diffstat:
Mcontent/_index.en.md | 29+++++++++++++++++++++++++++--
Mcontent/_index.zh.md | 29+++++++++++++++++++++++++++--
2 files changed, 54 insertions(+), 4 deletions(-)
diff --git a/content/_index.en.md b/content/_index.en.md
@@ -1,8 +1,34 @@
 ---
 title: Home
+curl: "home"
 ---
 
 # Trantor Library
 _The Plan needs to go on._
 
-## Recent Posts-
\ No newline at end of file
+<span style="color:red">Fair Warning: Site under heavy construction.</span>
+
+## Site Roadmap
+
+- [x] ~~Find new hosting location.~~ Currently using digitalocean.
+- [x] Install Arch Linux on server.
+- [x] ~~Search for WP replacement.~~ Hugo is pretty good.
+- [x] ~~Find a suitable theme.~~ Currently using `hugo-xmin`, may consider forking it and write my own ( `soresu` ).
+- [x] Server side config, like `post-receive` for git auto deploy.
+- [x] Configure multilingual support, including footer text, title, etc.
+- [x] Language switcher that does more than redirecting to home page.
+- [x] Enable Disqus.
+- [x] Support `$\LaTeX$` expressions via MathJax.
+- [x] Copy-paste fixed page contents from old site (and translate them).
+- [x] Enable https.
+- [x] Backup old WP site.
+- [x] Transfer domain and ensure NDS works as intended.
+- [ ] Use Google Noto Font.
+- [ ] Customizable Disqus via Disqus API.
+- [ ] Find out how to write with `org-mode` or R markdown.
+- [ ] Find out how to make `emacs` work with `fcitx`.
+- [ ] Customize `hugo new` to make it more useful, i.e. create multilingual versions directly.
+- [ ] Restore/rewrite and translate some of the more valuable old posts.
+- [ ] Find a suitable icon/favicon.
+
+## Recent Posts
diff --git a/content/_index.zh.md b/content/_index.zh.md
@@ -1,8 +1,34 @@
 ---
 title: Home
+curl: "home"
 ---
 
 # 川坨大学图书室
 _计划进行中_
 
-## 最新日志-
\ No newline at end of file
+<span style="color:red">注意:本站仍处于施工中。</span>
+
+## 施工计划
+
+- [x] ~~找一家新的服务器提供商~~ 目前使用Digitalocean。
+- [x] 在服务器上安装Arch Linux。
+- [x] ~~Search for WP replacement.搜寻WP的替代品。~~ Hugo很不错。
+- [x] ~~找一个合适的主题。~~ 目前使用 `hugo-xmin`,考虑fork出来写成自己的主题( `soresu` )。
+- [x] 完成服务器端设置,比如添加 `post-receive` 来实现 `git` 自动部署。
+- [x] 设置多语言支持,添加合适的翻译字符串。
+- [x] 可以切换__当前页面__语言版本的语言切换按钮。
+- [x] Disqus支持。
+- [x] 用MathJax实现 `$\LaTeX$` 表达式支持。
+- [x] 把导航页的内容搬过来并翻译。
+- [x] https支持。
+- [x] 备份原WP站点。
+- [x] 转移域名到Google Domain,并完成NDS设置。
+- [ ] 使用Google Noto Font。
+- [ ] 用Disqus API实现可以自定义的评论框。
+- [ ] 尝试使用 `org-mode` 或者 R markdown 来写博客。
+- [ ] 解决 `emacs` 不兼容 `fcitx` 的问题。
+- [ ] 尝试把 `hugo new` 变得更有用一些,比如直接创建多语言版本等。
+- [ ] 把比较有价值的旧文章搬过来。
+- [ ] 为站点和社交网站找一个合适的图标/头像。
+
+## 最新日志