Hello there!
This is where I keep the source for my blog, as you can see. It includes articles, images, and code samples, as well as the source files for the site itself (built using gulp).
All the code is licensed under the Apache 2.0 license, and all the articles are licensed under the Creative Commons 4.0 Attribution license.
First, install all the dependencies:
npm i
and run the buildDev
or buildProd
tasks:
gulp buildDev
The deploy
task takes care of building in production mode and pushing to gh-pages
:
gulp deploy