aboutsummaryrefslogtreecommitdiff
path: root/source/template.html
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2016-01-08 21:16:14 -0800
committerZhiming Wang <zmwangx@gmail.com>2016-01-08 21:18:39 -0800
commitf818d439160c8f06add42dd10cfcdbddc71b04d7 (patch)
treed3a6c54a0102826fbfbd1abcf55182fcd1004e00 /source/template.html
parentf0ef7cf56c4789e3862b7f49502955afa9d54097 (diff)
downloadmy_new_personal_website-f818d439160c8f06add42dd10cfcdbddc71b04d7.tar.xz
my_new_personal_website-f818d439160c8f06add42dd10cfcdbddc71b04d7.zip
Add stuff to source/ and exclude them
The lonely templates/template.html finally finds it home in the cozy source/, where it rightfully belongs, without the need to worry about being exposed to the world in build/ ;) The full fontello distribution I downloaded (and unpacked) from fontello.com is now in source/fonts/fontello.
Diffstat (limited to 'source/template.html')
-rw-r--r--source/template.html62
1 files changed, 62 insertions, 0 deletions
diff --git a/source/template.html b/source/template.html
new file mode 100644
index 00000000..a42df254
--- /dev/null
+++ b/source/template.html
@@ -0,0 +1,62 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="UTF-8"/>
+ <meta name="generator" content="pandoc"/>
+ <meta name="author" content="Zhiming Wang"/>
+$if(date)$
+ <meta name="date" content="$date$"/>
+$endif$
+ <title>$pagetitle$</title>
+ <link rel="apple-touch-icon-precomposed" href="/img/apple-touch-icon-152.png"/>
+ <meta name="msapplication-TileColor" content="#FFFFFF"/>
+ <meta name="msapplication-TileImage" content="/img/favicon-144.png"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link href="/css/fonts.css" media="all" rel="stylesheet" type="text/css"/>
+ <link href="/css/normalize.css" media="all" rel="stylesheet" type="text/css"/>
+ <link href="/css/theme.css" media="all" rel="stylesheet" type="text/css"/>
+ <link href="/css/theme-wide.css" media="only screen and (min-width: 1441px)" rel="stylesheet" type="text/css"/>
+ <link href="/css/theme-narrow.css" media="only screen and (max-width: 1023px)" rel="stylesheet" type="text/css"/>
+ <link href="/css/theme-ultranarrow.css" media="only screen and (max-width: 500px)" rel="stylesheet" type="text/css"/>
+$if(highlighting-css)$
+ <link href="/css/highlight.css" media="all" rel="stylesheet" type="text/css"/>
+$endif$
+ <link href="/css/print.css" media="print" rel="stylesheet" type="text/css"/>
+ </head>
+ <body>
+ <nav class="nav">
+ <a class="nav-icon" href="/" title="Home"><!--blog icon--></a>
+ <div class="nav-title"><a href="/" class="nav-link">dl? cmplnts?</a></div>
+ <div class="nav-author">by <a href="https://github.com/zmwangx" class="nav-link" target="_blank">Zhiming Wang</a></div>
+ </nav>
+ <article class="content">
+$if(title)$
+ <header class="article-header">
+ <h1 class="article-title">$title$</h1>
+$if(subtitle)$
+ <h1 class="article-subtitle">$subtitle$</h1>
+$endif$
+ <div class="article-metadata">
+$if(date_display)$
+ <time class="article-timestamp" $if(date)$datetime="$date$"$endif$>$date_display$,</time>
+$endif$
+ by <span class="article-author">Zhiming Wang</span>
+ </div>
+ </header>
+$endif$
+$body$
+ </article>
+ <hr class="content-separator"/>
+ <footer class="footer">
+$if(updated)$
+ <span class="lfooter">
+ <time class="updated" datetime="$updated$"><code>$updated$</code></time>
+ </span>
+$endif$
+ <span class="rfooter">
+ <a class="rss-icon" href="/rss.xml" target="_blank" title="RSS feed"><!--RSS feed icon--></a><a class="atom-icon" href="/atom.xml" target="_blank" title="Atom feed"><!--Atom feed icon--></a><a class="cc-icon" href="https://creativecommons.org/licenses/by/4.0/" target="_blank" title="Released under the Creative Commons Attribution 4.0 International license."><!--CC icon--></a>
+ <a href="https://github.com/zmwangx" target="_blank">Zhiming Wang</a>
+ </span>
+ </footer>
+ </body>
+</html>