From a9918ede7edf5b8261c1108f5569547e0c106961 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch Date: Fri, 25 Sep 2020 21:14:26 +0700 Subject: [PATCH] chore: add title and baseurl to configuration --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index e4b7418..9ca876d 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,3 @@ -baseURL = "http://example.org/" +baseURL = "https://awesome-hugo.dev/" languageCode = "en-us" -title = "My New Hugo Site" +title = "Awesome Hugo"