diff options
Diffstat (limited to 'exampleSite/public/categories')
| -rw-r--r-- | exampleSite/public/categories/atom.xml | 11 | ||||
| -rw-r--r-- | exampleSite/public/categories/index.html | 40 | ||||
| -rw-r--r-- | exampleSite/public/categories/index.xml | 11 | ||||
| -rw-r--r-- | exampleSite/public/categories/page/1/index.html | 10 |
4 files changed, 72 insertions, 0 deletions
diff --git a/exampleSite/public/categories/atom.xml b/exampleSite/public/categories/atom.xml new file mode 100644 index 0000000..ca665ad --- /dev/null +++ b/exampleSite/public/categories/atom.xml @@ -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>Categories on My New Hugo Site</title> + <link>http://localhost:1313/categories/</link> + <description>Recent content in Categories on My New Hugo Site</description> + <generator>Hugo</generator> + <language>en-us</language> + <atom:link href="http://localhost:1313/categories/atom.xml" rel="self" type="application/rss+xml" /> + </channel> +</rss> diff --git a/exampleSite/public/categories/index.html b/exampleSite/public/categories/index.html new file mode 100644 index 0000000..e5e1d8e --- /dev/null +++ b/exampleSite/public/categories/index.html @@ -0,0 +1,40 @@ +<!doctype html> +<html + lang="en-us" + dir="ltr" +> + <head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> +<meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>Categories | My New Hugo Site</title> <link rel="stylesheet" href="/css/main.css"> <script src="/js/main.js"></script> + </head> + <body> + <main> + <header> + <h1 class="title">My New Hugo Site</h1> +<p class="subtitle">yingyu5658的数字花园</p> +<script> +</script> + + + </header> + + + + + + + + + <footer> + <p>-----------------------------------</p> + +<p>This is footer</p> + +<img src="/notbyai.png" class="not-by-ai" /> <br> + + </footer> + + +</main> + </body> +</html> + diff --git a/exampleSite/public/categories/index.xml b/exampleSite/public/categories/index.xml new file mode 100644 index 0000000..216aed4 --- /dev/null +++ b/exampleSite/public/categories/index.xml @@ -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>Categories on My New Hugo Site</title> + <link>http://localhost:1313/categories/</link> + <description>Recent content in Categories on My New Hugo Site</description> + <generator>Hugo</generator> + <language>en-us</language> + <atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" /> + </channel> +</rss> diff --git a/exampleSite/public/categories/page/1/index.html b/exampleSite/public/categories/page/1/index.html new file mode 100644 index 0000000..83884ac --- /dev/null +++ b/exampleSite/public/categories/page/1/index.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html lang="en-us"> + <head> + <title>http://localhost:1313/categories/</title> + <link rel="canonical" href="http://localhost:1313/categories/"> + <meta name="robots" content="noindex"> + <meta charset="utf-8"> + <meta http-equiv="refresh" content="0; url=http://localhost:1313/categories/"> + </head> +</html> |
