summaryrefslogtreecommitdiff
path: root/readme.md
blob: 933be08041d45f20f32ae8b784a838b8250e48d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.