aboutsummaryrefslogtreecommitdiff
path: root/content/default/messages/quickstart.md
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-03 04:25:49 -0400
committertdro <tdro@noreply.example.com>2022-05-03 04:25:49 -0400
commite92dc018e28ba8d44f1c6cbc9fb0b779dec271e6 (patch)
tree3667043819ab91065019dfe3b4ff83ad625c2b49 /content/default/messages/quickstart.md
downloadcanory-e92dc018e28ba8d44f1c6cbc9fb0b779dec271e6.tar.gz
canory-e92dc018e28ba8d44f1c6cbc9fb0b779dec271e6.tar.bz2
canory-e92dc018e28ba8d44f1c6cbc9fb0b779dec271e6.zip
config.yaml: Commission
Diffstat (limited to 'content/default/messages/quickstart.md')
-rw-r--r--content/default/messages/quickstart.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/content/default/messages/quickstart.md b/content/default/messages/quickstart.md
new file mode 100644
index 0000000..ccd51bd
--- /dev/null
+++ b/content/default/messages/quickstart.md
@@ -0,0 +1,33 @@
++++
+date = "2022-03-05T03:45:51+00:00"
+lastmod = "2022-03-29T22:55:17+00:00"
+tags = [ "docs", "hugo", "quickstart" ]
+author = "default"
++++
+
+Somehow you've ended up here, funny how that works. I'm responsible for
+explaining how to get started.
+
+GIT CLONE. EXECUTE HUGO.
+
+```shell
+git clone
+cd canory
+hugo
+```
+
+SERVE HTML. USE ANY HTTP SERVER.
+
+```shell
+cd public
+php -S 127.0.0.1:8124
+python -m http.server 8125
+```
+
+MAKE USER. STUDY CONTENT FOLDER.
+
+```shell
+make auther user=robot
+```
+
+That concludes our community announcement.