Welcome to the backend of the EUREC4A 2020 hackathon blog. If you want to see the blog, please go this way. If you want to post anything, please add your article into the content subfolder. Currently markdown files and ipython notebooks are supported.
If you want to have a look at your site locally, you can run a testing server using
pelican content -r -l
and access the Site at http://localhost:8000/.
If you are happy with your new article, please file a pull request.
In order to run the site generator locally, you'll have to install some dependencies:
pip install pelican[Markdown] pelican-jupyter