This is a collection of node scripts to build my blog - https://thatjdanisso.cool
$ npm install
$ npm run build
You can also run npm run watch
to auto-build on relevant file changes.
I shipped an editor for some reason. You can access it with:
$ npm run editor
I'm also working on a new editor using Trix
with npm run trix-editor
.
I typically write with my editor, watcher, and server running simultaneously. You can do this with
$ npm run suite
I like Medium's editor a lot (way better than my own) so I built an importer
$ npm run import
The contents of this blog (articles, code snippets) are licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. The code powering the blog itself is MIT licensed, see LICENSE.txt for details.