diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 501a56b..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-public/*
-resources/*
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index 28bfcc1..0000000
--- a/.gitmodules
+++ /dev/null
@@ -1,3 +0,0 @@
-[submodule "themes/lynx"]
- path = themes/lynx
- url = https://github.com/jpanther/lynx.git
diff --git a/.hugo_build.lock b/.hugo_build.lock
deleted file mode 100644
index e69de29..0000000
diff --git a/archetypes/default.md b/archetypes/default.md
deleted file mode 100644
index 25b6752..0000000
--- a/archetypes/default.md
+++ /dev/null
@@ -1,5 +0,0 @@
-+++
-date = '{{ .Date }}'
-draft = true
-title = '{{ replace .File.ContentBaseName "-" " " | title }}'
-+++
diff --git a/assets/css/custom.css b/assets/css/custom.css
deleted file mode 100644
index 357abab..0000000
--- a/assets/css/custom.css
+++ /dev/null
@@ -1,9 +0,0 @@
-.link-font-awesome {
- background: rgb(131, 58, 180);
- background: linear-gradient(
- 90deg,
- rgba(131, 58, 180, 1) 0%,
- rgba(253, 29, 29, 1) 50%,
- rgba(252, 176, 69, 1) 100%
- );
-}
diff --git a/assets/hero.png b/assets/hero.png
deleted file mode 100644
index a70008b..0000000
Binary files a/assets/hero.png and /dev/null differ
diff --git a/assets/icons/book.svg b/assets/icons/book.svg
deleted file mode 100644
index 37415f7..0000000
--- a/assets/icons/book.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
\ No newline at end of file
diff --git a/config.toml b/config.toml
deleted file mode 100644
index 6cfa9e7..0000000
--- a/config.toml
+++ /dev/null
@@ -1,19 +0,0 @@
-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
diff --git a/content/_index.md b/content/_index.md
deleted file mode 100644
index e8bb138..0000000
--- a/content/_index.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-description: "Alexander Selimov's Website"
----
-
-View links to my poetry, music, and writings below
diff --git a/content/styles.md b/content/styles.md
deleted file mode 100644
index 078fb57..0000000
--- a/content/styles.md
+++ /dev/null
@@ -1,52 +0,0 @@
----
-title: Link styles
----
-
-These are all the built-in link styles available in Lynx. Don't forget that you can also create your own styles --- check the [readme](https://github.com/jpanther/lynx/blob/stable/README.md) for more details.
-
-
-
-
-{{< link email >}}
-{{< link link >}}
-{{< link amazon >}}
-{{< link apple >}}
-{{< link bandcamp >}}
-{{< link bluesky >}}
-{{< link codepen >}}
-{{< link dev >}}
-{{< link discord >}}
-{{< link dribbble >}}
-{{< link facebook >}}
-{{< link flickr >}}
-{{< link foursquare >}}
-{{< link github >}}
-{{< link gitlab >}}
-{{< link google >}}
-{{< link instagram >}}
-{{< link keybase >}}
-{{< link kickstarter >}}
-{{< link lastfm >}}
-{{< link linkedin >}}
-{{< link mastodon >}}
-{{< link medium >}}
-{{< link microsoft >}}
-{{< link patreon >}}
-{{< link pinterest >}}
-{{< link reddit >}}
-{{< link slack >}}
-{{< link snapchat >}}
-{{< link soundcloud >}}
-{{< link spotify >}}
-{{< link stack-exchange >}}
-{{< link stack-overflow >}}
-{{< link steam >}}
-{{< link telegram >}}
-{{< link threads >}}
-{{< link tiktok >}}
-{{< link tumblr >}}
-{{< link twitch >}}
-{{< link twitter >}}
-{{< link whatsapp >}}
-{{< link x >}}
-{{< link youtube >}}
diff --git a/hugo.toml b/hugo.toml
new file mode 100644
index 0000000..9170f98
--- /dev/null
+++ b/hugo.toml
@@ -0,0 +1,3 @@
+baseURL = 'https://alexanderselimov.com/'
+languageCode = 'en-us'
+title = 'Alexander Selimov'
diff --git a/layouts/shortcodes/link.html b/layouts/shortcodes/link.html
deleted file mode 100644
index 0636009..0000000
--- a/layouts/shortcodes/link.html
+++ /dev/null
@@ -1,8 +0,0 @@
-
- {{ partial "icon.html" (.Get 0) }}
- {{ .Get 0 }}
-
diff --git a/themes/lynx b/themes/lynx
deleted file mode 160000
index 87e68e2..0000000
--- a/themes/lynx
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 87e68e24daceb16e2f8cd0fae3121c4fde21d067