Soho vibes for Hugo Sites
The Rose Pine theme is a customizable theme for the Hugo static site generator. It provides a sleek and modern design with a focus on readability and aesthetics. With easy installation and configuration, this theme allows users to create visually pleasing websites quickly.
To install the Rose Pine theme, follow the steps below:
Clone the theme repository by running the following command in your terminal or command prompt:
git clone https://github.com/akopdev/hugo-theme-rose-pine themes/rose-pine
Configure the theme by adding the necessary parameters to your config.toml file.
Example parameters to add:
[params]
# Add your custom parameters here
Additionally, you can add social links to your website by including the respective information in your config.toml file.
Example social links configuration:
[params.social]
twitter = "https://twitter.com/yourhandle"
instagram = "https://instagram.com/yourhandle"
For a full example of the configuration, you can refer to the config.toml file in the exampleSite folder of the theme’s repository.
The Rose Pine theme is a versatile and visually appealing theme for the Hugo static site generator. With its sleek design, emphasis on readability, and customizable options, it allows users to create professional and stylish websites easily. By following the simple installation and configuration guide, users can quickly set up the theme and start building their desired website.