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.
reinefjord.net-v2/README.md
2018-08-05 18:53:28 +02:00

21 lines
716 B
Markdown

# reinefjord.net
My personal website, version 2.
For building to work,
[PostCSS CLI](https://www.npmjs.com/package/postcss-cli) have to be available
on your `$PATH`, and its plugins
[Autoprefixer](https://www.npmjs.com/package/autoprefixer) and
[postcss-csso](https://www.npmjs.com/package/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
```