Change example config to use theme module

This commit is contained in:
Will Faught
2022-12-20 15:23:27 -08:00
parent 3a1454fafb
commit 978609840f

View File

@@ -319,6 +319,9 @@ markup:
unsafe: true
highlight:
style: vs
module:
imports:
- path: "github.com/willfaught/paige"
outputs:
home:
- html
@@ -372,7 +375,6 @@ permalinks:
blog: /blog/:year/:month/:day/:title/
social:
twitter: example
theme: paige
timezone: America/Los_Angeles
titlecasestyle: Go
```