Created
December 27, 2020 22:29
-
-
Save MaikelVeen/75845f7c2b906268a4b8cda3d64ee396 to your computer and use it in GitHub Desktop.
This file contains 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
``` | |
. | |
├── _config.yml | |
├── _data | |
│ └── members.yml | |
├── _drafts | |
│ ├── begin-with-the-crazy-ideas.md | |
│ └── on-simplicity-in-technology.md | |
├── _includes | |
│ ├── footer.html | |
│ └── header.html | |
├── _layouts | |
│ ├── default.html | |
│ └── post.html | |
├── _posts | |
│ ├── 2007-10-29-why-every-programmer-should-play-nethack.md | |
│ └── 2009-04-26-barcamp-boston-4-roundup.md | |
├── _sass | |
│ ├── _base.scss | |
│ └── _layout.scss | |
├── _site | |
├── .jekyll-metadata | |
└── index.html # can also be an 'index.md' with valid front matter | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment