Compare commits

..

No commits in common. "dad3b23c835557c35dc511daf32a9a0b14d466b9" and "d40d1adcaf91870cdfd629e4d12fba3836d3b64d" have entirely different histories.

6 changed files with 19 additions and 37 deletions

3
.gitmodules vendored
View file

@ -1,6 +1,3 @@
[submodule "themes/lynx"] [submodule "themes/lynx"]
path = themes/lynx path = themes/lynx
url = https://forge.alexselimov.com/aselimov/lynx.git url = https://forge.alexselimov.com/aselimov/lynx.git
[submodule "themes/LucentLink-Hugo"]
path = themes/LucentLink-Hugo
url = https://forge.alexselimov.com/aselimov/LucentLink.git

View file

@ -1,14 +1,19 @@
baseURL = "https://alexanderselimov.com" theme = "lynx"
languageCode = "en-us"
title = "Alexander Selimov" title = "Alexander Selimov"
theme = "LucentLink-Hugo"
minVersion = "0.115.0"
[params] enableEmoji = true
description = "Alexander Selimov's Website" disableKinds = ["taxonomy", "term"]
copyright = "2025 Alexander Selimov"
background_image = "background.jpg"
googleAnalytics = "" # your GA ID, if any
[outputs] [params.author]
home = ["HTML"] name = "Alexander Selimov"
headline = '''Award-winning poet, writer, performing artist, and Latin American Studies Professor.'''
image = "hero.png"
links = [
{ link = { href = "https://bottlecap.press/products/cosmas", text = "Cosmic Beat: Poetry available at BottleCap Press", icon="book" } },
{ youtube = { href = "https://m.youtube.com/@alexanderselimov2082", text = "Music" } },
{ amazon = { href = "https://www.amazon.com/stores/Alexander-Selimov/author/B001KIYHFA?ref=ap_rdr&ccs_id=b261fecc-3ca7-48cf-abd9-35bb4e2c099a", text = "Books" } },
{ linkedin = { href = "https://www.linkedin.com/in/alexander-selimov-49a21510/", text = "LinkedIn" } },
]
[markup.highlight]
noClasses = false

View file

@ -1,24 +1,5 @@
--- ---
title: "Alexander Selimov" description: "Alexander Selimov's Website"
profileImage: "hero.png" ---
name: "Alexander Selimov"
description: "Award-winning poet, writer, and performing artist."
links: View links to my poetry, music, and writings below
- href: "https://bottlecap.press/products/cosmas"
icon: "fa-solid fa-book"
title: "COSMIC BEAT"
description: "Available now at BottleCap Press!"
- href: "https://m.youtube.com/@alexanderselimov2082"
icon: "fa-brands fa-youtube"
title: "Music and Performances"
description: ""
- href: "https://www.amazon.com/stores/Alexander-Selimov/author/B001KIYHFA?ref=ap_rdr&ccs_id=b261fecc-3ca7-48cf-abd9-35bb4e2c099a"
icon: "fa-brands fa-amazon"
title: "Bookstore"
description: ""
- href: "https://www.linkedin.com/in/alexander-selimov-49a21510/"
icon: "fa-brands fa-linkedin"
title: "LinkedIn"
description: ""
---

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

@ -1 +0,0 @@
Subproject commit 5a9da78cd0707006886e22abc6672f4cb4b015e5