Link Search Menu Expand Document

Nothing clever here. Layouts, data files, and includes are all placed in their default locations. Stylesheets and scripts in assets, and a few development related files in the project’s root directory.

miles-jekyll
├── _career
│   ├── creative-director.md
│   ├── senior-product-management.md
│   └── senior-uiux-product-designer.md
├── _config.yml
├── _data
│   ├── clients
│   │   ├── clients-v1.yml
│   │   ├── clients-v2.yml
│   │   ├── clients-v3.yml
│   │   ├── clients-v4.yml
│   │   └── clients-v5.yml
│   ├── navigation-menu
│   │   ├── primary.yml
│   │   ├── secondary.yml
│   │   └── sidemenu.yml
│   ├── portfolio
│   │   ├── portfolio-horizontal.yml
│   │   └── portfolio-masonry.yml
│   ├── pricing
│   │   ├── pricing.yml
│   │   └── service-pricing-v1.yml
│   ├── services
│   │   ├── about-pages
│   │   │   ├── about-business.yml
│   │   │   └── services.yml
│   │   └── service
│   │       ├── service1.yml
│   │       └── service2.yml
│   ├── settings.yml
│   ├── team
│   │   ├── about-agency.yml
│   │   └── members.yml
│   └── testimonials
│       ├── about-business.yml
│       ├── testimonials-v2.yml
│       ├── testimonials-v3.yml
│       ├── testimonials-v4.yml
│       ├── testimonials-v5.yml
│       ├── testimonials-v6.yml
│       └── testimonials.yml
├── _includes
│   ├── analytics.html
│   ├── awards
│   │   ├── awards-v1.html
│   │   └── awards-v2.html
│   ├── big-clients.html
│   ├── blockquotes
│   │   ├── blockquote-v1.html
│   │   ├── blockquote-v2.html
│   │   └── blockquote-v3.html
│   ├── blog-teaser.html
│   ├── categories-widget.html
│   ├── chat-script.html
│   ├── counter
│   │   ├── counter-v1.html
│   │   ├── counter-v2.html
│   │   └── counter-v3.html
│   ├── disqus_comments.html
│   ├── elements-banner.html
│   ├── footer
│   │   ├── creative-agency2.html
│   │   ├── footer-agency.html
│   │   ├── footer-blogger.html
│   │   ├── footer-coach.html
│   │   ├── footer-consulting.html
│   │   ├── footer-creative-agency.html
│   │   ├── footer-freelancer.html
│   │   ├── footer-marketing-agency.html
│   │   ├── footer-startup.html
│   │   ├── footer-studio.html
│   │   ├── footer-team.html
│   │   ├── portfolio-v1.html
│   │   ├── portfolio-v2.html
│   │   └── portfolio-v3.html
│   ├── funfacts.html
│   ├── gmap-v1.html
│   ├── gmap-v2.html
│   ├── head.html
│   ├── header
│   │   ├── about-business.html
│   │   ├── about-me.html
│   │   ├── creative-agency.html
│   │   ├── creative-agency2.html
│   │   ├── elements.html
│   │   ├── header-agency.html
│   │   ├── header-blogger.html
│   │   ├── header-coach.html
│   │   ├── header-comingsoon.html
│   │   ├── header-consulting.html
│   │   ├── header-default.html
│   │   ├── header-developer.html
│   │   ├── header-freelancer.html
│   │   ├── header-marketing-agency.html
│   │   ├── header-portfolio-masonry.html
│   │   ├── header-portfolio.html
│   │   ├── header-portfolio2.html
│   │   ├── header-pricing.html
│   │   ├── header-startup.html
│   │   ├── header-studio.html
│   │   ├── portfolio-v1.html
│   │   ├── portfolio-v2.html
│   │   └── portfolio-v3.html
│   ├── partners
│   │   ├── partners-v1.html
│   │   ├── partners-v2.html
│   │   └── partners-v3.html
│   ├── pricing
│   │   ├── pricing-v1.html
│   │   └── pricing-v2.html
│   ├── search.html
│   ├── service-cards.html
│   ├── sidemenu.html
│   ├── social-share.html
│   ├── testimonial
│   │   ├── about-business.html
│   │   ├── consulting.html
│   │   ├── creative-agency.html
│   │   ├── marketing-agency.html
│   │   ├── testimonial-developer.html
│   │   ├── testimonial-startup.html
│   │   └── testimonial-v1.html
│   └── twitter_widgets.html
├── _layouts
│   ├── 14_portfolio_parallax.html
│   ├── 15_portfolio_horizontal_scroll.html
│   ├── 16_portfolio_masonry.html
│   ├── 17_portfolio_single_layout_1.html
│   ├── 18_portfolio_single_layout_2.html
│   ├── 19_portfolio_single_layout_3.html
│   ├── 24_about_agency.html
│   ├── 25_about_business.html
│   ├── 26_about_me.html
│   ├── 27_service_1.html
│   ├── 28_services_2.html
│   ├── 29_services_3.html
│   ├── 30_contact_1.html
│   ├── 31_contact_2.html
│   ├── 32_team.html
│   ├── 33_career.html
│   ├── 34_career_detail.html
│   ├── 35_404_error.html
│   ├── 36_coming_soon.html
│   ├── 37_pricing.html
│   ├── blog-single-layout1.html
│   ├── blog-single-layout2.html
│   ├── categories-list.html
│   ├── category-default.html
│   ├── default.html
│   ├── element.html
│   ├── home-10.html
│   ├── home-11.html
│   ├── home-12.html
│   ├── home-13.html
│   ├── home-2.html
│   ├── home-3.html
│   ├── home-4.html
│   ├── home-5.html
│   ├── home-6.html
│   ├── home-7.html
│   ├── home-8.html
│   ├── home-9.html
│   └── home.html
├── _portfolio
│   ├── portfolio_horizontal_scroll.md
│   ├── portfolio_masonry.md
│   ├── portfolio_parallax.md
│   ├── portfolio_single_layout_1.md
│   ├── portfolio_single_layout_2.md
│   └── portfolio_single_layout_3.md
├── _posts
│   ├── 2022-03-07-10 Major UX Design Principles to Watch Out for in 2022.md
│   ├── 2022-03-07-12 Web Development Trends for 2022 and Beyond.md
│   ├── 2022-03-07-15 Mobile UX Design Practices to Delight Your Users.md
│   ├── 2022-03-07-5 Things That You Need To Knows About E-Commerce.md
│   ├── 2022-03-07-A Complete Guide to NFT Marketplace Development.md
│   ├── 2022-03-07-Branding Mockup Essentials for Your Projects.md
│   ├── 2022-03-07-Brief Guide into Social Media Marketing Trends 2020.md
│   ├── 2022-03-07-Business benefits of virtualization in cloud.md
│   ├── 2022-03-07-Colors Stories.md
│   ├── 2022-03-07-How We Run Agile Projects as Clients’ Extended Distributed Team.md
│   ├── 2022-03-07-Mobile Game Development Process – An In-depth Overview.md
│   ├── 2022-03-07-Product Design vs UX Design The Detailed Comparison.md
│   ├── 2022-03-07-Summer activities with happy feels.md
│   ├── 2022-03-07-Testing in DevOps – Everything You Need to Know.md
│   ├── 2022-03-07-The Ultimate Guide to Create a Design Concept.md
│   ├── 2022-03-07-The windows know to say beside you.md
│   └── 2022-03-07-Times & The Focus - How to Control Its Smart.md
├── blog
│   └── index.html
├── blog-v2
│   └── index.html
├── category
│   ├── all
│   ├── community
│   │   └── index.html
│   ├── discuss
│   │   └── index.html
│   ├── others
│   │   └── index.html
│   ├── resources
│   │   └── index.html
│   ├── shares
│   │   └── index.html
│   └── wordpress
│       └── index.html
├── index.md
├── index10.md
├── index11.md
├── index12.md
├── index13.md
├── index2.md
├── index3.md
├── index4.md
├── index5.md
├── index6.md
├── index7.md
├── index8.md
├── index9.md
├── pages
│   ├── 33_career.md
│   ├── 34_career_detail.md
│   ├── 36_coming_soon.md
│   ├── 37_pricing.md
│   ├── 404.md
│   ├── about
│   │   ├── about-agency.md
│   │   ├── about-business.md
│   │   └── about-me.md
│   ├── blog-details-v1.md
│   ├── blog-details-v2.md
│   ├── contact_1.md
│   ├── contact_2.md
│   ├── elements
│   │   └── pricing.md
│   ├── services
│   │   ├── services_1.md
│   │   ├── services_2.md
│   │   └── services_3.md
│   └── team.md
└── search.json