-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
202 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>© 2024 <a href="https://joys1995.github.io/">Joey Blog</a></p> | ||
</footer> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>© 2024 <a href="https://joys1995.github.io/">Joey Blog</a></p> | ||
</footer> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>© 2024 <a href="https://joys1995.github.io/">Joey Blog</a></p> | ||
</footer> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |