From d6688ce3d40e51c2174570219086b09426b80c8c Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Tue, 15 Dec 2020 09:53:12 +0100 Subject: [PATCH] refactor(config.yaml): clear up --- exampleSite/config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 3301d98..b32cd68 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -1,4 +1,4 @@ -baseurl: 'https://example.com' +baseurl: https://example.com languageCode: en-us theme: hugo-theme-stack paginate: 5 @@ -7,8 +7,8 @@ disqusShortname: hugo-theme-stack # Change it to your Disqus shortname DefaultContentLanguage: en # Theme i18n support permalinks: - post: '/p/:slug/' - page: '/:slug/' + post: /p/:slug/ + page: /:slug/ params: mainSections: @@ -75,7 +75,7 @@ menu: weight: -100 pre: home - - identifier: about-cn + identifier: about name: About url: about weight: -90