https://github.com/akopdev/hugo-theme-rose-pine
Soho vibes for Hugo Sites
https://github.com/akopdev/hugo-theme-rose-pine
hugo-blog-theme hugo-site hugo-theme rose-pine
Last synced: 9 months ago
JSON representation
Soho vibes for Hugo Sites
- Host: GitHub
- URL: https://github.com/akopdev/hugo-theme-rose-pine
- Owner: akopdev
- License: mit
- Created: 2023-02-14T12:01:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T13:42:10.000Z (almost 2 years ago)
- Last Synced: 2025-04-03T05:24:52.560Z (about 1 year ago)
- Topics: hugo-blog-theme, hugo-site, hugo-theme, rose-pine
- Language: SCSS
- Homepage: https://akopdev.github.io/hugo-theme-rose-pine/
- Size: 648 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Rosé Pine for Hugo
All natural pine, faux fur and a bit of soho vibes for the classy minimalist
## Install the theme
`git clone https://github.com/akopdev/hugo-theme-rose-pine themes/rose-pine`
## Configure the theme
Add these params to you `config.toml`
```toml
[params]
author = "Mr Hugo"
user = "hello"
hostname = "gohugo.io"
```
You can also add social links
```toml
[[params.social]]
key = 0
name = "github"
url = "https://github.com/gohugoio"
[[params.social]]
key = 1
name = "twitter"
url = "https://www.example.com"
[[params.social]]
key = 2
name = "linkedin"
url = "https://www.example.com"
[[params.social]]
key = 3
name = "email"
url = "mailto:email@example.com"
```
For full example chech `exampleSite/config.toml`