Basic lynx version of site
This commit is contained in:
parent
0e5ecd307b
commit
a912048f9c
11 changed files with 104 additions and 3 deletions
19
config.toml
Normal file
19
config.toml
Normal file
|
@ -0,0 +1,19 @@
|
|||
theme = "lynx"
|
||||
title = "Alexander Selimov"
|
||||
|
||||
enableEmoji = true
|
||||
disableKinds = ["taxonomy", "term"]
|
||||
|
||||
[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
|
Loading…
Add table
Add a link
Reference in a new issue