caffeinated.blog/public/post/index.html

194 lines
5.5 KiB
HTML
Raw Normal View History

2021-02-02 22:12:57 +10:00
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>Posts | Caffeinated Blog</title>
<meta name="description" content="Description of website for head meta tag">
<meta name="author" content="">
<link rel="apple-touch-icon" sizes="180x180" href=https://caffeinated.blog/apple-touch-icon.png>
<link rel="icon" type="image/png" sizes="32x32" href=https://caffeinated.blog/favicon-32x32.png>
<link rel="icon" type="image/png" sizes="16x16" href=https://caffeinated.blog/favicon-16x16.png>
<link rel="manifest" href=https://caffeinated.blog/site.webmanifest>
<link rel="mask-icon" href=https://caffeinated.blog/safari-pinned-tab.svg color="#00416a">
<meta name="msapplication-TileColor" content="#00aba9">
<meta name="theme-color" content="#ffffff">
<link rel="me" href="https://github.com/glennrice">
<link rel="me" href="https://micro.blog/glennr">
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
<link rel="stylesheet" href=https://caffeinated.blog/css/fonts.css />
<link rel="stylesheet" href=https://caffeinated.blog/css/style.css />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div id="sitelogo">
<a class="glyph" alt="Home" href="https://caffeinated.blog/"><img src=https://caffeinated.blog/images/site-logo.png alt="Site Logo" height="64px" width="64px"></a>
</div>
<header>
<nav>
<div id="page-nav">
<div class="page-nav-item">
<a href="https://caffeinated.blog/">Home</a>
</div>
<div class="page-nav-item">
<a href="/about/">
<span>About The Theme</span>
</a>
</div>
<div class="page-nav-item">
<a href="/adding-menu-items/">
<span>Adding Page Items</span>
</a>
</div>
</div>
</nav>
<div id="site-header">
<h1>Caffeinated Blog</h1>
<p>
A subtitle for your site
</p>
</div>
</header>
<h2>Posts</h2>
<div id="content">
<article>
<header>
<h2 class="list-title"><a href="https://caffeinated.blog/post/introducing-indigo/">Introducing Indigo</a></h2>
<p class="list-post-date">
<time datetime="2018-10-01T09:00:00-04:00">
1 October, 2018 at 09:00 -0400
</time>
</p>
</header>
<div>
Indigo is a lightweight theme for Hugo with IndieWeb features baked in. It&rsquo;s great for longer-form blogging, placing its focus on distraction-free reading and beautiful typefaces.
</div>
<p><a class="read-more" href="https://caffeinated.blog/post/introducing-indigo/">Read more &rarr;</a></p>
</article>
<article>
<header>
<h2 class="list-title"><a href="https://caffeinated.blog/post/featured-typefaces/">Featured Typefaces</a></h2>
<p class="list-post-date">
<time datetime="2018-10-01T08:30:00-04:00">
1 October, 2018 at 08:30 -0400
</time>
</p>
</header>
<div>
Indigo uses a combination of three beautiful typefaces to render your words.
</div>
<p><a class="read-more" href="https://caffeinated.blog/post/featured-typefaces/">Read more &rarr;</a></p>
</article>
<article>
<header>
<h2 class="list-title"><a href="https://caffeinated.blog/post/author-bios/">Author Bios</a></h2>
<p class="list-post-date">
<time datetime="2018-10-01T08:00:00-04:00">
1 October, 2018 at 08:00 -0400
</time>
</p>
</header>
<div>
The bottom of every page in the theme can optionally show a short biography of the site author, including a profile picture, email link, and location.
</div>
<p><a class="read-more" href="https://caffeinated.blog/post/author-bios/">Read more &rarr;</a></p>
</article>
</div>
<div class="h-card">
<img class="u-photo" src="https://caffeinated.blog/images/myAvatar.svg" />
<div class="card-content">
<h2 class="card-name"><a class="p-name u-url" href="https://caffeinated.blog/" rel="me">Glenn Rice</a></h2>
<p class="card-subhead">
<span class="p-locality"></span>,
<span class="p-country-name">Australia</span><br />
<a class="u-email" href="mailto:">Email me</a>
</p>
</div>
<p class="p-note">A short description, a few sentences describing the author. Set the &#39;ShowBio&#39; parameter to false to hide this.</p>
</div>
<div id="footer">
<aside id="social">
<div id="social-icons">
<div class="icon-24x24">
<a class="glyph" alt="GitHub profile" href="https://github.com/glennrice"><img src=https://caffeinated.blog/icons/github.svg height="24px" width="24px"></a>
</div>
<div class="icon-24x24">
<a class="glyph" alt="Keybase profile" href="https://keybase.io/glennr"><img src=https://caffeinated.blog/icons/keybase.svg height="24px" width="24px"></a>
</div>
</div>
</aside>
<p class="copyright">
Copyright © 2019, Glenn Rice
</p>
</div>
</body>
</html>