Skip to content

Commit

Permalink
Deploy Hugo site
Browse files Browse the repository at this point in the history
  • Loading branch information
tlkahn committed Feb 7, 2025
1 parent b801da1 commit 74f1491
Show file tree
Hide file tree
Showing 236 changed files with 97,655 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
53 changes: 53 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
<meta name="color-scheme" content="light dark"><meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://tlkahn.github.io/404.html" />
<title>404 Page not found | Yong Guo</title>
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/favicon.png" >
<link rel="canonical" href="https://tlkahn.github.io/404.html">
<link rel="stylesheet" href="/book.min.33a48f5432973b8ff9a82679d9e45d67f2c15d4399bd2829269455cfe390b5e8.css" integrity="sha256-M6SPVDKXO4/5qCZ52eRdZ/LBXUOZvSgpJpRVz&#43;OQteg=" crossorigin="anonymous">
<script defer src="/flexsearch.min.js"></script>
<script defer src="/en.search.min.d1bdff2fe1d8cb285e119eb29ba66f93656482d9c40d4e016913bdd77281f297.js" integrity="sha256-0b3/L&#43;HYyyheEZ6ym6Zvk2VkgtnEDU4BaRO913KB8pc=" crossorigin="anonymous"></script>
<!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->


<style>
.not-found {
text-align: center;
}
.not-found h1 {
margin: .25em 0 0 0;
opacity: .25;
font-size: 40vmin;
}
</style>
</head>

<body>
<main class="flex justify-center not-found">
<div>
<h1>404</h1>
<h2>Page Not Found</h2>
<h3>
<a href="/">Yong Guo</a>
</h3>
</div>
</main>


</body>

</html>
2 changes: 2 additions & 0 deletions _index.aux
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
\relax
\gdef \@abspage@last{1}
13 changes: 13 additions & 0 deletions _index.fdb_latexmk
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Fdb version 4
["pdflatex"] 1729841958.69461 "/Users/toeinriver/Projects/math-in-ai/content/_index.md" "_index.pdf" "_index" 1729841958.82881 2
"/Users/toeinriver/Projects/math-in-ai/content/_index.md" 1729841958.12681 295 0ceb958039298ed26e7608b955888142 ""
"/usr/local/texlive/2021/texmf-dist/web2c/texmf.cnf" 1727217670 42021 a58d36c7ede3d2fc9f93da62d691ddff ""
"/usr/local/texlive/2021/texmf-var/web2c/pdftex/pdflatex.fmt" 1728746743 3325974 e17da99b1b0b1ae8d2dd4b2bf9255cc4 ""
"/usr/local/texlive/2021/texmf.cnf" 1616695596 577 4c1911a7228e554c6032256d3cf5567d ""
"_index.aux" 1729841958.69415 32 3985256e7290058c681f74d7a3565a19 "pdflatex"
"_index.md" 1729841958.12681 295 0ceb958039298ed26e7608b955888142 ""
(generated)
"_index.aux"
"_index.log"
"_index.pdf"
(rewritten before read)
6 changes: 6 additions & 0 deletions _index.fls
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
PWD /Users/toeinriver/Projects/math-in-ai/content
INPUT /usr/local/texlive/2021/texmf.cnf
INPUT /usr/local/texlive/2021/texmf-dist/web2c/texmf.cnf
INPUT /usr/local/texlive/2021/texmf-var/web2c/pdftex/pdflatex.fmt
INPUT /Users/toeinriver/Projects/math-in-ai/content/_index.md
OUTPUT _index.log
Loading

0 comments on commit 74f1491

Please sign in to comment.