diff --git a/README.md b/README.md index 62782d9..019047b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/theme.toml b/theme.toml index bcef3a3..3b8aa81 100644 --- a/theme.toml +++ b/theme.toml @@ -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"