Fix various issues and re-style framed banner
All checks were successful
Build and Deploy Hugo / deploy (push) Successful in -16m14s

This commit is contained in:
Alex Selimov 2025-07-13 21:56:54 -04:00
parent 669c977ed0
commit a367a49a96
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31
7 changed files with 73 additions and 46 deletions

View file

@ -8,7 +8,7 @@ unsafe = true
[params]
contentTypeName = "posts"
showMenuItems = 5
showMenuItems = 3
postsToShowOnIndex = 3
fullWidthTheme = false
centerTheme = true
@ -18,13 +18,12 @@ tag = "tags"
topic = "topics"
[languages]
[languages.en]
[languages.en.params]
title = "Alex Selimov"
subtitle = ""
keywords = ""
copyright = "© Alex Selimov"
[languages.en.params]
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
@ -35,17 +34,25 @@ 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
weight = 1
[[languages.en.menu.main]]
identifier = "git"
name = "[Git]"
url = "https://forge.alexselimov.com/aselimov"
weight = 10
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"