That project (mappy.github.io-source) hosts source code and content for the Mappy technical blog.
The blog content is written in Markdown and is built using Pelican.
We’re using Travis to build and publish the blog into a separate project (mappy.github.io), served via Github Pages.
Install dependencies via pip install -r requirements.txt
or apt-get install python-pelican fabric
.
Use make html
to transform Markdown to HTML then make serve
to launch a local webserver.
You can see your work at http://localhost:8000.
Simply push your(s) commit(s).
Travis will then build and publish your work into the output repository (mappy.github.io).