Skip to content

eurec4a/hackathon2020_blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EUREC4A Hackathon 2020 blog

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 jupyter notebooks are supported.

When creating a blog article from an jupyter notebook, you have to add a .nbdata file including some additional metadata with otherwise the same name. Please have a look at the currently existing articles for examples.

Before pushing your updates, please have a look at your site locally, you can run a testing server using

pelican content -r -l

and access the Site at http:https://localhost:8000/.

If you are happy with your new article, please file a pull request.

requirements

In order to run the site generator locally, you'll have to install some dependencies:

pip install pelican[Markdown] pelican-jupyter