From 141e383151d496472b0a5db60818833f3d0d81b8 Mon Sep 17 00:00:00 2001 From: a73x Date: Thu, 12 Sep 2024 07:59:41 +0100 Subject: fix(post): fixed typos --- content/posts/007.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'content/posts/007.md') 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 = "'s blog"` +title = "'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 ``` -- cgit v1.2.3