build-a-blog
This commit is contained in:
parent
b8056a1a84
commit
aeff37dfa6
11 changed files with 2598 additions and 8 deletions
36
index.html.tmpl
Normal file
36
index.html.tmpl
Normal file
|
@ -0,0 +1,36 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<title>cfebs.com${more_title}</title>
|
||||
<link rel="icon" type="image/png" href="/avatar.png">
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<link rel="stylesheet" href="/chalk.min.css">
|
||||
</head>
|
||||
<body>
|
||||
<nav class="container navbar navbar-light">
|
||||
<span class="navbar-brand"><a href="/">cfebs.com</a></span>
|
||||
</nav>
|
||||
<section class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8 col-sm-12">
|
||||
${content}
|
||||
</div>
|
||||
<div class="col-md-4 col-sm-12">
|
||||
<img style="height: 5rem" class="mb-2" alt="A yellow monster thing and iconic avatar used by cfebs" src="/avatar.png" />
|
||||
<dl>
|
||||
<dt>Contact</dt>
|
||||
<dd><a href="mailto:mail@cfebs.com">mail@cfebs.com</a></dd>
|
||||
<dt>PGP</dt>
|
||||
<dd><a href="https://meta.sr.ht/~cfebs.pgp"><code>EAAEC3829CF42B878877D14295352A65EB0C27A9</code></a></dd>
|
||||
<dt>Mastodon</dt>
|
||||
<dd><a rel="me" href="https://hachyderm.io/@cfebs">@cfebs</a></dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<script src="/highlight.min.js"></script>
|
||||
<script>hljs.highlightAll();</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue