This repository contains the sources for the Paylogic developer portal hosted at developer.paylogic.com. We use the static site generator Pelican to generate the web pages from content written in the reStructuredText format.
The git repository is hosted on our GitHub account and we use GitHub Pages with a custom DNS name for hosting.
To run the developer portal locally (e.g. to easily preview changes) the following steps should help you get started:
# Clone the git repository. git clone [email protected]:paylogic/developer.paylogic.com.git # Run Pelican and view the result in a web browser. cd developer.paylogic.com make devserver [DEVSERVER_PORT=<port>] gnome-open http://127.0.0.1:8000 # DEVSERVER_PORT is 8000 by default
This repo is set up the way travis will build the static content automatically on every push
to master
branch, and then will push the build result to gh-pages
branch, which is then
served by GitHub Pages.
This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License.