Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 423 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 423 Bytes

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>