Here's two intros. Razius uses pelican, and 24ways uses jekyll, but the idea is the same. Generate static HTML via some markup language, push to github, and it's viewable. And of course, there's good instructions on the Github Pages site itself.
Update: maybe good for publishing via S3?
Friday, January 24, 2014
Subscribe to:
Posts (Atom)
-
A while back I answered a question on Stack Overflow asking about the relative popularity of The Art of Computer Programming . I replied wit...
-
I learned a lot from Laurens Kuiper's blog post Testing out DuckDB's Full Text Search Extension , but unfortunately couldn't fin...
-
First, let's draw a cube: cube(10,true); Now, let's animate a 360 degree turntable view of the cube: rotate([0,0,$...