Skip to content

Commit

Permalink
Update How To Build A Simple Website With Hugo.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eli32-vlc committed Apr 16, 2024
1 parent 88c31ee commit 57b40ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/posts/How To Build A Simple Website With Hugo.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ git submodule add https://github.com/526avijitgupta/gokarna.git themes/gokarna
### Step 6: Setup Hugo

First, open the folder in a text/code editor and locate the config.toml file. You'll find something like this:
First, open the folder in a text/code editor and locate the hugo.toml file. You'll find something like this:

![config.toml](https://i.ibb.co/TmvVfMx/Xnip2024-04-16-18-37-35.jpg)

Expand All @@ -89,7 +89,7 @@ theme = "gokarna"
#### Start the Hugo server:

```shell
hugo server -D
hugo server
```

Open the URL displayed in the terminal to view your website.
Expand Down

0 comments on commit 57b40ab

Please sign in to comment.