diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 86e5798..afaa1d0 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,7 @@ baseURL = "https://ouroboros.rocks/" languageCode = "en-us" title = "Ouroboros" -theme = "terrassa" +theme = "ananke" enableRobotsTXT = true DefaultContentLanguage = "en" @@ -9,6 +9,7 @@ DefaultContentLanguage = "en" description = "Ouroboros is a decentralized packet network" favicon = "/images/ouroboros_icon.png" logo = "/images/ouroboros_compact_64px.png" +featured_image = "/images/ouroboros_bg3.jpg" [params.copy] copy = "" |