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
41
public/categories/index.html
Normal file
41
public/categories/index.html
Normal file
|
@ -0,0 +1,41 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Categories</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 - Categories</h1>
|
||||
</header>
|
||||
|
||||
|
||||
</article>
|
||||
<ul>
|
||||
|
||||
|
||||
</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" href="/posts/" title="Posts">Posts</a>
|
||||
|
||||
</nav>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
10
public/categories/index.xml
Normal file
10
public/categories/index.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Categories on batsite</title>
|
||||
<link>http://example.org/categories/</link>
|
||||
<description>Recent content in Categories on batsite</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language><atom:link href="http://example.org/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
Loading…
Add table
Add a link
Reference in a new issue