-
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
0 parents
commit c2af122
Showing
14 changed files
with
765 additions
and
0 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,124 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-us"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1"><title>404 Page not found - Zitong Li</title> | ||
<meta property="og:title" content="404 Page not found - Zitong Li"> | ||
<meta property="og:type" content="website"> | ||
|
||
|
||
<meta property="og:image" content=""> | ||
|
||
<meta property="og:url" content="https://example.org/404.html"><meta property="og:description" content=""> | ||
<meta name="Description" property="description" content=""> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="https://example.org/css/style.min.css"> | ||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png"> | ||
<link rel="icon" type="image/svg+xml" href="./favicon.svg"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png"> | ||
<link rel="manifest" href="./site.webmanifest"> | ||
<link href="https://example.org/index.xml" type="application/atom+xml" rel="alternate" title="Sitewide Atom feed" /> | ||
<meta name="theme-color" content="#ffffff"> | ||
|
||
|
||
<script>function updateMode(){localStorage.theme==="dark"||!("theme"in localStorage)&&window.matchMedia("(prefers-color-scheme: dark)").matches?document.documentElement.classList.add("dark"):document.documentElement.classList.remove("dark")}function toggleMode(){localStorage.theme==="dark"?localStorage.theme="light":localStorage.theme="dark",updateMode()}window.onload=updateMode();function toggleMenu(){let e=document.getElementById("navbar-default");e.classList.contains("hidden")?e.classList.remove("hidden"):e.classList.add("hidden")}</script> | ||
|
||
</head> | ||
<body> | ||
<header class="md:px-0 px-2"> | ||
<nav > | ||
<div class="container flex flex-wrap justify-between items-center mx-auto"> | ||
<div class="nav-main my-2.5"> | ||
<a href="https://example.org/" class="nav-title py-2.5 text-2xl | ||
text-zinc-600 dark:text-zinc-300 hover:border-b-0">Zitong Li</a> | ||
</div> | ||
<button type="button" | ||
onclick="toggleMenu()" | ||
class="inline-flex items-center p-2 ml-3 | ||
text-sm text-gray-500 | ||
rounded-lg md:hidden hover:bg-gray-100 | ||
focus:outline-none focus:ring-2 | ||
focus:ring-gray-200 dark:text-gray-400 | ||
dark:hover:bg-gray-700 dark:focus:ring-gray-600" | ||
aria-controls="navbar-default" | ||
aria-expanded="false"> | ||
<span class="sr-only">Open main menu</span> | ||
<svg class="w-6 h-6" aria-hidden="true" fill="currentColor" | ||
viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"> | ||
<path fill-rule="evenodd" d="M3 5a1 1 0 011-1h12a1 1 0 110 2H4a1 1 | ||
0 01-1-1zM3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 | ||
01-1-1zM3 15a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 | ||
01-1-1z" clip-rule="evenodd"></path> | ||
</svg> | ||
</button> | ||
<div class="hidden w-full md:block md:w-auto" id="navbar-default"> | ||
<ul class="grid md:grid-flow-col items-center justify-between text-lg | ||
my-2.5 grid-cols-1 pl-0 text-center"> | ||
|
||
<li class="p-2.5 md:first:pl-0 md:border-none border-b dark:border-zinc-500 list-none"> | ||
<a class="text-zinc-600 dark:text-zinc-300 | ||
hover:border-b-0" href="./about/">About</a> | ||
</li> | ||
|
||
<li class="h-7 pl-2.5 pr-0 list-none"> | ||
<button type="button" onclick="toggleMode()" class="h-full" aria-label="Toggle between dark and light mode"> | ||
<img class="h-7 w-7 max-h-full mb-1.5 p-1.5 hidden dark:inline" | ||
id="ligh-mode-button-img" | ||
alt="A sun icon for switching to light mode" | ||
src="https://example.org/img/light_mode.svg"> | ||
<img class="h-7 w-7 max-h-full mb-1.5 p-1.5 inline dark:hidden" | ||
id="dark-mode-button-img" | ||
alt="A moon icon for switching to dark mode" | ||
src="https://example.org/img/dark_mode.svg"> | ||
</button> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
|
||
</header> | ||
<main class="content h-card container mt-2 m-auto | ||
leading-loose md:px-0 px-2 z-0" | ||
role="main"> | ||
|
||
<div> | ||
<h1 class="error-page-title">404</h1> | ||
</div> | ||
<div class="error-page-content"> | ||
Page not found. | ||
<div> | ||
<a href="https://example.org/"><b>Homepage</b></a> | ||
</div> | ||
</div> | ||
|
||
</main> | ||
<footer class="footer container h-10 text-center mt-1"> | ||
<hr class="my-4"> | ||
<ul class="pl-0 mt-1"> | ||
|
||
<li class="ml-2 first:before:content-none before:content-['•'] | ||
inline-block list-none"> | ||
<a class="ml-2 text-neutral-800 | ||
dark:text-neutral-400 border-none" | ||
href="https://github.com/hugcis/hugo-astatine-theme">Code</a> | ||
</li> | ||
<li class="ml-2 first:before:content-none before:content-['•'] | ||
text-neutral-800 dark:text-neutral-400 inline-block list-none"> | ||
<span class="ml-2">© 2023</span> | ||
</li> | ||
</ul> | ||
</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 |
---|---|---|
@@ -0,0 +1,120 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-us"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1"><title>Categories - Zitong Li</title> | ||
<meta property="og:title" content="Categories - Zitong Li"> | ||
<meta property="og:type" content="website"> | ||
|
||
|
||
<meta property="og:image" content=""> | ||
|
||
<meta property="og:url" content="https://example.org/categories/"><meta property="og:description" content=""> | ||
<meta name="Description" property="description" content=""> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="https://example.org/css/style.min.css"> | ||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png"> | ||
<link rel="icon" type="image/svg+xml" href="../favicon.svg"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="../favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png"> | ||
<link rel="manifest" href="../site.webmanifest"> | ||
<link href="https://example.org/index.xml" type="application/atom+xml" rel="alternate" title="Sitewide Atom feed" /> | ||
<meta name="theme-color" content="#ffffff"> | ||
|
||
|
||
<script>function updateMode(){localStorage.theme==="dark"||!("theme"in localStorage)&&window.matchMedia("(prefers-color-scheme: dark)").matches?document.documentElement.classList.add("dark"):document.documentElement.classList.remove("dark")}function toggleMode(){localStorage.theme==="dark"?localStorage.theme="light":localStorage.theme="dark",updateMode()}window.onload=updateMode();function toggleMenu(){let e=document.getElementById("navbar-default");e.classList.contains("hidden")?e.classList.remove("hidden"):e.classList.add("hidden")}</script> | ||
|
||
</head> | ||
<body> | ||
<header class="md:px-0 px-2"> | ||
<nav > | ||
<div class="container flex flex-wrap justify-between items-center mx-auto"> | ||
<div class="nav-main my-2.5"> | ||
<a href="https://example.org/" class="nav-title py-2.5 text-2xl | ||
text-zinc-600 dark:text-zinc-300 hover:border-b-0">Zitong Li</a> | ||
</div> | ||
<button type="button" | ||
onclick="toggleMenu()" | ||
class="inline-flex items-center p-2 ml-3 | ||
text-sm text-gray-500 | ||
rounded-lg md:hidden hover:bg-gray-100 | ||
focus:outline-none focus:ring-2 | ||
focus:ring-gray-200 dark:text-gray-400 | ||
dark:hover:bg-gray-700 dark:focus:ring-gray-600" | ||
aria-controls="navbar-default" | ||
aria-expanded="false"> | ||
<span class="sr-only">Open main menu</span> | ||
<svg class="w-6 h-6" aria-hidden="true" fill="currentColor" | ||
viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"> | ||
<path fill-rule="evenodd" d="M3 5a1 1 0 011-1h12a1 1 0 110 2H4a1 1 | ||
0 01-1-1zM3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 | ||
01-1-1zM3 15a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 | ||
01-1-1z" clip-rule="evenodd"></path> | ||
</svg> | ||
</button> | ||
<div class="hidden w-full md:block md:w-auto" id="navbar-default"> | ||
<ul class="grid md:grid-flow-col items-center justify-between text-lg | ||
my-2.5 grid-cols-1 pl-0 text-center"> | ||
|
||
<li class="p-2.5 md:first:pl-0 md:border-none border-b dark:border-zinc-500 list-none"> | ||
<a class="text-zinc-600 dark:text-zinc-300 | ||
hover:border-b-0" href="../about/">About</a> | ||
</li> | ||
|
||
<li class="h-7 pl-2.5 pr-0 list-none"> | ||
<button type="button" onclick="toggleMode()" class="h-full" aria-label="Toggle between dark and light mode"> | ||
<img class="h-7 w-7 max-h-full mb-1.5 p-1.5 hidden dark:inline" | ||
id="ligh-mode-button-img" | ||
alt="A sun icon for switching to light mode" | ||
src="https://example.org/img/light_mode.svg"> | ||
<img class="h-7 w-7 max-h-full mb-1.5 p-1.5 inline dark:hidden" | ||
id="dark-mode-button-img" | ||
alt="A moon icon for switching to dark mode" | ||
src="https://example.org/img/dark_mode.svg"> | ||
</button> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
|
||
</header> | ||
<main class="content h-card container mt-2 m-auto | ||
leading-loose md:px-0 px-2 z-0" | ||
role="main"> | ||
|
||
<div class="category"> | ||
<h2 class="category-title">Categories</h2> | ||
|
||
|
||
</div> | ||
|
||
</main> | ||
<footer class="footer container h-10 text-center mt-1"> | ||
<hr class="my-4"> | ||
<ul class="pl-0 mt-1"> | ||
|
||
<li class="ml-2 first:before:content-none before:content-['•'] | ||
inline-block list-none"> | ||
<a class="ml-2 text-neutral-800 | ||
dark:text-neutral-400 border-none" | ||
href="https://github.com/hugcis/hugo-astatine-theme">Code</a> | ||
</li> | ||
<li class="ml-2 first:before:content-none before:content-['•'] | ||
text-neutral-800 dark:text-neutral-400 inline-block list-none"> | ||
<span class="ml-2">© 2023</span> | ||
</li> | ||
</ul> | ||
</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 |
---|---|---|
@@ -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 Zitong Li</title> | ||
<link>https://example.org/categories/</link> | ||
<description>Recent content in Categories on Zitong Li</description> | ||
<generator>Hugo -- gohugo.io</generator> | ||
<language>en-us</language><atom:link href="https://example.org/categories/index.xml" rel="self" type="application/rss+xml" /> | ||
</channel> | ||
</rss> |
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.