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. - -