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": ".",
|
||||
"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
|
||||
date: 2022-03-25
|
||||
featured_image: hero.jpg
|
||||
draft: true
|
||||
---
|
||||
= Korhonen AUR
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
title: Korhonen AUR
|
||||
date: 2022-03-25
|
||||
featured_image: hero.jpg
|
||||
draft: true
|
||||
---
|
||||
= Korhonen AUR
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -26,6 +26,11 @@
|
|||
"url": "/posts",
|
||||
"description": "Blog posts by Marko Korhonen"
|
||||
},
|
||||
{
|
||||
"name": "Repo",
|
||||
"url": "/repo",
|
||||
"description": "Repo information page"
|
||||
},
|
||||
{
|
||||
"name": "PGP",
|
||||
"url": "/pgp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue