diff --git a/assets/jsconfig.json b/assets/jsconfig.json index e1ea500..43ead3a 100644 --- a/assets/jsconfig.json +++ b/assets/jsconfig.json @@ -3,7 +3,7 @@ "baseUrl": ".", "paths": { "*": [ - "../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/v4@v4.8.0/assets/*" + "../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/v4@v4.9.0/assets/*" ] } } diff --git a/content/korhonen_aur/index.adoc b/content/korhonen_aur/index.adoc index 37e8180..5250001 100644 --- a/content/korhonen_aur/index.adoc +++ b/content/korhonen_aur/index.adoc @@ -2,7 +2,6 @@ title: Korhonen AUR date: 2022-03-25 featured_image: hero.jpg -draft: true --- = Korhonen AUR diff --git a/content/korhonen_aur/index.fi.adoc b/content/korhonen_aur/index.fi.adoc index 4e6616b..1d9a610 100644 --- a/content/korhonen_aur/index.fi.adoc +++ b/content/korhonen_aur/index.fi.adoc @@ -2,7 +2,6 @@ title: Korhonen AUR date: 2022-03-25 featured_image: hero.jpg -draft: true --- = Korhonen AUR diff --git a/data/en/site.toml b/data/en/site.toml index 1beac28..882f6e4 100644 --- a/data/en/site.toml +++ b/data/en/site.toml @@ -12,8 +12,8 @@ showOnFooter = true [[customMenus]] name = "Repo" url = "/korhonen_aur" -hideFromNavbar = true -showOnFooter = false +hideFromNavbar = false +showOnFooter = true [[customMenus]] name = "Website source code" diff --git a/data/fi/site.toml b/data/fi/site.toml index 171ce2e..ad05d50 100644 --- a/data/fi/site.toml +++ b/data/fi/site.toml @@ -12,8 +12,8 @@ showOnFooter = true [[customMenus]] name = "Repo" url = "/fi/korhonen_aur" -hideFromNavbar = true -showOnFooter = false +hideFromNavbar = false +showOnFooter = true [[customMenus]] name = "Nettisivun lähdekoodi" diff --git a/static/site.webmanifest b/static/site.webmanifest index d13b753..a92100e 100644 --- a/static/site.webmanifest +++ b/static/site.webmanifest @@ -26,6 +26,11 @@ "url": "/posts", "description": "Blog posts by Marko Korhonen" }, + { + "name": "Repo", + "url": "/repo", + "description": "Repo information page" + }, { "name": "PGP", "url": "/pgp",