diff options
author | mms <git@sapka.me> | 2024-11-23 22:43:55 +0100 |
---|---|---|
committer | mms <git@sapka.me> | 2024-11-23 22:43:55 +0100 |
commit | 1711cc312f7e65e2fb9dc633f8d5dc06f67ddf0c (patch) | |
tree | dd5e21eb5a09e607ed4e0623dea7f83367b7a655 /config | |
parent | 877a7217fc25820abf7ef5e57bee2ed87a118c04 (diff) |
feat: links|
Diffstat (limited to 'config')
-rw-r--r-- | config/_default/hugo.toml | 2 | ||||
-rw-r--r-- | config/_default/menus.en.toml | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 4a891c0..587533f 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -1,6 +1,6 @@ baseURL = 'https://crys.site' languageCode = 'en-us' -title = "Michał Sapka's website" +title = "Crys Site" tagline = "Hello do Michał's weblog!" theme = "24-unification" diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index a2d4949..eaf2344 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -213,6 +213,9 @@ name = "Contact" pageRef = "/more/contact" +[[sections-extra]] + name = "Links" + pageRef = "/more/Links" # [[sections]] # name = "Links" |