From b2ddefe9cc998d74ddfc05c47a9301120be2f2ae Mon Sep 17 00:00:00 2001 From: tdro Date: Thu, 8 Sep 2022 07:45:19 -0400 Subject: content/default: Adjust pseudo docs for new version --- assets/templates/author.yaml | 8 ++++++-- content/default/messages/create.md | 5 ----- themes/default/layouts/shortcodes/version.html | 2 +- 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)) -}} -- cgit v1.2.3