From bdd297a51bcb59bbf0b48577626b4d1a45042525 Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 25 May 2021 01:07:20 +0200 Subject: Add readme.md --- readme.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..933be08 --- /dev/null +++ b/readme.md @@ -0,0 +1,17 @@ + +# 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. -- cgit v1.2.3