Little profile/card-style template for Hugo. Based on Identity by HTML5 UP.
Hugo Identity Theme is a theme for the Hugo static site generator. Based on the Identity template by HTML5 UP, it was ported to Hugo for training and fun. Despite its simplicity, it is highly configurable and flexible. The theme features a responsive design, configurable appearance, configurable social links, a contact form, and integration with Google Analytics.
Inside your Hugo site’s folder, run the following command:
hugo new theme hugo-identity-theme https://github.com/hugo-identity-theme
After the theme is successfully installed, take a look inside the exampleSite folder of the theme. You’ll find a file called config.toml.
Copy the config.toml file to the root folder of your Hugo site.
Customize the strings in the config.toml file to match your preferences. You can change avatars, background images, and other settings.
To make the contact form work, follow these steps:
To see your site in action, run Hugo’s built-in local server by entering “localhost:1313” in the address bar of your browser.
To customize the CSS used by the theme, add your CSS file to the assets folder and include it in the config.toml file under the [params] section with the label “custom_css”.
Hugo Identity Theme is a highly configurable and flexible theme for the Hugo static site generator. It features a responsive design, customizable appearance, configurable social links, a contact form, and integration with Google Analytics. With easy installation and customization options, this theme provides a great foundation for creating a professional website.