diff --git a/README.md b/README.md index 93718a2..68c6415 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ These settings to display your social accounts. - `hackernews`: Your [Y Combinator Hackernews](https://news.ycombinator.com) username. - `kickstarter`: Your [Kickstarter](https://kickstarter.com) username. - `patreon`: Your [Patreon](https://patreon.com) username. -- `pintrest`: Your [Pintrest](https://pintrest.com) username. +- `pinterest`: Your [Pinterest](https://pinterest.com) username. - `steam`: Your [Steam](https://steamcommunity.com) username. - `reddit`: Your [Reddit](https://www.reddit.com) username. - `snapchat`: Your [Snapchat](https://snapchat.com) username. diff --git a/exampleSite/hugo.toml b/exampleSite/hugo.toml index ca48f09..f4b4bda 100644 --- a/exampleSite/hugo.toml +++ b/exampleSite/hugo.toml @@ -55,7 +55,7 @@ foursquare = "" hackernews = "" kickstarter = "" patreon = "" -pintrest = "" +pinterest = "" steam = "" reddit = "" snapchat = "" diff --git a/layouts/partials/social.html b/layouts/partials/social.html index e7e5d1d..282b023 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -74,8 +74,8 @@ {{ with .Site.Params.social.patreon}} {{ end }} - {{ with .Site.Params.social.pintrest}} - + {{ with .Site.Params.social.pinterest}} + {{ end }} {{ with .Site.Params.social.steam}} diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..39be5e4 --- /dev/null +++ b/renovate.json @@ -0,0 +1,11 @@ +{ + "extends": [ + "config:base" + ], + "packageRules": [ + { + "updateTypes": ["minor", "patch", "pin", "digest"], + "automerge": true + } + ] +} diff --git a/theme.toml b/theme.toml index 4fa32ff..cb8c1e2 100644 --- a/theme.toml +++ b/theme.toml @@ -1,9 +1,9 @@ name = "Goa" license = "MIT" -licenselink = "https://github.com/stiebke/hugo-goa/blob/master/LICENSE.md" +licenselink = "https://git.hadan-it.com/stiebke/hugo-goa/raw/branch/main/LICENSE" description = "Simple Minimalist Hugo Theme" -homepage = "https://github.com/stiebke/hugo-goa" -demosite = "https://stephan.hadan.de/hugo-goa-demo/" +homepage = "https://git.hadan-it.com/stiebke/hugo-goa" +demosite = "https://preview.hadan-it.com/hugo-goa-demo/" tags = [ "Roboto", "Lato",