mirror of
https://git.kittycat.homes/zoe/hugo-batsite.git
synced 2024-08-15 03:18:24 +00:00
add menu
This commit is contained in:
parent
2237ad824f
commit
82d2cd2caf
31 changed files with 920 additions and 7 deletions
50
public/posts/aeiuo/index.html
Normal file
50
public/posts/aeiuo/index.html
Normal file
|
@ -0,0 +1,50 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Aeiuo</title>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/scss/main.css">
|
||||
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
|
||||
</head>
|
||||
<body><div id="content">
|
||||
<section id="main">
|
||||
<h1 id="title">Single Page Aeiuo</h1>
|
||||
<div>
|
||||
<article id="content">
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</section>
|
||||
<aside id="meta">
|
||||
<div>
|
||||
<section>
|
||||
</section>
|
||||
|
||||
|
||||
</div>
|
||||
<div>
|
||||
|
||||
<a class="previous" href="http://example.org/posts/example/">previous: Example</a>
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div><footer>
|
||||
<nav id="footer-nav">
|
||||
|
||||
|
||||
<a class="sidebar-nav-item" href="/about" title="">about</a>
|
||||
|
||||
<a class="sidebar-nav-item" href="/dir1/" title="Dir1s">Dir1s</a>
|
||||
|
||||
<a class="sidebar-nav-item" href="/" title="">home</a>
|
||||
|
||||
<a class="sidebar-nav-item active" href="/posts/" title="Posts">Posts</a>
|
||||
|
||||
</nav>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
50
public/posts/example/index.html
Normal file
50
public/posts/example/index.html
Normal file
|
@ -0,0 +1,50 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Example</title>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/scss/main.css">
|
||||
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
|
||||
</head>
|
||||
<body><div id="content">
|
||||
<section id="main">
|
||||
<h1 id="title">Single Page Example</h1>
|
||||
<div>
|
||||
<article id="content">
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</section>
|
||||
<aside id="meta">
|
||||
<div>
|
||||
<section>
|
||||
</section>
|
||||
|
||||
|
||||
</div>
|
||||
<div>
|
||||
|
||||
|
||||
<a class="next" href="http://example.org/posts/aeiuo/">next: Aeiuo</a>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div><footer>
|
||||
<nav id="footer-nav">
|
||||
|
||||
|
||||
<a class="sidebar-nav-item" href="/about" title="">about</a>
|
||||
|
||||
<a class="sidebar-nav-item" href="/dir1/" title="Dir1s">Dir1s</a>
|
||||
|
||||
<a class="sidebar-nav-item" href="/" title="">home</a>
|
||||
|
||||
<a class="sidebar-nav-item active" href="/posts/" title="Posts">Posts</a>
|
||||
|
||||
</nav>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
49
public/posts/index.html
Normal file
49
public/posts/index.html
Normal file
|
@ -0,0 +1,49 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Posts</title>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/scss/main.css">
|
||||
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
|
||||
</head>
|
||||
<body><div id="content">
|
||||
<main>
|
||||
<article>
|
||||
<header>
|
||||
<h1>List - Posts</h1>
|
||||
</header>
|
||||
|
||||
|
||||
</article>
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="http://example.org/posts/aeiuo/">2022-04-09 | Aeiuo</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="http://example.org/posts/example/">2022-04-09 | Example</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</main>
|
||||
|
||||
</div><footer>
|
||||
<nav id="footer-nav">
|
||||
|
||||
|
||||
<a class="sidebar-nav-item" href="/about" title="">about</a>
|
||||
|
||||
<a class="sidebar-nav-item" href="/dir1/" title="Dir1s">Dir1s</a>
|
||||
|
||||
<a class="sidebar-nav-item" href="/" title="">home</a>
|
||||
|
||||
<a class="sidebar-nav-item active" href="/posts/" title="Posts">Posts</a>
|
||||
|
||||
</nav>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
29
public/posts/index.xml
Normal file
29
public/posts/index.xml
Normal file
|
@ -0,0 +1,29 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Posts on batsite</title>
|
||||
<link>http://example.org/posts/</link>
|
||||
<description>Recent content in Posts on batsite</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 09 Apr 2022 14:12:18 +0200</lastBuildDate><atom:link href="http://example.org/posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Aeiuo</title>
|
||||
<link>http://example.org/posts/aeiuo/</link>
|
||||
<pubDate>Sat, 09 Apr 2022 14:12:18 +0200</pubDate>
|
||||
|
||||
<guid>http://example.org/posts/aeiuo/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Example</title>
|
||||
<link>http://example.org/posts/example/</link>
|
||||
<pubDate>Sat, 09 Apr 2022 13:36:54 +0200</pubDate>
|
||||
|
||||
<guid>http://example.org/posts/example/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
Loading…
Add table
Add a link
Reference in a new issue