Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 616 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 616 Bytes

sgomes::blog

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.

Building the site

First, install all the dependencies:

npm i

and run the buildDev or buildProd tasks:

gulp buildDev

Deploying

The deploy task takes care of building in production mode and pushing to gh-pages:

gulp deploy