Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Clean Hugo portfolio theme for designers, with Disqus comments, Formspree contact form, Google Analytics, and multiple color styles.

A GatsbyJS starter that ports Christine Cha's Gridfolio portfolio theme with SCSS, ESLint, and Prettier.
Creative portfolio is a Hugo theme ported from the Bootstrapious template of the same name, built to give designers and creatives a clean landing page, portfolio grid, and working contact form without writing frontend code. The theme is maintained by Kishan (kishaningithub) on GitHub, released under the MIT license, and is one of the more popular Hugo portfolio themes with over 450 stars on its repository.
Creative portfolio is a Hugo theme for static websites that focuses on a visual landing page and portfolio presentation. It takes Hugo site content — a config.toml file, Markdown content files, and optional static assets — and produces a fully static website. The theme is a port of the Creative Portfolio template from Bootstrapious, and the current version corresponds to base theme version 1.0. It runs on Hugo, the static site generator, and the repository includes an exampleSite directory with a working Hugo site you can copy as a starting point.
Creative portfolio is aimed at designers, artists, and other creatives who want a professional-looking portfolio without building a site from scratch. It is also useful for developers who prefer Hugo's content-driven static sites and want a pre-built theme with common integrations already wired in. Anyone who needs a simple personal website with a contact form, comments, and analytics can use the theme as a generic starting point.
The theme is installed by cloning its repository into the themes directory of a Hugo site, then removing the bundled .git folder. You customize it by editing config.toml — set the style, disqusShortname, googleAnalytics, and email keys — and optionally adding custom.css. Once configured, run hugo server to preview the site locally at localhost:1313, then build and deploy it to any static hosting service such as Amazon S3.
Yes, the theme is released under the MIT License, so you can use it for personal or commercial projects, modify it, and redistribute it. The original Bootstrapious theme has its own license you can review on the Bootstrapious website.
Edit the config.toml file and set the style key to one of: default (pink), blue, green, pink, red, sea, or violet. The theme will apply the corresponding color scheme across the landing page.
Set your Disqus shortname in the disqusShortname key to enable comments, and add your Google Analytics tracking code to the googleAnalytics key. Leave either key empty to disable that feature entirely.
Put your email address in the email key in config.toml, upload the generated site to a server, send yourself a test email through formspree.io, and confirm the Formspree account link. Formspree allows up to one thousand submissions per month on the free tier.
