blog

My blog at www.shimmy1996.com

git clone git://git.shimmy1996.com/blog.git
commit 1ff430926525a3b73b830fa6b525d8c8c9c1675c
parent 06f8710d1e53c9431ca0e8ba96409f5f89cd07d8
Author: Shimmy Xu <shimmy.america@gmail.com>
Date:   Mon,  4 Sep 2017 16:06:49 -0500

Minor changes to _index.en

Diffstat:
Mcontent/_index.en.org | 2+-
Mthemes/soresu/layouts/partials/header.html | 1+
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/content/_index.en.org b/content/_index.en.org
@@ -25,8 +25,8 @@ curl: "home"
 - [x] Find out how to write with ~org-mode~ or R markdown.
 - [x] Customizable Disqus via Disqus API.
 - [x] Configure multilingual support, including footer text, title, etc.
+- [x] Find out how to make ~emacs~ work with ~fcitx~.
 - [ ] Use Google Noto Font.
-- [ ] 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.
diff --git a/themes/soresu/layouts/partials/header.html b/themes/soresu/layouts/partials/header.html
@@ -4,6 +4,7 @@
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <title>{{ .Title }} | {{ .Site.Title }}</title>
+    <link href="https://fonts.googleapis.com/css?family=Oxygen|Source+Code+Pro|Source+Sans+Pro" rel="stylesheet">
     <link rel="stylesheet" href="{{ "/css/style.css" | relURL }}" />
     <link rel="stylesheet" href="{{ "/css/fonts.css" | relURL }}" />
     {{ partial "head_custom.html" . }}