Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Weijie authored and Weijie committed Jul 8, 2024
1 parent 47fa696 commit af1647e
Show file tree
Hide file tree
Showing 24 changed files with 776 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ baseURL = 'https://eschen99.github.io/'
languageCode = 'en-us'
title = 'My website'
theme = 'typo'
publishDir = "docs"

[taxonomies]
tag = 'tags'
Expand Down Expand Up @@ -77,4 +78,3 @@ category = "General"
categoryid = "categoryId"
mapping = "pathname"
theme = "preferred_color_scheme"
publishDir = "docs"
147 changes: 147 additions & 0 deletions docs/404.html
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>
Binary file added docs/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added docs/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/favicon.ico
Binary file not shown.
Binary file added docs/fonts/Literata/Literata-Light.woff2
Binary file not shown.
Binary file added docs/fonts/Literata/Literata-LightItalic.woff2
Binary file not shown.
Binary file added docs/fonts/Literata/Literata-SemiBold.woff2
Binary file not shown.
Binary file not shown.
Binary file added docs/fonts/Monaspace/MonaspaceArgon-Regular.woff
Binary file not shown.
Binary file added docs/fonts/Monaspace/MonaspaceArgon-SemiBold.woff
Binary file not shown.
167 changes: 167 additions & 0 deletions docs/g-xxxxxxxxx/index.html
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>
11 changes: 11 additions & 0 deletions docs/g-xxxxxxxxx/index.xml
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>
10 changes: 10 additions & 0 deletions docs/g-xxxxxxxxx/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://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>
Loading

0 comments on commit af1647e

Please sign in to comment.