From 978609840f98e441ed5b8f07d9d47772b3fb8da3 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Tue, 20 Dec 2022 15:23:27 -0800 Subject: [PATCH] Change example config to use theme module --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a5e0147c..63e2d44f 100644 --- a/README.md +++ b/README.md @@ -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 ```