Modern portfolio theme for your Hugo site
The ShowFolio theme for Hugo is a modern portfolio theme designed for Hugo sites. It offers a responsive design, codepen embeds, a blog, social links, and a dark mode. The theme is compatible with Hugo version 0.69.0 or newer.
To install the ShowFolio theme, follow these steps:
hugo mod get -u github.com/theNewDynamic/gohugo-theme-showfolio
Alternatively, you can include this repository as a git submodule by running the following command:
git submodule add https://github.com/theNewDynamic/gohugo-theme-showfolio.git themes/showfolio
This makes it easier to update the theme if you have your Hugo site in git as well.
postcss-cli
globally by running the following command:npm install -g postcss-cli
Copy package.json
from the showfolio
theme to the root folder of your website and run npm install
to install the required packages.
Set theme = "showfolio"
in your config.toml
file.
Start the local server by running the command:
npm start
Visit http://localhost:1313/
in your browser to view the example site.
Customize the configuration and content of the theme according to your needs.
The ShowFolio theme is a modern portfolio theme designed for Hugo sites. It offers a range of features such as responsive content, codepen embeds, a blog, and dark mode. Installation is straightforward with the option to include the theme as a git submodule. Detailed instructions are provided for setting up and customizing the theme to meet your requirements. Contributions are also welcome, making it an open-source project.