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.
dexfolio
├── _data
| ├── author.yml
| └── menus.yml
| └── settings.yml
├── _includes
| ├── back-to-top.html
| ├── counter.html
| ├── features.html
| ├── footer-js.html
| ├── head.html
| ├── menu.html
| ├── sidebar.html
| ├── about
| | └── about.html
| | └── about-1.html
| | └── about-2.html
| | └── about-3.html
| | └── about-4.html
| | └── about-5.html
| | └── about-6.html
| ├── award-and-recognition
| | └── award-and-recognition.html
| | └── award-and-recognition-1.html
| ├── banner
| | └── banner.html
| | └── banner-1.html
| | └── banner-2.html
| | └── banner-3.html
| | └── banner-4.html
| | └── banner-5.html
| | └── banner-6.html
| ├── blog
| | └── blog.html
| | └── blog-1.html
| ├── breadcrumb
| | └── breadcrumb.html
| | └── breadcrumb-1.html
| | └── breadcrumb-2.html
| | └── breadcrumb-3.html
| ├── call-to-action
| | └── call-to-action.html
| | └── call-to-action-1.html
| | └── call-to-action-2.html
| | └── call-to-action-3.html
| | └── call-to-action-4.html
| | └── call-to-action-5.html
| | └── call-to-action-6.html
| ├── client
| | └── client.html
| | └── client-1.html
| | └── client-2.html
| | └── client-3.html
| | └── client-4.html
| ├── contact
| | └── contact.html
| | └── contact-1.html
| | └── contact-2.html
| | └── contact-3.html
| | └── contact-4.html
| | └── contact-5.html
| | └── contact-6.html
| | └── contact-7.html
| ├── footer
| | └── footer.html
| | └── footer-1.html
| | └── footer-2.html
| | └── footer-3.html
| ├── headeer
| | └── headeer.html
| | └── headeer-1.html
| | └── headeer-2.html
| | └── headeer-3.html
| | └── headeer-4.html
| | └── headeer-5.html
| | └── headeer-6.html
| | └── headeer-7.html
| ├── offcanvas
| | └── offcanvas.html
| ├── portfolio
| | └── portfolio.html
| | └── portfolio-1.html
| | └── portfolio-2.html
| | └── portfolio-3.html
| | └── portfolio-4.html
├── pricing
| | └── pricing.html
| ├── service
| | └── service.html
| | └── service-1.html
| | └── service-2.html
| | └── service-3.html
| | └── service-4.html
| | └── service-5.html
| | └── service-6.html
| ├── skill
| | └── skill.html
| | └── skill-1.html
| | └── skill-2.html
| ├── team
| | └── team.html
| | └── team-1.html
| | └── team-2.html
| ├── testimonial
| | └── testimonial.html
| | └── testimonial-1.html
| | └── testimonial-2.html
| | └── testimonial-3.html
| | └── testimonial-4.html
| | └── testimonial-5.html
| | └── testimonial-6.html
├── _layouts
| ├── 404-error.html
| ├── about.html
| ├── about-2.html
| ├── about-3.html
| ├── about-4.html
| ├── about-5.html
| ├── contact.html
| ├── contact-2.html
| ├── contact-3.html
| ├── contact-4.html
| ├── contact-5.html
| ├── default.html
| ├── home.html
| ├── home-digital-agency-dark.html
| ├── home-digital-agency-dark.html
| ├── home-freelancer-portfolio.html
| ├── home-personal-portfolio.html
| ├── home-photography-studio.html
| ├── portfolio.html
| ├── portfolio-boxed.html
| ├── portfolio-details.html
| ├── portfolio-details-2.html
| ├── portfolio-grid.html
| ├── portfolio-grid-2.html
| ├── portfolio-list-layout.html
| ├── portfolio-list-layout-2.html
| ├── portfolio-list-layout-3.html
| ├── portfolio-masonry.html
| ├── portfolio.html
| ├── post.html
| ├── post-2.html
| ├── post-3.html
| ├── service.html
| ├── service-2.html
| ├── service-3.html
| ├── service-4.html
├── _sass
├── assets
| ├── css
| | └── style.scss
| ├── fonts
| ├── images
| ├── js
| | ├── main.js
├── 404.html
├── _config.yml
├── Gemfile
├── index.html
├── index-2.html
├── index-3.html
├── index-4.html
├── index-5.html
├── index-6.html