Custom theme for our tech blog based on WriteFreely. Using Mustache, Rollup and its plugins we can import any external JS library and style, write custom styles using Sass, get a minified theme and more..
npm i
npm run build
The final theme will be available in dist/output.html. To try the final
rendering put its content inside Custom CSS section.
The same build steps can be done using docker
$ docker run -v $(pwd):/usr/src/app -w /usr/src/app node:14 npm i
$ docker run -v $(pwd):/usr/src/app -w /usr/src/app node:14 npm run build