Fix various issues and re-style framed banner
All checks were successful
Build and Deploy Hugo / deploy (push) Successful in -16m14s
All checks were successful
Build and Deploy Hugo / deploy (push) Successful in -16m14s
This commit is contained in:
parent
669c977ed0
commit
a367a49a96
7 changed files with 73 additions and 46 deletions
29
hugo.toml
29
hugo.toml
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue