diff --git a/.gitmodules b/.gitmodules index d7b0cca..434ce5d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [submodule "themes/lynx"] path = themes/lynx url = https://forge.alexselimov.com/aselimov/lynx.git -[submodule "themes/LucentLink-Hugo"] - path = themes/LucentLink-Hugo - url = https://forge.alexselimov.com/aselimov/LucentLink.git diff --git a/config.toml b/config.toml index aa034a9..6cfa9e7 100644 --- a/config.toml +++ b/config.toml @@ -1,14 +1,19 @@ -baseURL = "https://alexanderselimov.com" -languageCode = "en-us" +theme = "lynx" title = "Alexander Selimov" -theme = "LucentLink-Hugo" -minVersion = "0.115.0" -[params] -description = "Alexander Selimov's Website" -copyright = "2025 Alexander Selimov" -background_image = "background.jpg" -googleAnalytics = "" # your GA ID, if any +enableEmoji = true +disableKinds = ["taxonomy", "term"] -[outputs] -home = ["HTML"] +[params.author] + 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 diff --git a/content/_index.md b/content/_index.md index b61e126..e8bb138 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,24 +1,5 @@ --- -title: "Alexander Selimov" -profileImage: "hero.png" -name: "Alexander Selimov" -description: "Award-winning poet, writer, performing artist, and Latin American Studies Professor." +description: "Alexander Selimov's Website" +--- -links: - - 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: "" ---- +View links to my poetry, music, and writings below diff --git a/static/background.jpg b/static/background.jpg deleted file mode 100644 index 7c46760..0000000 Binary files a/static/background.jpg and /dev/null differ diff --git a/static/hero.png b/static/hero.png deleted file mode 100644 index a70008b..0000000 Binary files a/static/hero.png and /dev/null differ diff --git a/themes/LucentLink-Hugo b/themes/LucentLink-Hugo deleted file mode 160000 index 206c1be..0000000 --- a/themes/LucentLink-Hugo +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 206c1be241d72e5925613155413dffef4ee6f9ac