1
0
Fork 0
color-tomato-theme/DIRECTORY_TREE.md
2024-09-01 08:46:26 +03:00

7.5 KiB

Дерево каталогов

.
├─ background-big
│  ├─ README.md
│  ├─ README_IMAGES.md
│  ├─ background-big.png
│  ├─ background-install.sh
│  ├─ bash.svg
│  ├─ bicycle1.svg
│  ├─ bicycle2.svg
│  ├─ bug1.svg
│  ├─ bug2.svg
│  ├─ cherry.svg
│  ├─ debian.svg
│  ├─ gimp.svg
│  ├─ git.svg
│  ├─ java.svg
│  ├─ javascript.svg
│  ├─ markdown.svg
│  ├─ pencils.svg
│  ├─ pomodoro.svg
│  └─ stackoverflow.svg
├─ jekyll_theme
│  ├─ _includes
│  │  ├─ article_brief.html
│  │  ├─ collapsed_block.html
│  │  ├─ container.html
│  │  ├─ container_footer.html
│  │  ├─ container_header.html
│  │  ├─ container_toolbar.html
│  │  ├─ counters_body.html
│  │  ├─ counters_head.html
│  │  ├─ heading.html
│  │  ├─ image_svg.html
│  │  ├─ main_page.html
│  │  ├─ picture.html
│  │  ├─ scroll_button.html
│  │  └─ seo.html
│  ├─ _layouts/default.html
│  ├─ assets
│  │  ├─ css
│  │  │  ├─ code-highlighting.css
│  │  │  ├─ color-tomato.css
│  │  │  ├─ font_face_jb_mono.css
│  │  │  └─ font_face_roboto.css
│  │  ├─ img
│  │  │  ├─ background.png
│  │  │  ├─ color-tomato.ico
│  │  │  ├─ color-tomato.jpg
│  │  │  ├─ color-tomato.png
│  │  │  ├─ color-tomato.svg
│  │  │  └─ typewriter.svg
│  │  ├─ js
│  │  │  ├─ angular_controller.js
│  │  │  └─ angular_module.js
│  │  ├─ resources
│  │  │  ├─ angularjs/1.8.2
│  │  │  │  ├─ angular-animate.min.js
│  │  │  │  ├─ angular-aria.min.js
│  │  │  │  ├─ angular-messages.min.js
│  │  │  │  └─ angular.min.js
│  │  │  ├─ angularjs-material/1.2.5
│  │  │  │  ├─ angular-material.min.css
│  │  │  │  └─ angular-material.min.js
│  │  │  └─ 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
│  ├─ color-tomato-theme.gemspec
│  └─ install.sh
├─ .gitattributes
├─ .gitignore
├─ CONTRIBUTING.md
├─ DIRECTORY_TREE.md
├─ LICENSE.md
├─ OPEN_LICENSE.txt
├─ README.en.md
└─ README.md