From 2e66f90a698dcec88a19b5875fb94ed62e50be82 Mon Sep 17 00:00:00 2001 From: Pomax Date: Sat, 29 Aug 2020 13:32:02 -0700 Subject: [PATCH] blog prep --- blog/2020-08-28.md | 16 ++++++++++++++++ docs/blog/2020-08-28.md | 7 ------- 2 files changed, 16 insertions(+), 7 deletions(-) create mode 100644 blog/2020-08-28.md delete mode 100644 docs/blog/2020-08-28.md diff --git a/blog/2020-08-28.md b/blog/2020-08-28.md new file mode 100644 index 00000000..323f39bd --- /dev/null +++ b/blog/2020-08-28.md @@ -0,0 +1,16 @@ +# Rewriting the tech stack + +- started in 2011 as simple webpage with some Processing.js +- complete rewrite to React in 2016 +- web's caught up, and there is no reason to keep things React. This content should work even without JS. + + +- markdown + - extract latex + - build using actual xelatex + - replace with + - extract custom elements + - ammend HTML markup + - generate offline image +- compile markdown into a single HTML file using normal HTML templating +- localization diff --git a/docs/blog/2020-08-28.md b/docs/blog/2020-08-28.md deleted file mode 100644 index def2a0ad..00000000 --- a/docs/blog/2020-08-28.md +++ /dev/null @@ -1,7 +0,0 @@ -# Rewriting the tech stack - -- started in 2011 as simple webpage with some Processing.js -- complete rewrite to React in 2016 -- web's caught up, and there is no reason to keep things React. This content should work even without JS. - -