From 33577df236d6b0a5f98207c3c1767f5531450fca Mon Sep 17 00:00:00 2001 From: Reorx Date: Thu, 14 Apr 2022 16:28:27 +0800 Subject: [PATCH] subtle changes --- .vscode/settings.json | 5 +++++ exampleSite/.gitignore | 2 +- exampleSite/config.yml | 5 ++++- layouts/partials/footer.html | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..64c54d7 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "search.exclude": { + "**/public": true + } +} diff --git a/exampleSite/.gitignore b/exampleSite/.gitignore index 250ee61..5b1f2d7 100644 --- a/exampleSite/.gitignore +++ b/exampleSite/.gitignore @@ -22,6 +22,6 @@ _testmain.go *.exe *.test -/public +public/ .DS_Store .hugo_build.lock diff --git a/exampleSite/config.yml b/exampleSite/config.yml index 1d90437..92863fd 100644 --- a/exampleSite/config.yml +++ b/exampleSite/config.yml @@ -90,7 +90,8 @@ outputs: params: env: production # to enable google analytics, opengraph, twitter-cards and schema. description: "Theme PaperModX - https://github.com/reorx/hugo-PaperModX" - author: ["reorx", "adityatelange"] + author: + - Reorx defaultTheme: auto # disableThemeToggle: true @@ -133,6 +134,8 @@ params: To get started, please head to the [Docs](docs). + To see examples of different contents, head to [examples tag](tags/example). + socialIcons: - name: github-simple url: "https://github.com/reorx/hugo-PaperModX" diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index b426c5a..8e34467 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -11,7 +11,7 @@ Powered by Hugo & - PaperMod + PaperModX {{- end }}