## Дерево каталогов
.
├─ jekyll_theme
│  ├─ _includes
│  │  ├─ article_brief.html
│  │  ├─ collapsed_block.html
│  │  ├─ counters_body.html
│  │  ├─ counters_head.html
│  │  ├─ heading.html
│  │  ├─ image_svg.html
│  │  ├─ main_page.html
│  │  ├─ page_footer.html
│  │  ├─ page_header.html
│  │  ├─ page_toolbar.html
│  │  ├─ picture.html
│  │  └─ seo.html
│  ├─ _layouts/default.html
│  ├─ assets
│  │  ├─ css
│  │  │  ├─ code-highlighting.css
│  │  │  ├─ font_face_jb_mono.css
│  │  │  ├─ font_face_roboto.css
│  │  │  └─ older-tomato.css
│  │  ├─ img
│  │  │  ├─ older-tomato.ico
│  │  │  ├─ older-tomato.jpg
│  │  │  ├─ older-tomato.png
│  │  │  ├─ older-tomato.svg
│  │  │  └─ typewriter.svg
│  │  ├─ resources/fonts
│  │  │  ├─ JBMono
│  │  │  │  ├─ JetBrainsMono-Bold.woff
│  │  │  │  ├─ JetBrainsMono-Italic.woff
│  │  │  │  ├─ JetBrainsMono-Medium.woff
│  │  │  │  └─ JetBrainsMono-Regular.woff
│  │  │  └─ Roboto
│  │  │     ├─ Roboto-Bold.woff
│  │  │     ├─ Roboto-Italic.woff
│  │  │     ├─ Roboto-Medium.woff
│  │  │     └─ Roboto-Regular.woff
│  │  ├─ 404.html
│  │  ├─ favicon.ico
│  │  ├─ pagesmap.xml
│  │  └─ return.html
│  ├─ Gemfile
│  ├─ install.sh
│  └─ older-tomato-theme.gemspec
├─ .gitattributes
├─ .gitignore
├─ CONTRIBUTING.md
├─ DIRECTORY_TREE.md
├─ LICENSE.md
├─ OPEN_LICENSE.txt
├─ README.en.md
└─ README.md