Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 280 Bytes

File metadata and controls

20 lines (12 loc) · 280 Bytes

Maker @ Redgick

Load and update plugins submodule:

git submodule init
git submodule update --recursive
git submodule status

To build the blog, just run:

make html

and to publish it:

make publish

Publish to gh-pages:

make github