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