Content Template

Use this repository as a template for content projects. The directory structure is set up as follows:

/
|  article.md
|  /images
   |  <all video and article imagery/other assets go here>
|  /video
   |  <video files will be stored here but ignored by .gitignore>
|  /code
   | <all code files will be stored here, i.e. jupyter notebooks>
|  /app
   | <*if* building app demo, include it here>