use 11ty
This commit is contained in:
parent
beccccb61f
commit
44e1ea0c08
28 changed files with 2002 additions and 131 deletions
41
_site/blog/index.html
Normal file
41
_site/blog/index.html
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en-AU">
|
||||
<head>
|
||||
<title>astolfo.org</title>
|
||||
<meta charset="utf-8">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="/bundle.css">
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/">home</a></li>
|
||||
<li><a href="/store">store</a></li>
|
||||
<li><a href="/blog">blog</a></li>
|
||||
<li><a href="/services">services</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<div style="padding: 2em;">
|
||||
<div class="blog-content">
|
||||
<h1> All blog posts </h1>
|
||||
<hr>
|
||||
<p><a href="/blog/first/">Markdown Syntax</a></p>
|
||||
<p><a href="/blog/">All blog posts</a></p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<marquee id="footer-scroll" style="font-size: 13vw; width: 50%; box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset; background-color: var(--accent2); border-radius: var(--rounding)">astolfo.org</marquee>
|
||||
<!-- idk put astolfo in a train here, learn pixel art someday -->
|
||||
<div>
|
||||
<p>all text, html and css licensed under BSD0 unless noted otherwise.</p>
|
||||
<hr>
|
||||
<p>site build at commit [PUT COMMIT HERE]. <br>source avaliable at <a href="https://git.nijika.astolfo.org/astolfo/astolfo.org">git.nijika.astolfo.org/astolfo/astolfo.org</a></p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue