presentations/README.md

23 lines
385 B
Markdown
Raw Normal View History

2018-10-16 16:05:52 +02:00
## Presentations:
2018-10-17 20:21:50 +02: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 ..
```