theme link

This commit is contained in:
Radek
2026-07-15 13:02:40 +01:00
parent f4c468495b
commit 8dfc090419
8 changed files with 178 additions and 0 deletions
+33
View File
@@ -3,3 +3,36 @@ locale = 'en-gb'
title = 'R.A.B.I.D.s'
theme = 'gokarna'
publishDir = "."
enableRobotsTXT = true
[menu]
[[menu.main]]
# Display name
name = "Posts"
# Relative URL slug (appended to baseURL)
url = "/posts/"
# Lower weights are listed first in the menu (leftmost); higher weights are
# listed last in the menu (rightmost)
weight = 1
[[menu.main]]
name = "Tags"
url = "/tags/"
weight = 2
[[menu.main]]
# Unique identifiers are required for menu entries without a name property,
# or for menu entries which re-use a name
identifier = "github"
# Absolute URL to external resource
url = "https://github.com"
weight = 3
# Surround the menu entry (or name) with HTML content, such as Feather
# icons: https://feathericons.com
pre = "<span data-feather='github'></span>"
post = ""