diff options
-rw-r--r-- | config.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config.toml b/config.toml index e4b7418..52f63a4 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,4 @@ -baseURL = "http://example.org/" +baseURL = "https://lambda.cx/" languageCode = "en-us" -title = "My New Hugo Site" +title = "Dante Catalfamo's Blog" +theme = "fuji" |