My personal website, version 2
This repository has been archived on 2025-03-17. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2019-01-22 22:08:34 +01:00
build First version 2018-08-05 18:53:28 +02:00
src add size parameter to png favicon 2019-01-22 22:08:34 +01:00
.gitignore add gitignore for node files 2018-08-07 17:31:30 +02:00
LICENSE Initial commit 2018-08-05 15:42:01 +02:00
README.md First version 2018-08-05 18:53:28 +02:00
utils fixes and changes. 2019-01-03 18:46:27 +01:00

reinefjord.net

My personal website, version 2.

For building to work, PostCSS CLI have to be available on your $PATH, and its plugins Autoprefixer and postcss-csso must be installed.

The source code is in src/, builds are output to build/.

utils

utils is a very rough tool for building the site. Lots of stuff is hardcoded. If you do changes to the structure of src/, you'll have to change stuff in utils for it to work.

utils build   Build site
utils clean   Clean build directory (completely empties `build/`)
utils serve   Run a development server