2018:
Run: hugo server -D
Create a new presentation content/<NAME>/_index.md
Browser: http://localhost:1313/presentations/
hugo
cd public
git add --all
git commit -m "Publishing to gh-pages"
git push origin gh-pages
cd ..
| Name | Name | Last commit date | ||
|---|---|---|---|---|
2018:
Run: hugo server -D
Create a new presentation content/<NAME>/_index.md
Browser: http://localhost:1313/presentations/
hugo
cd public
git add --all
git commit -m "Publishing to gh-pages"
git push origin gh-pages
cd ..