From d9ddb9cc39352ba028d25bfb1ff708d159e824da Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Tue, 2 Sep 2025 09:46:56 -0400 Subject: [PATCH] Initial commit --- hugo.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hugo.toml 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'