Change theme name
This commit is contained in:
parent
b42f0136cf
commit
6542bac4f4
2 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Hugo theme : Simple-site
|
# Hugo theme : Iðunn
|
||||||
|
|
||||||
This is a simple, fast and privacy-friendly Hugo theme.
|
This is a simple, fast and privacy-friendly Hugo theme.
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ to your site's theme directory.
|
||||||
```bash
|
```bash
|
||||||
$ mkdir themes
|
$ mkdir themes
|
||||||
$ cd 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.
|
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
|
title = "Title" # The title of your website
|
||||||
author = "Author" # The author of the website
|
author = "Author" # The author of the website
|
||||||
language = "fr"
|
language = "fr"
|
||||||
theme = "simple-site" # The Hugo theme
|
theme = "idunn" # The Hugo theme
|
||||||
```
|
```
|
||||||
|
|
||||||
### Description
|
### Description
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# theme.toml template for a Hugo theme
|
# theme.toml template for a Hugo theme
|
||||||
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
||||||
|
|
||||||
name = "Simple Site"
|
name = "Iðunn"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
licenselink = "https://git.vulgarisons.info/raghnarok/hugo_simple-site/src/branch/master/LICENSE"
|
licenselink = "https://git.vulgarisons.info/raghnarok/hugo_idunn/src/branch/master/LICENSE"
|
||||||
description = "Simple hugo theme, inspired from Terrassa but way simplier"
|
description = "Simple Hugo theme, inspired from Terrassa but way simplier"
|
||||||
homepage = "https://git.vulgarisons.info/raghnarok/hugo_simple-site"
|
homepage = "https://git.vulgarisons.info/raghnarok/hugo_idunn"
|
||||||
tags = ["hugo", "simple", "responsive", "no javascript", "no fontawesome", "no google", "company", "clean"]
|
tags = ["hugo", "simple", "responsive", "no javascript", "no fontawesome", "no google", "company", "clean"]
|
||||||
features = ["responsive design", "social links"]
|
features = ["responsive design", "social links"]
|
||||||
min_version = "0.41.0"
|
min_version = "0.41.0"
|
||||||
|
|
Loading…
Reference in a new issue