diff --git a/docs/index.html b/docs/index.html index 15ee83d1..4c83cf70 100644 --- a/docs/index.html +++ b/docs/index.html @@ -31,7 +31,7 @@ - + diff --git a/docs/ja-JP/index.html b/docs/ja-JP/index.html index 11f9989c..c356c7aa 100644 --- a/docs/ja-JP/index.html +++ b/docs/ja-JP/index.html @@ -32,7 +32,7 @@ - + diff --git a/docs/news/2020-08-28.html b/docs/news/2020-09-20.html similarity index 95% rename from docs/news/2020-08-28.html rename to docs/news/2020-09-20.html index 8c693969..42fc213c 100644 --- a/docs/news/2020-08-28.html +++ b/docs/news/2020-09-20.html @@ -21,12 +21,12 @@ - + - - + + @@ -78,7 +78,7 @@

Rewriting the tech stack

-
Fri, 28 Aug 2020
+
Sun, 20 Sep 2020
@@ -115,6 +115,7 @@ Real LaTeX code, that gets compiled into optimized SVG using xelatex, pdfcrop, pdf2svg, and svgo. +
  • "Lazy loaded everything", so that you get what you need, only when or even just before you need it.
  • Localized content based on a simple filenaming scheme.
  • Nicely formatted HTML, CSS, and JS thanks to prettier.
  • Responsive CSS, so the content intelligently reflows where possible.
  • diff --git a/docs/news/2020-08-28.md b/docs/news/2020-09-20.md similarity index 96% rename from docs/news/2020-08-28.md rename to docs/news/2020-09-20.md index 47776c2e..4d48c5cb 100644 --- a/docs/news/2020-08-28.md +++ b/docs/news/2020-09-20.md @@ -15,6 +15,7 @@ The new tech stack is, frankly, pretty amazing. It does some thing that weren't - A custom `` element that turns a `src="blah.js"` into an interactive canvas graphic... - ...with that same source code being read in and run by Node.js _on a canvas_ to generate fallback images. - Real LaTeX code, that gets compiled into optimized SVG using `xelatex`, `pdfcrop`, `pdf2svg`, and `svgo`. +- "Lazy loaded everything", so that you get what you need, only when or even just before you need it. - Localized content based on a simple filenaming scheme. - Nicely formatted HTML, CSS, and JS thanks to `prettier`. - Responsive CSS, so the content intelligently reflows where possible. diff --git a/docs/news/2020-09-20-draft.md b/docs/news/2020-09-21-draft.md similarity index 100% rename from docs/news/2020-09-20-draft.md rename to docs/news/2020-09-21-draft.md diff --git a/docs/news/index.html b/docs/news/index.html index 32f94063..f92c78d7 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -93,7 +93,7 @@

    diff --git a/docs/news/rss.xml b/docs/news/rss.xml index 5fcc3c80..c7a3b3e4 100644 --- a/docs/news/rss.xml +++ b/docs/news/rss.xml @@ -16,7 +16,7 @@ Rewriting the tech stack - https://pomax.github.io/bezierinfo/news/2020-08-28.html + https://pomax.github.io/bezierinfo/news/2020-09-20.html <p>Once upon a time, I needed to draw some Bezier curves because I was trying to create a Japanese kanji composition system that turned strokes into outlines, and that required knowing how to offset Bezier curves and... at the time (2011, time flies) there was no good single source of information for Bezier curves on the web. So I made one. Sure it started small, but it turns out that if you just keep adding bits to something, several years later you have quite the monster, and a single HTML file becomes intractible.</p> <p>So, in 2016, when <a href="">React.js</a> exploded onto the scene, I rewrote the primer as a React app, and it became a lot easier to maintain. Like, <em>a lot</em> a lot. However, there was a downside: no JS meant no content. Sure, server-side rendering sort of existed, but not really, and because the Primer is hosted through github, there was no "server" to run. Plus, trying to rehydrate an app the size of the Primer from a giant HTML file had truly <em>dire</em> performance.</p> @@ -30,6 +30,7 @@ <li>A custom <code>&lt;graphics-element&gt;</code> element that turns a <code>src="blah.js"</code> into an interactive canvas graphic...</li> <li>...with that same source code being read in and run by Node.js <em>on a canvas</em> to generate fallback images.</li> <li>Real LaTeX code, that gets compiled into optimized SVG using <code>xelatex</code>, <code>pdfcrop</code>, <code>pdf2svg</code>, and <code>svgo</code>.</li> +<li>"Lazy loaded everything", so that you get what you need, only when or even just before you need it.</li> <li>Localized content based on a simple filenaming scheme.</li> <li>Nicely formatted HTML, CSS, and JS thanks to <code>prettier</code>.</li> <li>Responsive CSS, so the content intelligently reflows where possible.</li> @@ -42,8 +43,8 @@ <p>See you in the next post!</p> <p>— Pomax</p> - 2020-08-28 - 2020-08-28.html + 2020-09-20 + 2020-09-20.html diff --git a/docs/zh-CN/index.html b/docs/zh-CN/index.html index 8fcf012c..e0ad72e0 100644 --- a/docs/zh-CN/index.html +++ b/docs/zh-CN/index.html @@ -32,7 +32,7 @@ - +