Page Update
This commit is contained in:
parent
c8da4b3c34
commit
ee9709e29d
18 changed files with 1027 additions and 1 deletions
77
build/archive.html
Normal file
77
build/archive.html
Normal file
|
@ -0,0 +1,77 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="color-scheme" content="light dark">
|
||||
<meta name="author" content="Liliesh">
|
||||
<meta name="description" content="">
|
||||
<link rel="alternate" href="/atom.xml" type="application/atom+xml">
|
||||
<link rel="stylesheet" href="/style.css" type="text/css">
|
||||
<title>Archive | </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<h1><a href="/">Liliesh's Blog</a></h1>
|
||||
<nav>
|
||||
<h2></h2>
|
||||
<ul>
|
||||
<li><h2><a href="/">Blog</a></h2></li>
|
||||
<li><h2><a href="/archive.html">Archive</a></h2></li>
|
||||
<li><h2><a href="/tags/">Tags</a></h2></li>
|
||||
<li><h2><a href="/about.html">About Me</a></h2></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
||||
|
||||
|
||||
|
||||
<article>
|
||||
<header>
|
||||
<time datetime="2023-01-02 12:00:00+00:00">2023-01-02</time>
|
||||
<div>
|
||||
<h2><a href="second-post.html">Second Post</a></h2>
|
||||
|
||||
<p>— This is the second blog post, so you can see how it looks like on the front page.</p>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
</article>
|
||||
|
||||
|
||||
|
||||
<article>
|
||||
<header>
|
||||
<time datetime="2023-01-01 12:00:00+00:00">2023-01-01</time>
|
||||
<div>
|
||||
<h2><a href="hello-world.html">Hello World!</a></h2>
|
||||
|
||||
<p>— Hello there, this is the first blog post. You should read me first.</p>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
</article>
|
||||
|
||||
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p>This website was built with <a href="https://github.com/venthur/blag">blag</a>.
|
||||
<br>
|
||||
Subscribe to the <a href="/atom.xml">atom feed</a>.
|
||||
<br>
|
||||
Contact me via
|
||||
<a rel="me" href="https://wetdry.world/@techfoxxo">Fediverse</a>,
|
||||
<a href="https://matrix.to/#/@liliesh:catgirl.cloud">Matrix</a>
|
||||
</p>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue