added hugo files

This commit is contained in:
2026-02-27 22:36:11 -06:00
parent 88956b969d
commit 18e8886c41
24 changed files with 370 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title></title>
</head>
<body>
<nav id="TableOfContents"></nav>
<h1 id="this-is-a-note">This is a Note</h1>
</body>
</html>

View File

@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title></title>
</head>
<body>
<nav id="TableOfContents">
<ul>
<li><a href="#a">a</a></li>
<li><a href="#b">b</a></li>
</ul>
</nav>
<h2 id="a">a</h2>
<p>abc</p>
<h2 id="b">b</h2>
<p>abcde</p>
<p>Hello world</p>
</body>
</html>

11
public/notes/index.xml Normal file
View 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>Notes on My New Hugo Site</title>
<link>http://localhost:1313/notes/</link>
<description>Recent content in Notes on My New Hugo Site</description>
<generator>Hugo</generator>
<language>en-us</language>
<atom:link href="http://localhost:1313/notes/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>