repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

commit
d5828a4
parent
94a5eb0
author
Antonio Mika
date
2022-08-02 16:30:04 +0000 UTC
Merge branch 'main' of git.sr.ht:~erock/pico
2 files changed,  +3, -0
M lists/html/spec.page.tmpl
+1, -0
1@@ -167,6 +167,7 @@ echo "This will not render properly"```</pre>
2             <li><code>title</code> (custom title not dependent on filename)</li>
3             <li><code>description</code> (what is the purpose of this list?)</li>
4             <li><code>publish_at</code> (format must be <code>YYYY-MM-DD</code>)</li>
5+            <li><code>tags</code> (format must be comma delimited: <code>feature, announcement</code>)</li>
6             <li>
7                 <code>list_type</code> (customize bullets; value gets sent directly to css property
8                 <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type">list-style-type</a>)
M prose/html/help.page.tmpl
+2, -0
 1@@ -163,6 +163,7 @@ scp ./delete.md {{.Site.Domain}}:/</pre>
 2         <pre>---
 3 title: some title!
 4 description: this is a great description
 5+tags: [feature, announcement]
 6 nav:
 7     - google: https://google.com
 8     - site: https://some.site
 9@@ -178,6 +179,7 @@ This will show up on the blog landing page.
10                 <li>title (name of the blog, default: "X's blog")</li>
11                 <li>description (description of blog)</li>
12                 <li>nav (key=value pair that corresponds to text=href in html)</li>
13+                <li>tags (e.g. [feature, announcement]</li>
14             </ul>
15         </p>
16     </section>