From af3521fd0e1a2a27ed6db08f453ff8354ba3b9e8 Mon Sep 17 00:00:00 2001 From: RayHammer Date: Mon, 12 Sep 2022 22:05:57 +0200 Subject: Added an index page. --- config.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'config.yaml') diff --git a/config.yaml b/config.yaml index f8542cb..a4dcab7 100644 --- a/config.yaml +++ b/config.yaml @@ -1,4 +1,11 @@ baseURL: 'http://example.org/' languageCode: 'en-us' -title: 'My New Hugo Site' -theme: "ananke" \ No newline at end of file +title: "RayHammer" +theme: "ananke" + +DefaultContentLanguage: "en" +SectionPagesMenu: "main" + +params: + author: "RayHammer" + description: "Privacy and security online." \ No newline at end of file -- cgit v1.2.3