summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2021-05-25 01:07:20 +0200
committerache <ache@ache.one>2021-05-25 01:07:20 +0200
commitbdd297a51bcb59bbf0b48577626b4d1a45042525 (patch)
tree45c2270efbc75fe01c9d016bf04f6f7977694cdb
parentBlack mode (diff)
Add readme.md
-rw-r--r--readme.md17
1 files changed, 17 insertions, 0 deletions
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.