aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-09-08 07:45:19 -0400
committertdro <tdro@noreply.example.com>2022-09-08 07:45:19 -0400
commitb2ddefe9cc998d74ddfc05c47a9301120be2f2ae (patch)
tree4c0eb461e019d118589490e7559729ca30f75b7f
parent3e7b762fd7c8c16be738c82e6c9e4d5bc3911e47 (diff)
downloadcanory-b2ddefe9cc998d74ddfc05c47a9301120be2f2ae.tar.gz
canory-b2ddefe9cc998d74ddfc05c47a9301120be2f2ae.tar.bz2
canory-b2ddefe9cc998d74ddfc05c47a9301120be2f2ae.zip
content/default: Adjust pseudo docs for new version0.11.0
-rw-r--r--assets/templates/author.yaml8
-rw-r--r--content/default/messages/create.md5
-rw-r--r--themes/default/layouts/shortcodes/version.html2
3 files changed, 7 insertions, 8 deletions
diff --git a/assets/templates/author.yaml b/assets/templates/author.yaml
index 9b26d87..37ed6ed 100644
--- a/assets/templates/author.yaml
+++ b/assets/templates/author.yaml
@@ -7,13 +7,17 @@ place: Nowhere
domain:
host: example.com
url: https://example.com
+# Accepts file path or URL
+# header: /media/header.jpg
+# picture: https://example.com/media/picture.jpg
picture:
header:
profile:
epoch: Just now
description: >
- I am a nobody. Copy this [example configuration](/data/generates/authors/{{ .User }}.yaml)
- to `data/{{ .User }}.yaml` and make me a somebody.
+ I am a nobody. Copy this [example
+ configuration](/data/generates/authors/{{ .User }}.yaml) to
+ `data/{{ .User }}.yaml` and make me a [somebody](/data/default.yaml).
feeds:
rss:
json:
diff --git a/content/default/messages/create.md b/content/default/messages/create.md
index 1ac997c..853b5e7 100644
--- a/content/default/messages/create.md
+++ b/content/default/messages/create.md
@@ -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/themes/default/layouts/shortcodes/version.html b/themes/default/layouts/shortcodes/version.html
index 31857e2..c5cbec1 100644
--- a/themes/default/layouts/shortcodes/version.html
+++ b/themes/default/layouts/shortcodes/version.html
@@ -1,4 +1,4 @@
-{{- $version := "0.10.11" -}}
+{{- $version := "0.11.0" -}}
{{- $number := default false (.Get "number" | default (.Get 0)) -}}
{{- $clone := default false (.Get "clone" | default (.Get 1)) -}}