From 8d640a67442557a0252d52ec81ca5a4edb5dee7c Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Sun, 10 Jul 2016 13:33:56 +0800 Subject: Add a /pub/ landing page --- source/css/theme.css | 6 ++++++ source/pub/index.md | 5 +++++ 2 files changed, 11 insertions(+) create mode 100644 source/pub/index.md (limited to 'source') diff --git a/source/css/theme.css b/source/css/theme.css index cf1af58f..5c3dd684 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -270,6 +270,12 @@ noscript a { font-size: 95%; } +.hidden-link { + color: inherit; + cursor: text; + text-decoration: none; +} + /* blog index */ .blog-index-year-title { diff --git a/source/pub/index.md b/source/pub/index.md new file mode 100644 index 00000000..aed6ab42 --- /dev/null +++ b/source/pub/index.md @@ -0,0 +1,5 @@ +--- +title: "Publications" +--- + +No content at the moment. -- cgit v1.2.1