Update build system and content
This commit is contained in:
parent
aa21b867b3
commit
6f1abd3fe5
44 changed files with 1406 additions and 92 deletions
|
@ -16,24 +16,59 @@
|
|||
<title>Jonathan Hodgson's Blog</title>
|
||||
$endif$
|
||||
<link rel="stylesheet" href="/assets/css/main.css" type="text/css" charset="utf-8">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png">
|
||||
<link rel="manifest" href="/assets/favicons/site.webmanifest">
|
||||
<link rel="mask-icon" href="/assets/favicons/safari-pinned-tab.svg" color="#282828">
|
||||
<link rel="shortcut icon" href="/assets/favicons/favicon.ico">
|
||||
<meta name="apple-mobile-web-app-title" content="Jonathan's Blog">
|
||||
<meta name="application-name" content="Jonathan's Blog">
|
||||
<meta name="msapplication-TileColor" content="#282828">
|
||||
<meta name="msapplication-config" content="/assets/favicons/browserconfig.xml">
|
||||
<meta name="theme-color" content="#282828">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<article>
|
||||
<h1>$title$</h1>
|
||||
<div class="article-details">
|
||||
<div class="date">
|
||||
$date$
|
||||
<div class="container">
|
||||
<main>
|
||||
$if(frontpage)$
|
||||
#CONTENT#
|
||||
$else$
|
||||
$if(archive)$
|
||||
<h1>$title$</h1>
|
||||
#CONTENT#
|
||||
$else$
|
||||
<article>
|
||||
<h1>$title$</h1>
|
||||
<div class="article-details">
|
||||
<div class="date">
|
||||
$date$
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
$body$
|
||||
</article>
|
||||
</main>
|
||||
<aside>
|
||||
<span class="blog-name"><a href="/">Jonathan Hodgson</a></span>
|
||||
<nav>
|
||||
${ ../generated-template-parts/tagList.html() }
|
||||
</nav>
|
||||
</aside>
|
||||
$body$
|
||||
</article>
|
||||
$endif$
|
||||
$endif$
|
||||
</main>
|
||||
<aside>
|
||||
<a class="blog-name" href="/">
|
||||
<img src="/assets/profile.svg" alt="My face"/>
|
||||
$if(frontpage)$
|
||||
<h1 class="blog-name">Jonathan Hodgson</h1>
|
||||
$else$
|
||||
<span class="blog-name">Jonathan Hodgson</span>
|
||||
$endif$
|
||||
</a>
|
||||
<nav>
|
||||
${ ../tmp/templates/tagList.html() }
|
||||
</nav>
|
||||
</aside>
|
||||
</div>
|
||||
<footer>
|
||||
<a href="https://paypal.me/jab2870">Buy me a coffee?</a>
|
||||
<a href="https://git.jonathanh.co.uk">Website Source</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue