summaryrefslogtreecommitdiff
path: root/content/posts/007.md
diff options
context:
space:
mode:
authora73x <[email protected]>2024-09-12 07:59:41 +0100
committera73x <[email protected]>2024-09-12 07:59:41 +0100
commit141e383151d496472b0a5db60818833f3d0d81b8 (patch)
tree77b02774ef185410f9b2b1ed30f0f0b35c86d08c /content/posts/007.md
parent6f97bc11592525a6d1f1ff8e7da56534da71593e (diff)
fix(post): fixed typos
Diffstat (limited to 'content/posts/007.md')
-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
```