mirror of
https://git.kittycat.homes/zoe/hugo-batsite.git
synced 2024-08-15 03:18:24 +00:00
build new version
This commit is contained in:
parent
a3c32be357
commit
694836dbc7
22 changed files with 1169 additions and 252 deletions
59
public/music/index.html
Normal file
59
public/music/index.html
Normal file
|
@ -0,0 +1,59 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en"><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>music</title>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/scss/main.css">
|
||||
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
|
||||
</head>
|
||||
<body class="colorswitch"><div id="content">
|
||||
<main>
|
||||
<article>
|
||||
<header class="colorswitch">
|
||||
<h1 id="title">music</h1>
|
||||
</header>
|
||||
|
||||
<h2 id="where-to-listen" class="colorswitch">
|
||||
<a class="hash-link colorswitch" href="#where-to-listen">
|
||||
where to listen?
|
||||
</a>
|
||||
</h2>
|
||||
<p>you can find (and download) my music on <a href="https://zoebat.bandcamp.com">bandcamp</a>!!! in the future i will probably also provide torrent links</p>
|
||||
|
||||
</article>
|
||||
<div id="pagelist">
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</div><footer class="colorswitch">
|
||||
<span id="footer-left"></span>
|
||||
<span id="footer-center">
|
||||
<nav id="footer-nav" aria-label="navigation">
|
||||
|
||||
|
||||
<a class="footer-nav-item colorswitch" href="/" title="home"></a>
|
||||
|
||||
<a class="footer-nav-item colorswitch" href="/about/" title="about"></a>
|
||||
|
||||
<a class="footer-nav-item colorswitch" href="/links/" title="links"></a>
|
||||
|
||||
<a class="footer-nav-item active colorswitch" href="/music/" title="music"></a>
|
||||
|
||||
<a class="footer-nav-item colorswitch" href="/software/" title="software"></a>
|
||||
|
||||
<a class="footer-nav-item colorswitch" href="/posts/" title="posts">龎</a>
|
||||
|
||||
</nav>
|
||||
</span>
|
||||
<span id="footer-right">
|
||||
<input type="checkbox" id="darkmode-toggle" aria-label="darkmode toggle" class="toggleinput">
|
||||
<label class="togglelabel colorswitch" for="darkmode-toggle" aria-label="darkmode toggle" role="checkbox"></label>
|
||||
</span>
|
||||
</footer>
|
||||
<script src="/js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
11
public/music/index.xml
Normal file
11
public/music/index.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>music on batsite</title>
|
||||
<link>http://example.org/music/</link>
|
||||
<description>Recent content in music on batsite</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>eng</language>
|
||||
<lastBuildDate>Fri, 15 Apr 2022 20:45:35 +0200</lastBuildDate><atom:link href="http://example.org/music/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
Loading…
Add table
Add a link
Reference in a new issue