earthlab / dev-earthlab-site

Development of active learning focused data intensive university classroom materials.
MIT License
0 stars 3 forks source link

Modify Makefile to account for new yaml structure #22

Closed mbjoseph closed 7 years ago

mbjoseph commented 7 years ago

Old process

The old makefile scraped info from each ipynb in https://github.com/earthlab/tutorials in order to populate the yaml frontmatter of each post.

New process

The yaml frontmatter will be at the beginning of every ipynb tutorial in a markdown cell. This will be more consistent with the Rmd tutorials, and simplify the process of creating posts from the notebooks.