aboutsummaryrefslogtreecommitdiff
path: root/content/default
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
downloadcanory-e92dc018e28ba8d44f1c6cbc9fb0b779dec271e6.tar.gz
canory-e92dc018e28ba8d44f1c6cbc9fb0b779dec271e6.tar.bz2
canory-e92dc018e28ba8d44f1c6cbc9fb0b779dec271e6.zip
config.yaml: Commission
Diffstat (limited to 'content/default')
-rw-r--r--content/default/_index.md4
-rw-r--r--content/default/feeds/_index.md4
-rw-r--r--content/default/likes/_index.md4
-rw-r--r--content/default/media/_index.md4
-rw-r--r--content/default/media/profile/header.jpgbin0 -> 542296 bytes
-rw-r--r--content/default/media/profile/picture.pngbin0 -> 31774 bytes
-rw-r--r--content/default/messages/authors.md12
-rw-r--r--content/default/messages/quickstart.md33
8 files changed, 61 insertions, 0 deletions
diff --git a/content/default/_index.md b/content/default/_index.md
new file mode 100644
index 0000000..b80df9c
--- /dev/null
+++ b/content/default/_index.md
@@ -0,0 +1,4 @@
+---
+author: default
+layout: section
+---
diff --git a/content/default/feeds/_index.md b/content/default/feeds/_index.md
new file mode 100644
index 0000000..37996dc
--- /dev/null
+++ b/content/default/feeds/_index.md
@@ -0,0 +1,4 @@
+---
+author: default
+layout: feeds
+---
diff --git a/content/default/likes/_index.md b/content/default/likes/_index.md
new file mode 100644
index 0000000..370aa96
--- /dev/null
+++ b/content/default/likes/_index.md
@@ -0,0 +1,4 @@
+---
+author: default
+layout: likes
+---
diff --git a/content/default/media/_index.md b/content/default/media/_index.md
new file mode 100644
index 0000000..b0b8a46
--- /dev/null
+++ b/content/default/media/_index.md
@@ -0,0 +1,4 @@
+---
+author: default
+layout: media
+---
diff --git a/content/default/media/profile/header.jpg b/content/default/media/profile/header.jpg
new file mode 100644
index 0000000..e2578d5
--- /dev/null
+++ b/content/default/media/profile/header.jpg
Binary files differ
diff --git a/content/default/media/profile/picture.png b/content/default/media/profile/picture.png
new file mode 100644
index 0000000..6e039c0
--- /dev/null
+++ b/content/default/media/profile/picture.png
Binary files differ
diff --git a/content/default/messages/authors.md b/content/default/messages/authors.md
new file mode 100644
index 0000000..3db9714
--- /dev/null
+++ b/content/default/messages/authors.md
@@ -0,0 +1,12 @@
++++
+date = "2022-03-14T04:35:51+00:00"
+lastmod = "2022-03-29T22:55:17+00:00"
+tags = [ "docs", "authors" ]
++++
+
+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
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.