summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
```