My onw website's source code / https://ache.one
| anti-articles | ||
| anti-notes | ||
| articles | ||
| notes | ||
| res | ||
| src | ||
| .gitignore | ||
| 404.html | ||
| favicon.ico | ||
| favicon.svg | ||
| Makefile | ||
| package.json | ||
| readme.md | ||
| robots.txt | ||
| svgo.config.js | ||
Ache's personal website
This is just my personal website.
It uses :
remarkjsto convert articles written in md to HTML. (use npm)sasscto compile SCSS to CSSpupa Go tool to manipulate HTML using CSS selectors. To create abstract of articles.htmlminto statically minify final HTML pagesm4a macro processor to literally build the HTML pages. 😉svgoto minify SVG files.svgo --disable=cleanupIDs,removeHiddenElems -i computer.svg -o computer.min.svg- Little optional JS to create a Zen-mode.
terserto minify optional JS.