Change theme name

This commit is contained in:
Gregory Trolliet 2020-04-27 20:20:15 +02:00
parent b42f0136cf
commit 6542bac4f4
2 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# Hugo theme : Simple-site
# Hugo theme : Iðunn
This is a simple, fast and privacy-friendly Hugo theme.
@ -10,7 +10,7 @@ to your site's theme directory.
```bash
$ mkdir themes
$ cd themes
$ git clone https://git.vulgarisons.info/raghnarok/hugo_simple-site.git simple-site
$ git clone https://git.vulgarisons.info/raghnarok/hugo_idunn.git simple-site
```
Don't forget to change the theme in your config.toml file.
@ -24,7 +24,7 @@ baseurl = "https://yourdoma.in" # The base url of your Hugo website
title = "Title" # The title of your website
author = "Author" # The author of the website
language = "fr"
theme = "simple-site" # The Hugo theme
theme = "idunn" # The Hugo theme
```
### Description

View File

@ -1,11 +1,11 @@
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Simple Site"
name = "Iðunn"
license = "MIT"
licenselink = "https://git.vulgarisons.info/raghnarok/hugo_simple-site/src/branch/master/LICENSE"
description = "Simple hugo theme, inspired from Terrassa but way simplier"
homepage = "https://git.vulgarisons.info/raghnarok/hugo_simple-site"
licenselink = "https://git.vulgarisons.info/raghnarok/hugo_idunn/src/branch/master/LICENSE"
description = "Simple Hugo theme, inspired from Terrassa but way simplier"
homepage = "https://git.vulgarisons.info/raghnarok/hugo_idunn"
tags = ["hugo", "simple", "responsive", "no javascript", "no fontawesome", "no google", "company", "clean"]
features = ["responsive design", "social links"]
min_version = "0.41.0"