Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A barebones Hugo theme built on Foundation 6, providing core theme files and an example configuration.
Hugo Foundation Theme is a barebones starter theme for the Hugo static site generator, built on the Foundation 6 CSS framework and distributed via GitHub. It provides the core theme files needed to render a Hugo site with Foundation 6 styling, plus an example configuration to get started.
Hugo Foundation Theme is a minimal Hugo theme that uses the Foundation 6 front-end framework for styling. Its repository contains the essential theme files—layout templates, static assets, and configuration samples—so developers can scaffold a new site rather than starting from scratch. The theme takes Hugo content and configuration as input and outputs a static HTML website styled with Foundation 6 components. It is maintained by hdcdstr8fwd on GitHub.
config.toml inside themes/examplesite demonstrates how to configure the theme for your own site.themes directory and run Hugo; no additional build tools or package managers are required.config.toml to match your project.hugo new site example.themes directory and run git clone https://github.com/hdcdstr8fwd/foundation-theme.themes/examplesite/config.toml to see the required configuration keys and adapt them for your site.The repository is publicly accessible on GitHub, so you can clone and use the theme without paying a fee. No license information is provided in the source, so check the repository for licensing terms.
No. This theme relies only on Hugo to generate the static site. Foundation 6 styles are included within the theme files, and no JavaScript build step is necessary for basic usage.
Yes. Hugo can handle static content for a portfolio, and this barebones theme gives you full control over the layout. You would need to create your own templates for project listings, which the example configuration can help you get started with.
The repository includes the theme's core files (templates, styles, and configuration examples) and an examplesite directory containing a sample config.toml. The exact file list is not documented in the README.
No. The theme is barebones, so blog post listing and single-page templates are not provided. You can add them yourself using Hugo's template system.