/decks

My presentation decks

Primary LanguageJavaScript

decks

My presentation decks, powered by reveal.js

Convention 🤝

# 'YYYYMM_<subject>_<event>' e.g.
DECK_NAME="201901_FunStuff_Event2019"

Creating 👋

./new_deck.sh $DECK_NAME

Editing ✍️

# To change title/configuration/theme:
vim $DECK_NAME/index.html

# To change content:
vim $DECK_NAME/content/index.md

Presenting 🤞

cd $DECK_NAME && python -m SimpleHTTPServer 9000

Then head to http://localhost:9000.

Uploading ☝️

aws s3 sync $DECK_NAME s3://decks.pierre-nick.com/$DECK_NAME

See infra.