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
48
public/dir1/b/index.html
Normal file
48
public/dir1/b/index.html
Normal file
|
@ -0,0 +1,48 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>B</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 B</h1>
|
||||
<div>
|
||||
<article id="content">
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</section>
|
||||
<aside id="meta">
|
||||
<div>
|
||||
<section>
|
||||
</section>
|
||||
|
||||
|
||||
</div>
|
||||
<div>
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div><footer>
|
||||
<nav id="footer-nav">
|
||||
|
||||
|
||||
<a class="sidebar-nav-item" href="/about" title="">about</a>
|
||||
|
||||
<a class="sidebar-nav-item active" href="/dir1/" title="Dir1s">Dir1s</a>
|
||||
|
||||
<a class="sidebar-nav-item" href="/" title="">home</a>
|
||||
|
||||
<a class="sidebar-nav-item" href="/posts/" title="Posts">Posts</a>
|
||||
|
||||
</nav>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
45
public/dir1/index.html
Normal file
45
public/dir1/index.html
Normal file
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Dir1s</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 - Dir1s</h1>
|
||||
</header>
|
||||
|
||||
|
||||
</article>
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="http://example.org/dir1/b/">2022-04-09 | B</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 active" href="/dir1/" title="Dir1s">Dir1s</a>
|
||||
|
||||
<a class="sidebar-nav-item" href="/" title="">home</a>
|
||||
|
||||
<a class="sidebar-nav-item" href="/posts/" title="Posts">Posts</a>
|
||||
|
||||
</nav>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
20
public/dir1/index.xml
Normal file
20
public/dir1/index.xml
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Dir1s on batsite</title>
|
||||
<link>http://example.org/dir1/</link>
|
||||
<description>Recent content in Dir1s on batsite</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 09 Apr 2022 14:02:24 +0200</lastBuildDate><atom:link href="http://example.org/dir1/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>B</title>
|
||||
<link>http://example.org/dir1/b/</link>
|
||||
<pubDate>Sat, 09 Apr 2022 14:02:24 +0200</pubDate>
|
||||
|
||||
<guid>http://example.org/dir1/b/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
Loading…
Add table
Add a link
Reference in a new issue