This commit is contained in:
parent
b85bbc9f95
commit
ac9d13df6e
15
hugo.yaml
15
hugo.yaml
@ -2,7 +2,20 @@ baseURL: https://blog.cybershell.xyz
|
|||||||
languageCode: en-us
|
languageCode: en-us
|
||||||
title: CyberShell's Blog
|
title: CyberShell's Blog
|
||||||
pagination.pagerSize: 5
|
pagination.pagerSize: 5
|
||||||
theme: PaperMod
|
theme:
|
||||||
|
- PaperMod
|
||||||
|
- plausible-hugo
|
||||||
|
|
||||||
|
params:
|
||||||
|
plausible:
|
||||||
|
enable: true
|
||||||
|
domain: blog.cybershell.xyz
|
||||||
|
|
||||||
|
|
||||||
|
module:
|
||||||
|
imports:
|
||||||
|
- path: plausible-hugo
|
||||||
|
|
||||||
|
|
||||||
enableRobotsTXT: true
|
enableRobotsTXT: true
|
||||||
buildDrafts: false
|
buildDrafts: false
|
||||||
|
@ -1,7 +1 @@
|
|||||||
<script>
|
<!-- <script defer data-domain="blog.cybershell.xyz" src="https://stats.andrewnw.com/js/script.outbound-links.tagged-events.js"></script> -->
|
||||||
window.goatcounter = {
|
|
||||||
path: function(p) { return location.host + p }
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
<script data-goatcounter="https://stats.andrewnw.com/count"
|
|
||||||
async src="//stats.andrewnw.com/count.js"></script>
|
|
2
static/_redirects
Normal file
2
static/_redirects
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
/misc/js/script.js https://stats.andrewnw.com/js/script.js 200
|
||||||
|
/misc/api/event https://stats.andrewnw.com/api/event 200
|
Loading…
Reference in New Issue
Block a user