Go to file
Martin/Geno 47fe72392f
switch from GITPITCH to reveal.js + hugo
2018-12-07 16:16:10 +01:00
archetypes switch from GITPITCH to reveal.js + hugo 2018-12-07 16:16:10 +01:00
content switch from GITPITCH to reveal.js + hugo 2018-12-07 16:16:10 +01:00
data switch from GITPITCH to reveal.js + hugo 2018-12-07 16:16:10 +01:00
static switch from GITPITCH to reveal.js + hugo 2018-12-07 16:16:10 +01:00
themes/reveal-hugo switch from GITPITCH to reveal.js + hugo 2018-12-07 16:16:10 +01:00
.gitignore switch from GITPITCH to reveal.js + hugo 2018-12-07 16:16:10 +01:00
.gitlab-ci.yml switch from GITPITCH to reveal.js + hugo 2018-12-07 16:16:10 +01:00
.gitmodules switch from GITPITCH to reveal.js + hugo 2018-12-07 16:16:10 +01:00
README.md switch from GITPITCH to reveal.js + hugo 2018-12-07 16:16:10 +01:00
config.toml switch from GITPITCH to reveal.js + hugo 2018-12-07 16:16:10 +01:00
netlify.toml switch from GITPITCH to reveal.js + hugo 2018-12-07 16:16:10 +01:00

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 ..