AlexSelimov.com/hugo.toml

59 lines
1.2 KiB
TOML
Raw Permalink Normal View History

baseurl = "https://www.alexselimov.com/"
languageCode = "en-us"
theme = "hugo-theme-terminal"
pagination.pagerSize = 5
[markup.goldmark.renderer]
unsafe = true
[params]
contentTypeName = "posts"
showMenuItems = 3
postsToShowOnIndex = 3
fullWidthTheme = false
centerTheme = true
[taxonomies]
tag = "tags"
topic = "topics"
[languages]
[languages.en.params]
title = "Alex Selimov"
subtitle = ""
keywords = ""
copyright = "© Alex Selimov"
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
[languages.en.params.logo]
logoText = "Alex Selimov"
logoHomeLink = "/"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "cv"
name = "[CV]"
url = "/cv"
weight = 1
[[languages.en.menu.main]]
identifier = "git"
name = "[Git]"
url = "https://forge.alexselimov.com/aselimov"
weight = 1
[[languages.en.menu.main]]
identier = "linkedIn"
name = "[LinkedIn]"
url = "https://www.linkedin.com/in/alex-selimov/"
weight = 2
[[languages.en.menu.main]]
identier = "Scholar"
name = "[Google Scholar]"
url = "https://scholar.google.com/citations?user=w6unVk8AAAAJ&hl=en&oi=ao"
[[languages.en.menu.main]]
identifier = "gpg"
name = "[GPG public key]"
url = "./public.key"