Compare commits
2 commits
d40d1adcaf
...
efb3539d75
Author | SHA1 | Date | |
---|---|---|---|
efb3539d75 | |||
026ed5c35d |
6 changed files with 37 additions and 19 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +1,6 @@
|
|||
[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
|
||||
|
|
27
config.toml
27
config.toml
|
@ -1,19 +1,14 @@
|
|||
theme = "lynx"
|
||||
baseURL = "https://alexanderselimov.com"
|
||||
languageCode = "en-us"
|
||||
title = "Alexander Selimov"
|
||||
theme = "LucentLink-Hugo"
|
||||
minVersion = "0.115.0"
|
||||
|
||||
enableEmoji = true
|
||||
disableKinds = ["taxonomy", "term"]
|
||||
[params]
|
||||
description = "Alexander Selimov's Website"
|
||||
copyright = "2025 Alexander Selimov"
|
||||
background_image = "background.jpg"
|
||||
googleAnalytics = "" # your GA ID, if any
|
||||
|
||||
[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
|
||||
[outputs]
|
||||
home = ["HTML"]
|
||||
|
|
|
@ -1,5 +1,24 @@
|
|||
---
|
||||
description: "Alexander Selimov's Website"
|
||||
---
|
||||
title: "Alexander Selimov"
|
||||
profileImage: "hero.png"
|
||||
name: "Alexander Selimov"
|
||||
description: "Award-winning poet, writer, performing artist, and Latin American Studies Professor."
|
||||
|
||||
View links to my poetry, music, and writings below
|
||||
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: ""
|
||||
---
|
||||
|
|
BIN
static/background.jpg
Normal file
BIN
static/background.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 MiB |
BIN
static/hero.png
Normal file
BIN
static/hero.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 MiB |
1
themes/LucentLink-Hugo
Submodule
1
themes/LucentLink-Hugo
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 206c1be241d72e5925613155413dffef4ee6f9ac
|
Loading…
Add table
Add a link
Reference in a new issue