From 5cead2aef46d9f2b05ff2e8d5f465206073b7969 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 3 Jul 2024 17:53:34 -0700 Subject: [PATCH] Change yourproject to yoursite --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6ce90416..4653219c 100644 --- a/README.md +++ b/README.md @@ -119,28 +119,28 @@ please share it by [posting a link](https://github.com/willfaught/paige/discussi 3. Create a site: ```sh - $ hugo new site yourproject + $ hugo new site yoursite ``` 4. Create a post: ```sh - $ cd yourproject + $ cd yoursite $ hugo new yourpost.md ``` 5. Install the Paige module: ```sh - $ cd yourproject - $ hugo mod init github.com/youraccount/yourproject + $ cd yoursite + $ hugo mod init github.com/youraccount/yoursite $ hugo mod get github.com/willfaught/paige@latest ``` 6. Import the Paige module: ```sh - $ cd yourproject + $ cd yoursite $ cat >>hugo.toml <