You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
archetypes | 5 years ago | |
content | 5 years ago | |
data | 5 years ago | |
static | 5 years ago | |
themes/reveal-hugo | 5 years ago | |
.gitignore | 5 years ago | |
.gitlab-ci.yml | 5 years ago | |
.gitmodules | 5 years ago | |
README.md | 5 years ago | |
config.toml | 5 years ago | |
netlify.toml | 5 years ago |
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 ..