Skip to content

Instantly share code, notes, and snippets.

@brandonmwest
Last active December 21, 2015 06:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save brandonmwest/6263278 to your computer and use it in GitHub Desktop.
Save brandonmwest/6263278 to your computer and use it in GitHub Desktop.
Typical jekyll scaffolding (source: http://jekyllrb.com/docs/structure/)
.
├── _config.yml
├── _drafts
| ├── begin-with-the-crazy-ideas.textile
| └── on-simplicity-in-technology.markdown
├── _includes
| ├── footer.html
| └── header.html
├── _layouts
| ├── default.html
| └── post.html
├── _posts
| ├── 2007-10-29-why-every-programmer-should-play-nethack.textile
| └── 2009-04-26-barcamp-boston-4-roundup.textile
├── _site
└── index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment