|
|
||
|---|---|---|
| archetypes | ||
| content | ||
| data | ||
| static | ||
| themes/reveal-hugo | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .gitmodules | ||
| README.md | ||
| config.toml | ||
| netlify.toml | ||
README.md
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 ..