added hugo files
This commit is contained in:
15
public/cpp/basics/index.html
Normal file
15
public/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>
|
||||
<p>This is the basics</p>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
15
public/cpp/functions/index.html
Normal file
15
public/cpp/functions/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>
|
||||
<p>This is all about functions</p>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
26
public/cpp/index.xml
Normal file
26
public/cpp/index.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Cpps on My New Hugo Site</title>
|
||||
<link>http://localhost:1313/cpp/</link>
|
||||
<description>Recent content in Cpps on My New Hugo Site</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 27 Feb 2026 22:23:00 -0600</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/cpp/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Functions</title>
|
||||
<link>http://localhost:1313/cpp/functions/</link>
|
||||
<pubDate>Fri, 27 Feb 2026 22:23:00 -0600</pubDate>
|
||||
<guid>http://localhost:1313/cpp/functions/</guid>
|
||||
<description><p>This is all about functions</p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Basics</title>
|
||||
<link>http://localhost:1313/cpp/basics/</link>
|
||||
<pubDate>Fri, 27 Feb 2026 22:22:10 -0600</pubDate>
|
||||
<guid>http://localhost:1313/cpp/basics/</guid>
|
||||
<description><p>This is the basics</p></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
15
public/cpp/test/index.html
Normal file
15
public/cpp/test/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>
|
||||
Reference in New Issue
Block a user