alexanderselimov.com/config.toml

15 lines
360 B
TOML
Raw Normal View History

2025-09-03 22:19:19 -04:00
baseURL = "https://alexanderselimov.com"
languageCode = "en-us"
2025-09-02 22:25:29 -04:00
title = "Alexander Selimov"
2025-09-03 22:19:19 -04:00
theme = "LucentLink-Hugo"
minVersion = "0.115.0"
2025-09-02 22:25:29 -04:00
2025-09-03 22:19:19 -04:00
[params]
description = "Alexander Selimov's Website"
2025-09-04 08:07:56 -04:00
copyright = "2025 Alexander Selimov"
background_image = "background.jpg"
2025-09-03 22:19:19 -04:00
googleAnalytics = "" # your GA ID, if any
2025-09-02 22:25:29 -04:00
2025-09-03 22:19:19 -04:00
[outputs]
home = ["HTML"]