Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
deploy: 2e6350e
Browse files Browse the repository at this point in the history
  • Loading branch information
doomspec committed Oct 10, 2023
0 parents commit a997f0e
Show file tree
Hide file tree
Showing 51 changed files with 749 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
33 changes: 33 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="generator" content="VuePress 2.0.0-beta.67">
<style>
:root {
--c-bg: #fff;
}
html.dark {
--c-bg: #22272e;
}
html, body {
background-color: var(--c-bg);
}
</style>
<script>
const userMode = localStorage.getItem('vuepress-color-scheme');
const systemDarkMode = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches;
if (userMode === 'dark' || (userMode !== 'light' && systemDarkMode)) {
document.documentElement.classList.toggle('dark', true);
}
</script>
<link rel="icon" href="/image/favicon.ico"><title></title><meta name="description" content="">
<link rel="preload" href="/assets/style-f8de3c48.css" as="style"><link rel="stylesheet" href="/assets/style-f8de3c48.css">
<link rel="modulepreload" href="/assets/app-75398fc7.js"><link rel="modulepreload" href="/assets/404.html-3485f7d0.js"><link rel="modulepreload" href="/assets/404.html-60b35caa.js"><link rel="prefetch" href="/assets/index.html-5ba6cdc3.js" as="script"><link rel="prefetch" href="/assets/index.html-5ba6cdc3.js" as="script"><link rel="prefetch" href="/assets/index.html-d95fdf8c.js" as="script"><link rel="prefetch" href="/assets/index.html-e38d5134.js" as="script"><link rel="prefetch" href="/assets/0. TL_DR.html-04cf456a.js" as="script"><link rel="prefetch" href="/assets/1. Indexing is non-trivial.html-de27ef5e.js" as="script"><link rel="prefetch" href="/assets/2. Tree indexing.html-c8f97e3e.js" as="script"><link rel="prefetch" href="/assets/2.1 Method of Loci and sparsity.html-042d72fb.js" as="script"><link rel="prefetch" href="/assets/3. Copernicus and indexing.html-9b0fa442.js" as="script"><link rel="prefetch" href="/assets/4. Continuous and discrete knowledge.html-e31de42f.js" as="script"><link rel="prefetch" href="/assets/4.1 Interface of continuous and discrete.html-20711f93.js" as="script"><link rel="prefetch" href="/assets/4.2 Tyranny of science.html-c043c0d4.js" as="script"><link rel="prefetch" href="/assets/Comments on previous work.html-e69171fc.js" as="script"><link rel="prefetch" href="/assets/index.html-2bf63421.js" as="script"><link rel="prefetch" href="/assets/index.html-56b9252d.js" as="script"><link rel="prefetch" href="/assets/index.html-56b9252d.js" as="script"><link rel="prefetch" href="/assets/index.html-487815e0.js" as="script"><link rel="prefetch" href="/assets/index.html-5374d3c8.js" as="script"><link rel="prefetch" href="/assets/0. TL_DR.html-29b463da.js" as="script"><link rel="prefetch" href="/assets/1. Indexing is non-trivial.html-c2c2b6c3.js" as="script"><link rel="prefetch" href="/assets/2. Tree indexing.html-3ef81c1b.js" as="script"><link rel="prefetch" href="/assets/2.1 Method of Loci and sparsity.html-004732f1.js" as="script"><link rel="prefetch" href="/assets/3. Copernicus and indexing.html-a74d369d.js" as="script"><link rel="prefetch" href="/assets/4. Continuous and discrete knowledge.html-aedec547.js" as="script"><link rel="prefetch" href="/assets/4.1 Interface of continuous and discrete.html-98bab576.js" as="script"><link rel="prefetch" href="/assets/4.2 Tyranny of science.html-7dafcbed.js" as="script"><link rel="prefetch" href="/assets/Comments on previous work.html-92af1631.js" as="script"><link rel="prefetch" href="/assets/index.html-59e966fb.js" as="script">
</head>
<body>
<div id="app"><!--[--><div class="theme-container"><main class="page"><div class="theme-default-content"><h1>404</h1><blockquote>That&#39;s a Four-Oh-Four.</blockquote><a href="/" class="">Take me home</a></div></main></div><!----><!--]--></div>
<script type="module" src="/assets/app-75398fc7.js" defer></script>
</body>
</html>
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
evonote.org
1 change: 1 addition & 0 deletions assets/0. TL_DR.html-04cf456a.js

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

1 change: 1 addition & 0 deletions assets/0. TL_DR.html-29b463da.js

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

5 changes: 5 additions & 0 deletions assets/1. Indexing is non-trivial.html-c2c2b6c3.js

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

1 change: 1 addition & 0 deletions assets/1. Indexing is non-trivial.html-de27ef5e.js

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

1 change: 1 addition & 0 deletions assets/2. Tree indexing.html-3ef81c1b.js

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

1 change: 1 addition & 0 deletions assets/2. Tree indexing.html-c8f97e3e.js

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

Loading

0 comments on commit a997f0e

Please sign in to comment.