Skip to content

Instantly share code, notes, and snippets.

@michielmulders
Created September 23, 2020 14:59
Show Gist options
  • Save michielmulders/6481700789479e65eb8183606b074681 to your computer and use it in GitHub Desktop.
Save michielmulders/6481700789479e65eb8183606b074681 to your computer and use it in GitHub Desktop.
Cobalt Directory Structure
.
|- _cobalt.yml
|- _layouts
| |- default.liquid
|- _includes
| |- header.liquid
|- _data
| |- movies.json
|- _sass
| |- base.scss
|- _site
| |- index.html
|- _defaults
| |- pages.md
| |- posts.md
|- posts
| |- cats.md
|- _drafts
| |- dogs.md
|- index.liquid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment