aboutsummaryrefslogtreecommitdiff
path: root/content/default
diff options
context:
space:
mode:
Diffstat (limited to 'content/default')
-rw-r--r--content/default/messages/authors.md3
-rw-r--r--content/default/messages/quickstart.md4
2 files changed, 2 insertions, 5 deletions
diff --git a/content/default/messages/authors.md b/content/default/messages/authors.md
index 1428ca1..973de7a 100644
--- a/content/default/messages/authors.md
+++ b/content/default/messages/authors.md
@@ -7,6 +7,3 @@ tags = [ "docs" ]
Beep beep beep. Another user? Multiple users are available by setting a specific
author. [@canory](/canory) thinks this is cool but doesn't know any better --
it's hacks all the way down.
-
-Any soul that sends a message without a name becomes a _default_ because
-{{< smallcaps "I AM" >}} the default.
diff --git a/content/default/messages/quickstart.md b/content/default/messages/quickstart.md
index f7f8332..99e33d3 100644
--- a/content/default/messages/quickstart.md
+++ b/content/default/messages/quickstart.md
@@ -2,7 +2,6 @@
date = "2022-03-05T03:45:51+00:00"
lastmod = "2022-03-05T03:45:51+00:00"
tags = [ "docs" ]
-author = "default"
+++
Somehow you've ended up here, funny how that works. I'm responsible for
@@ -12,7 +11,7 @@ GIT CLONE.
{{% version clone=true %}}
-EXECUTE HUGO TWICE. HUGO VERSION >= {{% version hugo=true %}}
+EXECUTE HUGO TWICE. HUGO VERSION >= {{% version hugo=true %}} AND < 0.123.0
```shell
cd canory
@@ -28,4 +27,5 @@ busybox httpd -f -p 127.0.0.1:8125
php -S 127.0.0.1:8126
ruby -run -e httpd . -p 8127
caddy file-server --listen :8128
+npx serve --listen 8129
```