summaryrefslogtreecommitdiff
path: root/content/posts
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts')
-rw-r--r--content/posts/007.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/posts/007.md b/content/posts/007.md
index 5382f4d..34230b7 100644
--- a/content/posts/007.md
+++ b/content/posts/007.md
@@ -58,12 +58,13 @@ Alternatively, you could manually download the theme and place it in the `themes
Open `config.toml` in your favorite code editor (e.g., VS Code), and change the `title` line to peronsalise your site's name:
```toml
-`title = "<insert name>'s blog"`
+title = "<insert name>'s blog"
```
This will update the title of your site, which you’ll see when we generate the site in a moment.
# Step 5: Creating a New Post
To create a new post, run the following command:
+
```shell
hugo new content content/posts/my-first-post.md
```