Skip to content

Commit 47dd2dd

Browse files
committed
added qqn, updated penta lab, various site polish
1 parent b2c5710 commit 47dd2dd

116 files changed

Lines changed: 37225 additions & 4823 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1470 additions & 0 deletions
Large diffs are not rendered by default.

deploy.sh

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
aws s3 cp --recursive ./ s3://math.cognotik.com/ \
3+
--exclude "node_modules/*" \
4+
--exclude "test/*" \
5+
--exclude "public/*" \
6+
--exclude "docs/*" \
7+
--exclude "scripts/*" \
8+
--exclude "package.json" \
9+
--exclude "package-lock.json" \
10+
--exclude "tsconfig.json" \
11+
--exclude "webpack.config.js" \
12+
--exclude ".git/*" \
13+
--exclude "android-twa/*" \
14+
--exclude "terraform/*" \
15+
--exclude "demo/*" \
16+
--exclude ".*/*" \
17+
--exclude "*.sh" \
18+
--exclude "LICENSE"
19+
20+
aws cloudfront create-invalidation \
21+
--distribution-id E2V4URD2KDRZ6N \
22+
--paths "/*"

essays/NAM/index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2327,12 +2327,15 @@
23272327
============================================================ -->
23282328
<header class="site-header">
23292329
<div class="header-inner">
2330-
<div class="header-brand">
2330+
<a class="header-brand" href="../../index.html">
23312331
<span class="header-logo-icon" aria-hidden="true"></span>
23322332
<span class="header-brand-name">Generator Numerics</span>
2333-
</div>
2333+
</a>
23342334
<nav class="header-nav" aria-label="Primary navigation">
23352335
<ul class="header-nav-list">
2336+
<li class="header-nav-item">
2337+
<a href="../../index.html" class="header-nav-link">← Home</a>
2338+
</li>
23362339
<li class="header-nav-item">
23372340
<a href="#core-inversion" class="header-nav-link">Core Idea</a>
23382341
</li>
@@ -5203,4 +5206,4 @@ <h3 class="footer-col-title">Key Concepts</h3>
52035206
})();
52045207
</script>
52055208
</body>
5206-
</html>
5209+
</html>

0 commit comments

Comments
 (0)