Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Jekyll theme for agency websites with portfolio, about, and team sections, based on the Agency Bootstrap theme.

Free one-page HTML5 Bootstrap 4 agency website template with sticky scrollspy nav, fun fact counters, portfolio slideshow, and service carousel.

Free Bootstrap 4 HTML5 travel agency website template with hero header, full-screen slider, search filters, and multi-page layout.

Free Tailwind CSS digital agency website template with light/dark modes, pricing table, blog, and 5+ HTML pages.

Free Bootstrap 4 multipage landing page template for venture capitalist agencies with hero, testimonials, contact form, and Google Maps.
Agency Jekyll Theme is a Jekyll website theme that recreates the classic Agency Bootstrap design as a static, content-managed agency site. The theme's core function is to generate a one-page agency website with portfolio, about, and team sections from Jekyll posts, images, and a config file.
This theme is a port of the Agency Bootstrap template from Start Bootstrap, adapted to run on the Jekyll static site generator. It takes portfolio projects stored as Jekyll posts in the _posts directory, images for the about section in img/about, and team member data defined in _config.yml with photos in img/team, and produces a static HTML agency website. The source is available on GitHub, where the repository has 918 stars, and a live demo is hosted at the y7kim GitHub Page.
_posts; images go in img/portfolio, and the theme generates a project grid from the post list.img/about, with no additional configuration required beyond adding files to that folder._config.yml, while profile photos reside in img/team.The theme follows Jekyll conventions: add portfolio projects as posts in _posts with images in img/portfolio; place about timeline images in img/about; and define team members in _config.yml with photos in img/team. After editing these files, run jekyll build or deploy to GitHub Pages to generate the final static website.
Create a new post in the _posts folder with your project details and add an image to img/portfolio. The theme automatically includes it in the portfolio grid.
Edit the team member entries in _config.yml to change names, roles, and social media links, then place the corresponding photos in img/team.
Add images to the img/about folder, and the theme will use them in the about timeline section.
