For Mundane Programming SRCCON 2015
To run Jekyll on localhost:4000
jekyll serve
e.g. http://mundaneprogramming.github.io/slides
Because this Jekyll instance uses plugins, Github Pages does not automatically update the Github Pages site. So instead, I run the hacky ghdirty.sh script, which runs jekyll build
, creates a temporary directory...and does some rm -r
and git push --force
action...so yes, theoretically dangerous. It only needs to be run to update the slides on the live Github Pages site though.
Edit files in _posts directory. Only necessary to keep them in this convention:
1-1-1-[slidenum]-[arbitrary slug].md
e.g.
1-1-1-1-hello.md
1-1-1-2-stuff.md
Don't use "Note:" because apparently that sets off speaker notes (anything after Note: will not appear in slides)
Uses: