Skip to content

Instantly share code, notes, and snippets.

@mattes
Created May 14, 2014 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattes/25b8b6ad693059d20975 to your computer and use it in GitHub Desktop.
Save mattes/25b8b6ad693059d20975 to your computer and use it in GitHub Desktop.
$ tree
.
├── _blog
│   └── 2014-05-15-hello-world.md
├── _config.yml
├── _docs
│   └── howto-do-sth.md
├── _includes
│   └── head.html
├── _layouts
│   ├── blog.html
│   ├── blog_post.html
│   └── main.html
├── _site
│   ├── assets
│   │   └── css
│   │   └── main.css
│   ├── blog
│   │   ├── 2014-05-15-hello-world.html
│   │   ├── feed.xml
│   │   └── index.html
│   ├── docs
│   │   ├── howto-do-sth.html
│   │   └── index.html
│   ├── features
│   │   └── index.html
│   ├── index.html
├── assets
│   └── css
│   └── main.css
├── blog.html
├── blog_feed.xml
├── docs.html
├── index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment