Skip to content

Commit

Permalink
Update config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikola Perović committed Jun 13, 2023
1 parent 0fa8206 commit 2abd961
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
baseURL = 'https://www.peroniko.xyz/'
languageCode = 'en'
defaultContentLanguage = 'en'
title = "Nikola Perović"
theme = ["hugo-cloak-email", "hugo-cite", "m10c"]
theme = ["hugo-cloak-email", "m10c"]
paginate = 8
canonifyURLs = true

[languages]
[languages.en]
title = "Nikola Perović"
languageName = "English"
weight = 1
[languages.sr]
title = "Nikola Perović"
languageName = "SR-MN"
weight = 2

[menu]
[[menu.main]]
identifier = "home"
Expand All @@ -21,6 +32,18 @@ identifier = "about"
name = "About"
url = "/about/"
weight = 3
[[menu.main.sr]]
name = "Početna"
url = "/sr/"
weight = 1
[[menu.main.sr]]
name = "Tags"
url = "/sr/tags/"
weight = 2
[[menu.main.sr]]
name = "O sajtu"
url = "/sr/about/"
weight = 3

[params]
favicon = "/favicon.svg"
Expand All @@ -33,7 +56,7 @@ googleAnalyticsID = "G-7XL7CEV7EW"
# Author
author = "Nikola Perović"
# Description
description = "This is my website where I talk about stuff I'm into. Right now, I'm studying philosophy, but I'm also really interested in Linux and FOSS, film and its history, and literature."
description = "This is my website where I talk about stuff I'm into. Right now, I'm studying philosophy, but I'm also really interested in Linux and FOSS, film and its history, literature and music."
image = "/avatar.webp"
images = ["/featured.svg"]
# Social links
Expand Down

0 comments on commit 2abd961

Please sign in to comment.