repos / pico

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

commit
7080372
parent
324796b
author
Eric Bower
date
2022-11-08 00:54:40 +0000 UTC
doc updates
3 files changed,  +34, -0
M lists/html/help.page.tmpl
+16, -0
 1@@ -167,6 +167,22 @@ I like to sing. Dance. And I like to have fun fun fun!</pre>
 2         </p>
 3     </section>
 4 
 5+    <section id="blog-layout">
 6+        <h2 class="text-xl">
 7+            <a href="#blog-layout" rel="nofollow noopener">#</a>
 8+            How can I change the layout of my blog?
 9+        </h2>
10+        <p>
11+            Inside the <code>_header.txt</code> metadata file, there's a variable <code>layout</code>
12+            option that will change the layout of your blog index page.
13+        </p>
14+        <p>Currently supported options</p>
15+        <ul>
16+            <li>default</li>
17+            <li>aside</li>
18+        </ul>
19+    </section>
20+
21     <section id="blog-url">
22         <h2 class="text-xl">
23             <a href="#blog-url" rel="nofollow noopener">#</a>
M lists/html/ops.page.tmpl
+2, -0
1@@ -6,6 +6,8 @@
2 <meta name="description" content="{{.Site.Domain}} operations" />
3 {{end}}
4 
5+{{define "attrs"}}{{end}}
6+
7 {{define "body"}}
8 <header>
9     <h1 class="text-2xl">Operations</h1>
M prose/html/help.page.tmpl
+16, -0
 1@@ -231,6 +231,22 @@ This will show up on the blog landing page.
 2         <pre>scp _styles.css <username>@prose.sh:/</pre>
 3     </section>
 4 
 5+    <section id="blog-layout">
 6+        <h2 class="text-xl">
 7+            <a href="#blog-layout" rel="nofollow noopener">#</a>
 8+            How can I change the layout of my blog?
 9+        </h2>
10+        <p>
11+            Inside the <code>_header.txt</code> metadata file, there's a variable <code>layout</code>
12+            option that will change the layout of your blog index page.
13+        </p>
14+        <p>Currently supported options</p>
15+        <ul>
16+            <li>default</li>
17+            <li>aside</li>
18+        </ul>
19+    </section>
20+
21     <section id="images">
22         <h2 class="text-xl">
23             <a href="#images" rel="nofollow noopener">#</a>