## blog This is a collection of node scripts to build my blog - https://blog.fuwn.me ### building ``` $ npm install $ npm run build ``` You can also run `npm run watch` to auto-build on relevant file changes. ### editing I shipped an editor for some reason. You can access it with: ``` $ npm run editor ```