presentations/README.md

23 lines
385 B
Markdown
Raw Permalink Normal View History

2018-10-16 09:05:52 -05:00
## Presentations:
2018-12-07 09:17:49 -06:00
2018:
- [Dezentrales Messaging](https://ccchb.github.io/presentations/decentral_messaging)
## Create a presentation
Run: `hugo server -D`
Create a new presentation `content/<NAME>/_index.md`
Browser: http://localhost:1313/presentations/<NAME>
## Update
```
hugo
cd public
git add --all
git commit -m "Publishing to gh-pages"
git push origin gh-pages
cd ..
```