subtle changes
This commit is contained in:
parent
2e2a59ef16
commit
33577df236
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"search.exclude": {
|
||||||
|
"**/public": true
|
||||||
|
}
|
||||||
|
}
|
|
@ -22,6 +22,6 @@ _testmain.go
|
||||||
*.exe
|
*.exe
|
||||||
*.test
|
*.test
|
||||||
|
|
||||||
/public
|
public/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.hugo_build.lock
|
.hugo_build.lock
|
||||||
|
|
|
@ -90,7 +90,8 @@ outputs:
|
||||||
params:
|
params:
|
||||||
env: production # to enable google analytics, opengraph, twitter-cards and schema.
|
env: production # to enable google analytics, opengraph, twitter-cards and schema.
|
||||||
description: "Theme PaperModX - https://github.com/reorx/hugo-PaperModX"
|
description: "Theme PaperModX - https://github.com/reorx/hugo-PaperModX"
|
||||||
author: ["reorx", "adityatelange"]
|
author:
|
||||||
|
- Reorx
|
||||||
|
|
||||||
defaultTheme: auto
|
defaultTheme: auto
|
||||||
# disableThemeToggle: true
|
# disableThemeToggle: true
|
||||||
|
@ -133,6 +134,8 @@ params:
|
||||||
|
|
||||||
To get started, please head to the [Docs](docs).
|
To get started, please head to the [Docs](docs).
|
||||||
|
|
||||||
|
To see examples of different contents, head to [examples tag](tags/example).
|
||||||
|
|
||||||
socialIcons:
|
socialIcons:
|
||||||
- name: github-simple
|
- name: github-simple
|
||||||
url: "https://github.com/reorx/hugo-PaperModX"
|
url: "https://github.com/reorx/hugo-PaperModX"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<span style="display: inline-block; margin-left: 1em;">
|
<span style="display: inline-block; margin-left: 1em;">
|
||||||
Powered by
|
Powered by
|
||||||
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
|
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
|
||||||
<a href="https://github.com/reorx/hugo-PaperMod" rel="noopener" target="_blank">PaperMod</a>
|
<a href="https://github.com/reorx/hugo-PaperModX" rel="noopener" target="_blank">PaperModX</a>
|
||||||
</span>
|
</span>
|
||||||
</footer>
|
</footer>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in New Issue