다음의 구조를 가지고 있다.
├─assets
│ ├─css
│ ├─icomoon
│ │ ├─demo-files
│ │ └─fonts
│ ├─img
│ │ ├─docs
│ │ └─projects
│ └─js
├─_data
├─_draft
├─_featured_categories
├─_featured_tags
├─_includes
│ ├─scripts
│ └─styles
├─_js
│ ├─lib
│ └─src
│ └─flip
├─_layouts
├─_plugins
├─_posts
└─_sass
├─hydejack
└─pooleparty
참고로 Windows에서 Tree 구조를 알고싶은 폴더로 가서 다음과 같이 해주면 된다.,
tree -f
다음 사이트 를 참조한다.