aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-06-17 21:32:34 -0400
committertdro <tdro@noreply.example.com>2022-06-17 21:32:34 -0400
commit699cc6f5783f0308e3d53aecece22499b58bd047 (patch)
treefcc02f3f9edd037c4300616fec1dfc6e05069af1 /content
parent44cc591c6e14286328128879504fb996d5ad3270 (diff)
downloadcanory-699cc6f5783f0308e3d53aecece22499b58bd047.tar.gz
canory-699cc6f5783f0308e3d53aecece22499b58bd047.tar.bz2
canory-699cc6f5783f0308e3d53aecece22499b58bd047.zip
content/default/message: Add note on author list
Diffstat (limited to 'content')
-rw-r--r--content/default/messages/create.md32
-rw-r--r--content/default/messages/quickstart.md10
2 files changed, 34 insertions, 8 deletions
diff --git a/content/default/messages/create.md b/content/default/messages/create.md
new file mode 100644
index 0000000..75654fe
--- /dev/null
+++ b/content/default/messages/create.md
@@ -0,0 +1,32 @@
++++
+date = "2022-03-13T04:24:37+00:00"
+lastmod = "2022-03-13T04:24:37+00:00"
+tags = [ "docs", "hugo", "authors" ]
++++
+
+"Bootstrap" authors by adding a name to the author list in the `toml/json/yaml`
+configuration file. We tried to create a somebody but all we could muster was a
+[nobody](/nobody).
+
+```yaml
+author:
+ list:
+ - canory
+ - default
+ - nobody
+```
+
+To complete the process, read and follow [nobody's profile](/nobody), then
+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 38eea2e..2661cf1 100644
--- a/content/default/messages/quickstart.md
+++ b/content/default/messages/quickstart.md
@@ -11,7 +11,7 @@ explaining how to get started.
GIT CLONE. EXECUTE HUGO TWICE. HUGO VERSION >= 0.94.2.
```shell
-git clone --branch 0.7.28 https://www.thedroneely.com/git/thedroneely/canory
+git clone --branch 0.8.13 https://www.thedroneely.com/git/thedroneely/canory
cd canory
hugo && hugo
```
@@ -26,10 +26,4 @@ php -S 127.0.0.1:8126
ruby -run -e httpd . -p 8127
```
-MAKE USER. STUDY CONTENT AND DATA FOLDER.
-
-```shell
-make author user=robot
-```
-
-That concludes our community announcement.
+That concludes our automated community announcement.