diff options
author | 2024-07-06 13:13:44 +0200 | |
---|---|---|
committer | 2024-07-06 13:13:44 +0200 | |
commit | 1e3005083bca22c04f890daca5cf7e74401b0aa3 (patch) | |
tree | 46403fe1f4b883bc757d94a36e11bd5afb96b7d4 /config.toml | |
parent | Initial commit (diff) |
Import all content
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config.toml b/config.toml index 1d7c819..b2ad71b 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,4 @@ -baseURL = 'http://example.org/' -languageCode = 'en-us' -title = 'My New Hugo Site' +baseURL = "https://blog.pythondiscord.com" +languageCode = "en-us" +title = "Python Discord" +theme = "ananke" |