From f86a767a266cc1b042e8999e52ce509929f9c819 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Fri, 7 Mar 2025 18:53:44 -0800 Subject: [PATCH] Document the needed markup.highlight config --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed37155c..c6f6e864 100644 --- a/README.md +++ b/README.md @@ -129,19 +129,22 @@ please share it by [posting a link](https://github.com/willfaught/paige/discussi $ hugo new yourpost.md ``` -5. Install the Paige module: +5. Configure your module: ```sh $ cd yoursite $ hugo mod init github.com/youraccount/yoursite - $ hugo mod get github.com/willfaught/paige@latest ``` -6. Import the Paige module: +6. Configure the Paige module: ```sh $ cd yoursite + $ hugo mod get github.com/willfaught/paige@latest $ cat >>hugo.toml <