Created
September 23, 2020 14:59
-
-
Save michielmulders/6481700789479e65eb8183606b074681 to your computer and use it in GitHub Desktop.
Cobalt Directory Structure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. | |
|- _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