aboutsummaryrefslogtreecommitdiff
path: root/content/default/messages
diff options
context:
space:
mode:
Diffstat (limited to 'content/default/messages')
-rw-r--r--content/default/messages/authors.md5
-rw-r--r--content/default/messages/create.md7
-rw-r--r--content/default/messages/quickstart.md14
3 files changed, 10 insertions, 16 deletions
diff --git a/content/default/messages/authors.md b/content/default/messages/authors.md
index 85d46c5..973de7a 100644
--- a/content/default/messages/authors.md
+++ b/content/default/messages/authors.md
@@ -1,12 +1,9 @@
+++
date = "2022-03-14T04:35:51+00:00"
lastmod = "2022-03-14T04:35:51+00:00"
-tags = [ "docs", "authors" ]
+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/create.md b/content/default/messages/create.md
index 1ac997c..96534c8 100644
--- a/content/default/messages/create.md
+++ b/content/default/messages/create.md
@@ -1,7 +1,7 @@
+++
date = "2022-03-13T04:24:37+00:00"
lastmod = "2022-03-13T04:24:37+00:00"
-tags = [ "docs", "hugo", "authors" ]
+tags = [ "docs" ]
+++
"Bootstrap" authors by adding a name to the author list in the `toml/json/yaml`
@@ -22,11 +22,6 @@ create nobody's home in the content directory.
```
content
|__ nobody
- |__ media
- | |__ profile
- | |__ header.jpg
- | |__ picture.png
- |
|__ messages
|__ new.md
```
diff --git a/content/default/messages/quickstart.md b/content/default/messages/quickstart.md
index 2661cf1..99e33d3 100644
--- a/content/default/messages/quickstart.md
+++ b/content/default/messages/quickstart.md
@@ -1,17 +1,19 @@
+++
date = "2022-03-05T03:45:51+00:00"
lastmod = "2022-03-05T03:45:51+00:00"
-tags = [ "docs", "hugo", "quickstart" ]
-author = "default"
+tags = [ "docs" ]
+++
Somehow you've ended up here, funny how that works. I'm responsible for
explaining how to get started.
-GIT CLONE. EXECUTE HUGO TWICE. HUGO VERSION >= 0.94.2.
+GIT CLONE.
+
+{{% version clone=true %}}
+
+EXECUTE HUGO TWICE. HUGO VERSION >= {{% version hugo=true %}} AND < 0.123.0
```shell
-git clone --branch 0.8.13 https://www.thedroneely.com/git/thedroneely/canory
cd canory
hugo && hugo
```
@@ -24,6 +26,6 @@ python -m http.server --bind 127.0.0.1 8124
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
```
-
-That concludes our automated community announcement.