master
VnPower 8 months ago
parent dad3170040
commit 4fb9ecd5a7

@ -10,6 +10,7 @@ blog/*/*.md:
ext .html
markdown chroma=emacs
directorify
tags tags/*.tag
inner-template
template post
template base

@ -103,3 +103,6 @@
</ul>
</section>
{{ end }}
{{ define "tag" }} <h1>`{{ .Title }}` tagged posts</h1>
{{ template "articleList" .Site.Pages.WithTag .Title }}{{ end }}

@ -0,0 +1,77 @@
<!doctype html>
<html lang="en">
<head>
<title>VnPower's website: code</title>
<meta charset="UTF-8">
<meta name="author" content="VnPower" />
<meta name="description" content="My website. Served with static files." />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="alternate" type="application/atom+xml" title="VnPower&#39;s website feed" href="/blog.atom" />
<link href="/static/style.css" rel="stylesheet">
<script defer src="/static/script.js"></script>
</head>
<body class="mocha">
<header class="center-flex">
<h1>VnPower</h1>
</header>
<main>
<nav>
<div class="buttons-list hr inline">
<a href="/">
Home
</a>
<a href="/blog">
Blog
</a>
</div>
<div class="buttons-list hr float-right inline" id="theme">
<a href="#" id="latte">
🌻 Latte
</a>
<a href="#" id="frappe">
🪴 Frappe
</a>
<a href="#" id="macchiato">
🌺 Macchiato
</a>
<a href="#" id="mocha">
🌿 Mocha
</a>
</div>
</nav>
<section class="front-content clear">
<h1>`code` tagged posts</h1>
<section class="article-list">
<ul>
<li>09/07/2022 &mdash; <a href="/blog/test/">Test</a></li>
</ul>
</section>
</section>
</main>
<footer class="center-text">
<p>VnPower</p>
<!--
<div class="inline">
GitHub
076's Gitea
Discord
</div>
-->
<small>Still working</small>
</footer>
</body>
</html>

@ -0,0 +1,77 @@
<!doctype html>
<html lang="en">
<head>
<title>VnPower's website: hello</title>
<meta charset="UTF-8">
<meta name="author" content="VnPower" />
<meta name="description" content="My website. Served with static files." />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="alternate" type="application/atom+xml" title="VnPower&#39;s website feed" href="/blog.atom" />
<link href="/static/style.css" rel="stylesheet">
<script defer src="/static/script.js"></script>
</head>
<body class="mocha">
<header class="center-flex">
<h1>VnPower</h1>
</header>
<main>
<nav>
<div class="buttons-list hr inline">
<a href="/">
Home
</a>
<a href="/blog">
Blog
</a>
</div>
<div class="buttons-list hr float-right inline" id="theme">
<a href="#" id="latte">
🌻 Latte
</a>
<a href="#" id="frappe">
🪴 Frappe
</a>
<a href="#" id="macchiato">
🌺 Macchiato
</a>
<a href="#" id="mocha">
🌿 Mocha
</a>
</div>
</nav>
<section class="front-content clear">
<h1>`hello` tagged posts</h1>
<section class="article-list">
<ul>
<li>09/08/2022 &mdash; <a href="/blog/new/">New blog</a></li>
</ul>
</section>
</section>
</main>
<footer class="center-text">
<p>VnPower</p>
<!--
<div class="inline">
GitHub
076's Gitea
Discord
</div>
-->
<small>Still working</small>
</footer>
</body>
</html>

@ -0,0 +1,77 @@
<!doctype html>
<html lang="en">
<head>
<title>VnPower's website: rust</title>
<meta charset="UTF-8">
<meta name="author" content="VnPower" />
<meta name="description" content="My website. Served with static files." />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="alternate" type="application/atom+xml" title="VnPower&#39;s website feed" href="/blog.atom" />
<link href="/static/style.css" rel="stylesheet">
<script defer src="/static/script.js"></script>
</head>
<body class="mocha">
<header class="center-flex">
<h1>VnPower</h1>
</header>
<main>
<nav>
<div class="buttons-list hr inline">
<a href="/">
Home
</a>
<a href="/blog">
Blog
</a>
</div>
<div class="buttons-list hr float-right inline" id="theme">
<a href="#" id="latte">
🌻 Latte
</a>
<a href="#" id="frappe">
🪴 Frappe
</a>
<a href="#" id="macchiato">
🌺 Macchiato
</a>
<a href="#" id="mocha">
🌿 Mocha
</a>
</div>
</nav>
<section class="front-content clear">
<h1>`rust` tagged posts</h1>
<section class="article-list">
<ul>
<li>09/07/2022 &mdash; <a href="/blog/test/">Test</a></li>
</ul>
</section>
</section>
</main>
<footer class="center-text">
<p>VnPower</p>
<!--
<div class="inline">
GitHub
076's Gitea
Discord
</div>
-->
<small>Still working</small>
</footer>
</body>
</html>
Loading…
Cancel
Save