From 9055a8209833ffa9f6924cf18022966b2e490725 Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Sat, 11 Dec 2021 11:02:53 +0530 Subject: [PATCH] add to config.yml --- config.yml | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/config.yml b/config.yml index d53b44c..be84332 100644 --- a/config.yml +++ b/config.yml @@ -1,3 +1,28 @@ -baseURL: http://example.org/ +baseURL: "https://pratyushdesai.com/" languageCode: en-us -title: My New Hugo Site +title: workspace +paginate: 5 +theme: PaperMod + + +minify: + disableXML: true + minifyOutput: true + +params: + title: workspace + description: "Me at work" + keywords: [Blog, Portfolio] + authore: Me + DateFormat: "January 2, 2006" + defaultTheme: auto + disableThemeToggle: false + + ShowReadingTime: true + ShowShareButtons: true + ShowPostNavLinks: true + ShowBreadCrumbs: true + + ShowCodeCopyButtons: true + disableSpecial1stPost: false + disableScrollToTop: false \ No newline at end of file