This repository has been archived by the owner on Sep 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
pel. Intro
Kai Muehlbauer edited this page Sep 20, 2017
·
2 revisions
Since most of the projects in openradarscience.org are written in Python or use Python in some way, it is no coincidence to use a stitc site generator written in Python.
Pelican is one of the most established static site generators and we use it to create the html-output as seen at openradarscience.org
The source data is located in the openradar-landing-page repository. While using github as source hosting we are already accustomed to Markdown, but we can also use reStructuredText and AsciiDoc to write site content.
Have a look how things work:
- on your local machine or
- at Travis-CI