repos / pico

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

commit
081c325
parent
2757a56
author
Eric Bower
date
2022-08-18 15:32:10 +0000 UTC
docs(imgs): marketing content updates
1 files changed,  +54, -19
M imgs/html/marketing.page.tmpl
+54, -19
 1@@ -28,15 +28,49 @@
 2 
 3 {{define "body"}}
 4 <header class="text-center">
 5-    <h1 class="text-2xl font-bold">{{.Site.Domain}}</h1>
 6+    <h1 class="text-2xl font-bold">{{.Site.Domain}} [beta]</h1>
 7     <p class="text-lg">premium image hosting for hackers</p>
 8     <hr />
 9 </header>
10 
11 <main>
12+    <section>
13+        <h2 class="text-lg font-bold">Beta access</h2>
14+        <p>
15+            Want beta access?  You must to join our
16+            <a href="irc://irc.libera.chat/#pico.sh">IRC channel</a> (#pico.sh on libera)
17+            and ask for access.  We want all beta testers to be in IRC so you can provide us with
18+            feedback.
19+        </p>
20+        <p>
21+            Don't have an IRC client?  <a href="https://web.libera.chat/">Use libera web client</a>
22+            and join <code>#pico.sh</code>.
23+        </p>
24+    </section>
25+
26     <section>
27         <h2 class="text-lg font-bold">Examples</h2>
28-        <p>Fill this in</p>
29+        <p><a href="https://erock.imgs.sh/t/iceland">album</a></p>
30+    </section>
31+
32+    <section>
33+        <h2 class="text-lg font-bold">Features</h2>
34+        <ul>
35+            <li>Delightful terminal workflow</li>
36+            <li>Share public images from the terminal</li>
37+            <li>Seamless integration with other pico services (e.g. <a href="https://prose.sh">prose</a>)</li>
38+            <li>Images are web optimized by default</li>
39+            <li>Images are device optimized by default</li>
40+            <li>API to modify images on-the-fly (e.g. dimensions)</li>
41+            <li>Original images are always available</li>
42+            <li>Ability to add metadata to images using markdown</li>
43+            <li>Organize images into albums using tags</li>
44+            <li>Hotlinking encouraged!</li>
45+            <li>No javascript</li>
46+            <li>No ads</li>
47+            <li>No file size limits</li>
48+            <li>25GB max storage</li>
49+        </ul>
50     </section>
51 
52     <section>
53@@ -68,23 +102,24 @@
54     </section>
55 
56     <section>
57-        <h2 class="text-lg font-bold">Features</h2>
58-        <ul>
59-            <li>Delightful terminal workflow</li>
60-            <li>Share public images from the terminal</li>
61-            <li>Seamless integration with other pico services</li>
62-            <li>Images are web optimized by default</li>
63-            <li>Images are device optimized by default</li>
64-            <li>API to modify images on-the-fly (e.g. dimensions)</li>
65-            <li>Original images are always available</li>
66-            <li>Ability to add metadata to images using markdown</li>
67-            <li>Organize images into albums using tags</li>
68-            <li>Hotlinking encouraged!</li>
69-            <li>No javascript</li>
70-            <li>No ads</li>
71-            <li>No file size limits</li>
72-            <li>25GB max storage</li>
73-        </ul>
74+        <h2 class="text-lg font-bold">Add metadata to your images</h2>
75+        <p>
76+            We also support adding metadata to images.  Create a markdown file with the same name
77+            as your image.  So if we have an image <code>my-image.jpg</code> we would create a
78+            markdown file <code>my-image.md</code>:
79+        </p>
80+        <pre>---
81+title: This is my caption
82+date: 2022-08-18
83+tags: [trip, mexico]
84+---
85+
86+# Day 1
87+
88+This section is just normal markdown that will be rendered on the image page within imgs.
89+</pre>
90+        <pre>rsync my-image.md {{.Site.Domain}}:/</pre>
91+        <p><a href="/help#img-meta">Read more about metadata here.</a></p>
92     </section>
93 
94     <section>