Overview
Terrassa is a simple, fast, and responsive theme for Hugo that focuses on accessibility. The theme was created from scratch with the goal of experimenting with Hugo and the Go template system.
Features
- Coherent responsive design
- Consistent design throughout the entire site
- Classic navigation menu in large screen sizes and a hamburger menu in mobile devices
- Focus on accessibility
- Customizable call to action on the home page
- Contact form
- Ready for blogging
- Multilingual support
Installation
To install Terrassa, run the following command inside your Hugo site:
hugo new site mysite
cd mysite
git init
git submodule add https://github.com/didacrende/terrassa.git themes/terrassa
Alternatively, you can download the latest release from the repository and place it in the themes directory of your Hugo site.
Once you have the theme files in your Hugo site directory, open the config.toml file and add or change the following line:
theme = "terrassa"
Summary
Terrassa is a fast and responsive theme for Hugo that prioritizes accessibility. It offers a coherent design, customizable features, and support for blogging. Installation is straightforward, and the theme provides guidelines for configuration and customization. Overall, Terrassa is a solid choice for users looking for a reliable and accessible theme for their Hugo site.