update config and baseof.html in layouts
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
This commit is contained in:
parent
ce1e24bd29
commit
0a297bb6cd
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
deploy
|
deploy
|
||||||
public
|
public
|
||||||
.hugo_build.lock
|
.hugo_build.lock
|
||||||
resources/
|
resources/
|
||||||
|
.codegpt
|
@ -1,4 +1,3 @@
|
|||||||
theme: "PaperMod"
|
|
||||||
enableRobotsTXT: true
|
enableRobotsTXT: true
|
||||||
baseurl: "https://andrewnw.xyz"
|
baseurl: "https://andrewnw.xyz"
|
||||||
title: "Andrew's Website"
|
title: "Andrew's Website"
|
||||||
@ -7,8 +6,6 @@ theme:
|
|||||||
- PaperMod
|
- PaperMod
|
||||||
- plausible-hugo
|
- plausible-hugo
|
||||||
|
|
||||||
params:
|
|
||||||
|
|
||||||
|
|
||||||
module:
|
module:
|
||||||
imports:
|
imports:
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
{{ partial "plausible_head.html" . }}
|
{{ partial "plausible_head.html" . }}
|
||||||
<!-- {{ partial "plausible_csp.html" . }} -->
|
|
||||||
{{- partial "head.html" . }}
|
{{- partial "head.html" . }}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user