Add back repo page
All checks were successful
Build and deploy site / Build and deploy site (push) Successful in 37s
All checks were successful
Build and deploy site / Build and deploy site (push) Successful in 37s
This commit is contained in:
parent
8c10d25aaa
commit
693a3f307b
6 changed files with 10 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"paths": {
|
"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/*"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
title: Korhonen AUR
|
title: Korhonen AUR
|
||||||
date: 2022-03-25
|
date: 2022-03-25
|
||||||
featured_image: hero.jpg
|
featured_image: hero.jpg
|
||||||
draft: true
|
|
||||||
---
|
---
|
||||||
= Korhonen AUR
|
= Korhonen AUR
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
title: Korhonen AUR
|
title: Korhonen AUR
|
||||||
date: 2022-03-25
|
date: 2022-03-25
|
||||||
featured_image: hero.jpg
|
featured_image: hero.jpg
|
||||||
draft: true
|
|
||||||
---
|
---
|
||||||
= Korhonen AUR
|
= Korhonen AUR
|
||||||
|
|
||||||
|
|
|
@ -12,8 +12,8 @@ showOnFooter = true
|
||||||
[[customMenus]]
|
[[customMenus]]
|
||||||
name = "Repo"
|
name = "Repo"
|
||||||
url = "/korhonen_aur"
|
url = "/korhonen_aur"
|
||||||
hideFromNavbar = true
|
hideFromNavbar = false
|
||||||
showOnFooter = false
|
showOnFooter = true
|
||||||
|
|
||||||
[[customMenus]]
|
[[customMenus]]
|
||||||
name = "Website source code"
|
name = "Website source code"
|
||||||
|
|
|
@ -12,8 +12,8 @@ showOnFooter = true
|
||||||
[[customMenus]]
|
[[customMenus]]
|
||||||
name = "Repo"
|
name = "Repo"
|
||||||
url = "/fi/korhonen_aur"
|
url = "/fi/korhonen_aur"
|
||||||
hideFromNavbar = true
|
hideFromNavbar = false
|
||||||
showOnFooter = false
|
showOnFooter = true
|
||||||
|
|
||||||
[[customMenus]]
|
[[customMenus]]
|
||||||
name = "Nettisivun lähdekoodi"
|
name = "Nettisivun lähdekoodi"
|
||||||
|
|
|
@ -26,6 +26,11 @@
|
||||||
"url": "/posts",
|
"url": "/posts",
|
||||||
"description": "Blog posts by Marko Korhonen"
|
"description": "Blog posts by Marko Korhonen"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Repo",
|
||||||
|
"url": "/repo",
|
||||||
|
"description": "Repo information page"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "PGP",
|
"name": "PGP",
|
||||||
"url": "/pgp",
|
"url": "/pgp",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue