summaryrefslogtreecommitdiff
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
parent6f97bc11592525a6d1f1ff8e7da56534da71593e (diff)
fix(post): fixed typos
-rw-r--r--content/ethos.md2
-rw-r--r--content/posts/007.md3
2 files changed, 3 insertions, 2 deletions
diff --git a/content/ethos.md b/content/ethos.md
index 7aeb26b..53f43f4 100644
--- a/content/ethos.md
+++ b/content/ethos.md
@@ -14,7 +14,7 @@ Social media platforms offer a pretense of community. Google pretends it can hel
You're digital data is farmed and harvested for surveillance capitalism because they couldn't work out how else to squeeze out more money.
-So here stands my cornerstone. It represents my part of the internet, where I've placed my flag in my virtual space and declared it mine. A small space subsumed by big tech's centralised web.
+So this is my pièce de résistance. It represents my part of the internet, a small space subsumed by big tech's centralised web.
I believe that a small amount of tech literacy would go a long way. We don't need to commune on centralised platforms; rather, we can set up our own and own them.
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
```