1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-21 16:02:08 +02:00

blog prep

This commit is contained in:
Pomax
2020-08-29 13:32:02 -07:00
parent f4eafa288a
commit 2e66f90a69
2 changed files with 16 additions and 7 deletions

16
blog/2020-08-28.md Normal file
View File

@@ -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 <img>
- extract custom elements
- ammend HTML markup
- generate offline image
- compile markdown into a single HTML file using normal HTML templating
- localization

View File

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