Initial commit of site with new terminal theme

This commit is contained in:
Alex Selimov 2025-07-11 23:23:10 -04:00
commit a3cb590d26
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31
37 changed files with 1534 additions and 0 deletions

51
hugo.toml Normal file
View file

@ -0,0 +1,51 @@
baseurl = "https://www.alexselimov.com/"
languageCode = "en-us"
theme = "hugo-theme-terminal"
pagination.pagerSize = 5
[markup.goldmark.renderer]
unsafe = true
[params]
contentTypeName = "posts"
showMenuItems = 5
postsToShowOnIndex = 3
fullWidthTheme = false
centerTheme = true
[taxonomies]
tag = "tags"
topic = "topics"
[languages]
[languages.en]
title = "Alex Selimov"
subtitle = ""
keywords = ""
copyright = "© Alex Selimov"
[languages.en.params]
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 = "about"
name = "[About Me]"
url = "/about"
weight = 10
[[languages.en.menu.main]]
identifier = "cv"
name = "[CV]"
url = "/cv"
weight = 10
[[languages.en.menu.main]]
identifier = "git"
name = "[Git]"
url = "https://forge.alexselimov.com/aselimov"
weight = 10