h1. Directory 구조 다음의 구조를 가지고 있다.
├─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
다음 "사이트":https://www.computerhope.com/treehlp.htm 를 참조한다. Jekyll 자체의 디렉토리 구조와 그 특성은 다음 사이트를 참조한다. [[Jekyll의 Directory 구조]]