Skip to content

Commit

Permalink
Change yourproject to yoursite
Browse files Browse the repository at this point in the history
  • Loading branch information
willfaught committed Jul 4, 2024
1 parent 53ad218 commit 5cead2a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<EOF
[[module.imports]]
path = "github.com/willfaught/paige"
Expand All @@ -150,14 +150,14 @@ please share it by [posting a link](https://github.com/willfaught/paige/discussi
7. Build and run the site:
```sh
$ cd yourproject
$ cd yoursite
$ hugo server -D
```
8. Update the Paige module:
```sh
$ cd yourproject
$ cd yoursite
$ hugo mod get github.com/willfaught/paige@latest
```
Expand Down

0 comments on commit 5cead2a

Please sign in to comment.