# Ache's personal website This is just my personal website. It uses : 1. `remarkjs` to convert articles written in md to HTML. (use npm) 2. `sassc` to compile SCSS to CSS 3. `pup` a Go tool to manipulate HTML using CSS selectors. To create abstract of articles. 4. `htmlmin` to statically minify final HTML pages 5. `m4` a macro processor to literally build the HTML pages. 😉 6. `svgo` to minify SVG files. ``` svgo --disable=cleanupIDs,removeHiddenElems -i computer.svg -o computer.min.svg ``` 7. Little optional JS to create a Zen-mode. 7. `terser` to minify optional JS.