-
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
Weijie
authored and
Weijie
committed
Jul 8, 2024
1 parent
47fa696
commit af1647e
Showing
24 changed files
with
776 additions
and
1 deletion.
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
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,147 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-us" | ||
dir="ltr"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width"><meta name="description" content="" /> | ||
|
||
<title> | ||
|
||
404 Page not found | My website | ||
|
||
</title> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="/assets/combined.min.a6824bbee0d90d5af09fed9b70395ce7076b615e315037455d903314e96ef91b.css" media="all"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</head> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<body class="auto"> | ||
|
||
<div class="content"> | ||
<header> | ||
|
||
|
||
<div class="header"> | ||
|
||
|
||
|
||
<h1 class="header-title">My website</h1> | ||
|
||
<div class="flex"> | ||
|
||
|
||
|
||
|
||
<p class="small "> | ||
<a href="/"> | ||
/home | ||
</a> | ||
</p> | ||
|
||
<p class="small "> | ||
<a href="/posts"> | ||
/posts | ||
</a> | ||
</p> | ||
|
||
<p class="small "> | ||
<a href="/about"> | ||
/about | ||
</a> | ||
</p> | ||
|
||
|
||
</div> | ||
|
||
|
||
|
||
</div> | ||
</header> | ||
|
||
<main class="main"> | ||
|
||
|
||
<div class="not-found"> | ||
|
||
<div> | ||
<h1> typo? </h1> | ||
<p> Click <a href="/"> here </a> to return to home </p> | ||
</div> | ||
|
||
</div> | ||
|
||
|
||
</main> | ||
</div> | ||
|
||
<footer> | ||
<p>Powered by | ||
<a href="https://gohugo.io/">Hugo</a> | ||
and | ||
<a href="https://github.com/tomfran/typo">tomfran/typo</a> | ||
</p> | ||
|
||
|
||
</footer> | ||
|
||
</body> | ||
|
||
<script> | ||
|
||
function isAuto() { | ||
return document.body.classList.contains("auto"); | ||
} | ||
|
||
function setTheme() { | ||
if (!isAuto()) { | ||
return | ||
} | ||
|
||
document.body.classList.remove("auto"); | ||
let cls = "light"; | ||
if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) { | ||
cls = "dark"; | ||
} | ||
|
||
document.body.classList.add(cls); | ||
} | ||
|
||
function invertBody() { | ||
document.body.classList.toggle("dark"); | ||
document.body.classList.toggle("light"); | ||
} | ||
|
||
if (isAuto()) { | ||
window.matchMedia('(prefers-color-scheme: dark)').addListener(invertBody); | ||
} | ||
|
||
setTheme(); | ||
|
||
</script> | ||
|
||
</html> |
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.
1 change: 1 addition & 0 deletions
1
.../assets/combined.min.a6824bbee0d90d5af09fed9b70395ce7076b615e315037455d903314e96ef91b.css
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,167 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-us" | ||
dir="ltr"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width"><meta name="description" content="" /> | ||
|
||
<title> | ||
|
||
G Xxxxxxxxx | My website | ||
|
||
</title> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="/assets/combined.min.a6824bbee0d90d5af09fed9b70395ce7076b615e315037455d903314e96ef91b.css" media="all"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</head> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<body class="auto"> | ||
|
||
<div class="content"> | ||
<header> | ||
|
||
|
||
<div class="header"> | ||
|
||
|
||
|
||
<h1 class="header-title">My website</h1> | ||
|
||
<div class="flex"> | ||
|
||
|
||
|
||
|
||
<p class="small "> | ||
<a href="/"> | ||
/home | ||
</a> | ||
</p> | ||
|
||
<p class="small "> | ||
<a href="/posts"> | ||
/posts | ||
</a> | ||
</p> | ||
|
||
<p class="small "> | ||
<a href="/about"> | ||
/about | ||
</a> | ||
</p> | ||
|
||
|
||
</div> | ||
|
||
|
||
|
||
</div> | ||
</header> | ||
|
||
<main class="main"> | ||
|
||
|
||
<div class="list-container"> | ||
|
||
|
||
<div class="breadcrumbs"> | ||
|
||
<a href="/">Home</a> | ||
<span class="breadcrumbs-separator"> > </span> | ||
|
||
<a class="breadcrumbs-current" href="/g-xxxxxxxxx/">G Xxxxxxxxx</a> | ||
</div> | ||
|
||
|
||
<h1>G Xxxxxxxxx</h1> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div> | ||
|
||
</main> | ||
</div> | ||
|
||
<footer> | ||
<p>Powered by | ||
<a href="https://gohugo.io/">Hugo</a> | ||
and | ||
<a href="https://github.com/tomfran/typo">tomfran/typo</a> | ||
</p> | ||
|
||
|
||
</footer> | ||
|
||
</body> | ||
|
||
<script> | ||
|
||
function isAuto() { | ||
return document.body.classList.contains("auto"); | ||
} | ||
|
||
function setTheme() { | ||
if (!isAuto()) { | ||
return | ||
} | ||
|
||
document.body.classList.remove("auto"); | ||
let cls = "light"; | ||
if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) { | ||
cls = "dark"; | ||
} | ||
|
||
document.body.classList.add(cls); | ||
} | ||
|
||
function invertBody() { | ||
document.body.classList.toggle("dark"); | ||
document.body.classList.toggle("light"); | ||
} | ||
|
||
if (isAuto()) { | ||
window.matchMedia('(prefers-color-scheme: dark)').addListener(invertBody); | ||
} | ||
|
||
setTheme(); | ||
|
||
</script> | ||
|
||
</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,11 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||
<channel> | ||
<title>G Xxxxxxxxx on My website</title> | ||
<link>https://eschen99.github.io/g-xxxxxxxxx/</link> | ||
<description>Recent content in G Xxxxxxxxx on My website</description> | ||
<generator>Hugo</generator> | ||
<language>en-us</language> | ||
<atom:link href="https://eschen99.github.io/g-xxxxxxxxx/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://eschen99.github.io/g-xxxxxxxxx/</title> | ||
<link rel="canonical" href="https://eschen99.github.io/g-xxxxxxxxx/"> | ||
<meta name="robots" content="noindex"> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="refresh" content="0; url=https://eschen99.github.io/g-xxxxxxxxx/"> | ||
</head> | ||
</html> |
Oops, something went wrong.