A little slideshow built with landslide to explain git in a jocular parlance.
-
I probably abuse virtualenv but anyway, I first set one of those up:
$> virtualenv ve $ > . ve/bin/activateve
is already in.gitignore
! How wonderful! -
Ensure landslide is installed:
$> pip install -r requirements.txt
-
To rebuild the presentation while editing, use
make build
. When you're ready to publish it somewhere, usemake publish
.The distinction is:
publish
generates a file with relative URLs as well as a newtheme
directory to which the file refers;build
does not. -
Copy
index.html
,img
, andtheme
somewhere and condescend to potentially tens of people simultaneously about something that has a very completeman
page.