From e92dc018e28ba8d44f1c6cbc9fb0b779dec271e6 Mon Sep 17 00:00:00 2001 From: tdro Date: Tue, 3 May 2022 04:25:49 -0400 Subject: config.yaml: Commission --- content/default/_index.md | 4 ++++ content/default/feeds/_index.md | 4 ++++ content/default/likes/_index.md | 4 ++++ content/default/media/_index.md | 4 ++++ content/default/media/profile/header.jpg | Bin 0 -> 542296 bytes content/default/media/profile/picture.png | Bin 0 -> 31774 bytes content/default/messages/authors.md | 12 +++++++++++ content/default/messages/quickstart.md | 33 ++++++++++++++++++++++++++++++ 8 files changed, 61 insertions(+) create mode 100644 content/default/_index.md create mode 100644 content/default/feeds/_index.md create mode 100644 content/default/likes/_index.md create mode 100644 content/default/media/_index.md create mode 100644 content/default/media/profile/header.jpg create mode 100644 content/default/media/profile/picture.png create mode 100644 content/default/messages/authors.md create mode 100644 content/default/messages/quickstart.md (limited to 'content/default') 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 Binary files /dev/null and b/content/default/media/profile/header.jpg differ diff --git a/content/default/media/profile/picture.png b/content/default/media/profile/picture.png new file mode 100644 index 0000000..6e039c0 Binary files /dev/null and b/content/default/media/profile/picture.png 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. -- cgit v1.2.3