Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Super simple and responsive theme for your personal website on Hugo framework.

A GatsbyJS starter that ports Christine Cha's Gridfolio portfolio theme with SCSS, ESLint, and Prettier.
Yourfolio is a minimal, responsive Hugo theme for personal portfolio websites, letting you publish a clean static site that showcases your projects using only Markdown content and a single config file.
Yourfolio is a Hugo theme for building personal portfolio websites. It takes Markdown content and a config.yaml file and produces a responsive static site that showcases a person's projects and profile. The theme was designed by Yara (yaravelichko.com) and is hosted on GitHub under the repository serg/yourfolio. To use it, you need the extended version of Hugo v0.64.1 or above.
Yourfolio packs essential portfolio features into a single Hugo theme, focusing on simplicity and responsiveness.
Yourfolio suits individuals who need a straightforward personal portfolio site rather than a multi-page business website.
With Yourfolio, you can create and manage a personal portfolio site entirely through Markdown and one configuration file.
Yourfolio follows the standard Hugo workflow: create a new Hugo site, clone the theme into the themes directory, and set the theme name in config.yaml.
After installing Hugo, run hugo new site your-site-name, then cd themes and git clone https://github.com/serg/yourfolio.git. Copy the exampleSite configuration if you want a ready-made starting point, then launch the development server with hugo server.
Here are answers to common questions about installing and using Yourfolio.
The theme needs the extended version of Hugo v0.64.1 or above. The extended build includes the Sass/SCSS compiler used by the theme's styling.
Yes, Yourfolio is open source and hosted on GitHub, so anyone can download, modify, and publish it without paying a license fee. The repository includes the full source code.
Site-wide options are set in config.yaml, including theme settings and navigation. Individual page content lives in Markdown files under the content directory, which you can edit with any text editor.
The theme is intentionally focused on personal portfolios, so it works best for an individual's profile, projects, and contact information rather than for corporate or multi-page business sites.
Clone it directly from GitHub using git clone https://github.com/serg/yourfolio.git inside your Hugo site's themes folder, or browse the repository at github.com/serg/yourfolio.
