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
|
||||
*.test
|
||||
|
||||
/public
|
||||
public/
|
||||
.DS_Store
|
||||
.hugo_build.lock
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<span style="display: inline-block; margin-left: 1em;">
|
||||
Powered by
|
||||
<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>
|
||||
</footer>
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in New Issue