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