diff --git a/hugo/hugo.toml b/hugo/hugo.toml index e83c183..ea2cd82 100644 --- a/hugo/hugo.toml +++ b/hugo/hugo.toml @@ -1,6 +1,6 @@ baseURL = 'https://example.org/' languageCode = 'en-us' -title = 'My New Hugo Site' +title = 'My Notes' theme = 'hugo-book' contentDir = '../docs' ignoreLogs = ['warning-goldmark-raw-html']