diff options
Diffstat (limited to 'public/categories')
-rw-r--r-- | public/categories/index.html | 53 | ||||
-rw-r--r-- | public/categories/index.xml | 10 |
2 files changed, 63 insertions, 0 deletions
diff --git a/public/categories/index.html b/public/categories/index.html new file mode 100644 index 0000000..b9e1a3c --- /dev/null +++ b/public/categories/index.html @@ -0,0 +1,53 @@ + + +<!DOCTYPE html> +<html lang="en"> +<head> + + + +</head> +<body> + <a class="skip-main" href="#main"></a> + <div class="container"> + <header class="common-header"> + + + + </header> + <main id="main" tabindex="-1"> + + <section class="index-content"> + + </section> + <section class="toc"> + <h1 class="post-title"></h1> + + <ol> + + <li> + </section> + + </main> + + + +<footer class="common-footer" id="footer"> + + + + <div class="common-footer-bottom"> + <div class="copyright"> + + <p></p> + </div> + <div> + + </div> + </div> +</footer> + + + </div> +</body> +</html> diff --git a/public/categories/index.xml b/public/categories/index.xml new file mode 100644 index 0000000..b92677a --- /dev/null +++ b/public/categories/index.xml @@ -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 My New Hugo Site</title> + <link>http://example.org/categories/</link> + <description>Recent content in Categories on My New Hugo Site</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> |