8000 GitHub - pndurette/decks: My presentation decks
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pndurette/decks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

My presentation decks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0