Skip to content
This repository has been archived by the owner on Oct 12, 2018. It is now read-only.

Latest commit

 

History

History
36 lines (21 loc) · 1.08 KB

README.rst

File metadata and controls

36 lines (21 loc) · 1.08 KB

Mappy Tech Blog

https://secure.travis-ci.org/Mappy/mappy.github.io-source.png

About

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.

How to build locally

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.

How to publish

Simply push your(s) commit(s).

Travis will then build and publish your work into the output repository (mappy.github.io).

References