added hugo files
This commit is contained in:
15
public/notes/cpp/basics/index.html
Normal file
15
public/notes/cpp/basics/index.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&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>
|
||||
24
public/notes/first/index.html
Normal file
24
public/notes/first/index.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&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
11
public/notes/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>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>
|
||||
Reference in New Issue
Block a user