Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 385 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 385 Bytes

Presentations:

2018:

Create a presentation

Run: hugo server -D

Create a new presentation content/<NAME>/_index.md

Browser: http://localhost:1313/presentations/

Update

hugo
cd public
git add --all
git commit -m "Publishing to gh-pages"
git push origin gh-pages
cd ..