Go to file
Martin/Geno 795416853b
[decentral_messaging] central
2018-12-18 23:13:16 +01:00
archetypes Decentral Messaging (#1) 2018-12-07 15:17:49 +00:00
content [decentral_messaging] central 2018-12-18 23:13:16 +01:00
data Decentral Messaging (#1) 2018-12-07 15:17:49 +00:00
static [decentral_messaging] central 2018-12-18 23:13:16 +01:00
themes/reveal-hugo Decentral Messaging (#1) 2018-12-07 15:17:49 +00:00
.gitignore Decentral Messaging (#1) 2018-12-07 15:17:49 +00:00
.gitlab-ci.yml Decentral Messaging (#1) 2018-12-07 15:17:49 +00:00
.gitmodules Decentral Messaging (#1) 2018-12-07 15:17:49 +00:00
README.md Decentral Messaging (#1) 2018-12-07 15:17:49 +00:00
config.toml Decentral Messaging (#1) 2018-12-07 15:17:49 +00:00
netlify.toml Decentral Messaging (#1) 2018-12-07 15:17:49 +00: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 ..