Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 266 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 266 Bytes

Powers lafolle.ca

To run local server-

hugo server -D

To introduce a new theme add it as a submodule-

git submodule  add https://github.com/lafolle/archie themes/archie

To publish-

hugo -D
git add public
git commit -m'New blog'
git push