From 8846d9fddeebc5a9516a96bab6fea945f4cb3c3b Mon Sep 17 00:00:00 2001 From: Will Faught Date: Mon, 27 Mar 2023 22:03:00 -0700 Subject: [PATCH] Move import config below module commands --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 61ebb779..3f010cce 100644 --- a/README.md +++ b/README.md @@ -131,14 +131,6 @@ See [Hugo's quick start guide](https://gohugo.io/getting-started/quick-start/) f ## Install -Example `config.yaml`: - -```yaml -module: - imports: - - path: "github.com/willfaught/paige" -``` - Install: ```sh @@ -154,6 +146,14 @@ $ cd yourproject $ hugo mod get -u ``` +Example `config.yaml`: + +```yaml +module: + imports: + - path: "github.com/willfaught/paige" +``` + ## Run ```sh