Skip to content

Commit

Permalink
1430
Browse files Browse the repository at this point in the history
  • Loading branch information
joys1995 committed Jun 18, 2024
1 parent 78b1770 commit 355785b
Show file tree
Hide file tree
Showing 11 changed files with 202 additions and 15 deletions.
54 changes: 54 additions & 0 deletions categories/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Categories</title>


<link rel="stylesheet" href="/css/style.css">
<link rel="alternate" type="application/rss+xml" href="/categories/index.xml" title="Joey Blog">
</head>
<body>
<header>
<a href="https://joys1995.github.io/">Joey Blog</a>

</header>


<main>

<div>
<h1>Categories</h1>

</div>



<div>

1 of 0

</div>

</main>
<aside>
<div>
<div>
<h3>LATEST POSTS</h3>
</div>
<div>
<ul>

</ul>
</div>
</div>
</aside>


<footer>
<p>&copy; 2024 <a href="https://joys1995.github.io/">Joey Blog</a></p>
</footer>

</body>
</html>
8 changes: 4 additions & 4 deletions categories/index.xml
Original file line number Diff line number Diff line change
@@ -1,10 +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>
<title>Categories on Joey Blog</title>
<link>https://joys1995.github.io/categories/</link>
<description>Recent content in Categories on Joey Blog</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" />
<language>en-us</language><atom:link href="https://joys1995.github.io/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>
10 changes: 10 additions & 0 deletions categories/page/1/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>https://joys1995.github.io/categories/</title>
<link rel="canonical" href="https://joys1995.github.io/categories/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://joys1995.github.io/categories/">
</head>
</html>
Empty file added css/style.css
Empty file.
49 changes: 49 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta name="generator" content="Hugo 0.111.3">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Joey Blog</title>


<link rel="stylesheet" href="/css/style.css">
<link rel="alternate" type="application/rss+xml" href="/index.xml" title="Joey Blog">
</head>
<body>
<header>
<a href="https://joys1995.github.io/">Joey Blog</a>

</header>


<main>


<div>

1 of 0

</div>

</main>
<aside>
<div>
<div>
<h3>LATEST POSTS</h3>
</div>
<div>
<ul>

</ul>
</div>
</div>
</aside>


<footer>
<p>&copy; 2024 <a href="https://joys1995.github.io/">Joey Blog</a></p>
</footer>

</body>
</html>
8 changes: 4 additions & 4 deletions index.xml
Original file line number Diff line number Diff line change
@@ -1,10 +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>My New Hugo Site</title>
<link>http://example.org/</link>
<description>Recent content on My New Hugo Site</description>
<title>Joey Blog</title>
<link>https://joys1995.github.io/</link>
<description>Recent content on Joey Blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language><atom:link href="http://example.org/index.xml" rel="self" type="application/rss+xml" />
<language>en-us</language><atom:link href="https://joys1995.github.io/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>
10 changes: 10 additions & 0 deletions page/1/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>https://joys1995.github.io/</title>
<link rel="canonical" href="https://joys1995.github.io/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://joys1995.github.io/">
</head>
</html>
6 changes: 3 additions & 3 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>http://example.org/categories/</loc>
<loc>https://joys1995.github.io/categories/</loc>
</url><url>
<loc>http://example.org/</loc>
<loc>https://joys1995.github.io/</loc>
</url><url>
<loc>http://example.org/tags/</loc>
<loc>https://joys1995.github.io/tags/</loc>
</url>
</urlset>
54 changes: 54 additions & 0 deletions tags/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Tags</title>


<link rel="stylesheet" href="/css/style.css">
<link rel="alternate" type="application/rss+xml" href="/tags/index.xml" title="Joey Blog">
</head>
<body>
<header>
<a href="https://joys1995.github.io/">Joey Blog</a>

</header>


<main>

<div>
<h1>Tags</h1>

</div>



<div>

1 of 0

</div>

</main>
<aside>
<div>
<div>
<h3>LATEST POSTS</h3>
</div>
<div>
<ul>

</ul>
</div>
</div>
</aside>


<footer>
<p>&copy; 2024 <a href="https://joys1995.github.io/">Joey Blog</a></p>
</footer>

</body>
</html>
8 changes: 4 additions & 4 deletions tags/index.xml
Original file line number Diff line number Diff line change
@@ -1,10 +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>Tags on My New Hugo Site</title>
<link>http://example.org/tags/</link>
<description>Recent content in Tags on My New Hugo Site</description>
<title>Tags on Joey Blog</title>
<link>https://joys1995.github.io/tags/</link>
<description>Recent content in Tags on Joey Blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language><atom:link href="http://example.org/tags/index.xml" rel="self" type="application/rss+xml" />
<language>en-us</language><atom:link href="https://joys1995.github.io/tags/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>
10 changes: 10 additions & 0 deletions tags/page/1/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>https://joys1995.github.io/tags/</title>
<link rel="canonical" href="https://joys1995.github.io/tags/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://joys1995.github.io/tags/">
</head>
</html>

0 comments on commit 355785b

Please sign in to comment.