All checks were successful
Build and Deploy Hugo / deploy (push) Successful in 18s
60 lines
1.1 KiB
TOML
60 lines
1.1 KiB
TOML
baseURL = "https://www.alexselimov.com/"
|
|
languageCode = "en-US"
|
|
theme = "hugo-bearcub"
|
|
defaultContentLanguage = "en"
|
|
copyright = "© Alex Selimov"
|
|
enableRobotsTXT = true
|
|
|
|
[pagination]
|
|
pagerSize = 10
|
|
|
|
[markup]
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
[markup.highlight]
|
|
lineNos = true
|
|
lineNumbersInTable = false
|
|
noClasses = false
|
|
|
|
[taxonomies]
|
|
tag = "tags"
|
|
topic = "topics"
|
|
|
|
[languages]
|
|
[languages.en]
|
|
title = "Alex Selimov"
|
|
languageName = "en-US"
|
|
languageCode = "en-US"
|
|
[languages.en.menu]
|
|
[[languages.en.menu.main]]
|
|
identifier = "home"
|
|
name = "Home"
|
|
url = "/"
|
|
weight = 1
|
|
[[languages.en.menu.main]]
|
|
identifier = "projects"
|
|
name = "Projects"
|
|
url = "/projects/"
|
|
weight = 2
|
|
[[languages.en.menu.main]]
|
|
identifier = "about"
|
|
name = "About"
|
|
url = "/about/"
|
|
weight = 3
|
|
|
|
[params]
|
|
description = "Alex Selimov personal site and blog."
|
|
title = "Alex Selimov"
|
|
favicon = "favicon.png"
|
|
images = ["og-image.png"]
|
|
dateFormat = "2006-01-02"
|
|
hideUntranslated = false
|
|
themeStyle = "herman"
|
|
generateSocialCard = true
|
|
postsToShowOnIndex = 10
|
|
upvotes = true
|
|
upvoteApi = "https://www.alexselimov.com/api"
|
|
|
|
[params.author]
|
|
name = "Alex Selimov"
|
|
email = "alex@alexselimov.com"
|