diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2016-07-10 13:33:56 +0800 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2016-07-10 13:33:56 +0800 |
commit | 8d640a67442557a0252d52ec81ca5a4edb5dee7c (patch) | |
tree | 537612c2bcb4508ebe056ccd6f7220cf0be1f29a | |
parent | f9b76168df8198b98c4f0cc33d8a5d929f561654 (diff) | |
download | my_new_personal_website-8d640a67442557a0252d52ec81ca5a4edb5dee7c.tar.xz my_new_personal_website-8d640a67442557a0252d52ec81ca5a4edb5dee7c.zip |
Add a /pub/ landing page
-rw-r--r-- | source/css/theme.css | 6 | ||||
-rw-r--r-- | source/pub/index.md | 5 |
2 files changed, 11 insertions, 0 deletions
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 <a class="hidden-link" href="autobiography-up-to-college.html">at</a> <a class="hidden-link" href="15-18.html">the</a> <a class="hidden-link" href="random-thoughts.html">moment</a>. |