Hello! This is the code that runs lturner.net.
npm run build
docker-compose up -d
npm run watch
Put markdown files in /source/blog
. Those get turned into blog posts. The
site will be built into the dist
folder. Any asset or image gets copied into
that folder as well. (JS and SASS will be transformed).