repos / pico

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

commit
2dbbf13
parent
dd8dc97
author
Eric Bower
date
2022-08-31 14:52:25 +0000 UTC
docs(imgs): remove metadata sections
2 files changed,  +1, -56
M imgs/html/help.page.tmpl
+0, -31
 1@@ -91,37 +91,6 @@ scp ./delete.md {{.Site.Domain}}:/</pre>
 2         </p>
 3     </section>
 4 
 5-    <section id="img-meta">
 6-        <h2 class="text-xl">
 7-            <a href="#img-meta" rel="nofollow noopener">#</a>
 8-            How do I add metadata (like tags) to an image?
 9-        </h2>
10-        <p>
11-           We want to make sure you are always in control of the data you upload to imgs.  Adding
12-           metadata is as easy as uploading a markdown file with the same name of the image to
13-           imgs.sh.
14-        </p>
15-
16-        <p>
17-            If my image is named <code>trip_mexico_01.jpg</code> then you would also have a markdown
18-            file named <code>trip_mexico_01.md</code>.
19-        </p>
20-
21-        <pre>---
22-title: This is the caption
23-date: 2022-08-18
24-tags: [trip, mexico]
25----
26-
27-This was the first shot I took when arriving at mexico city.  It was a warm sunny day and I was excited
28-to land and find some tacos!
29-</pre>
30-
31-        <p>
32-            Then you can upload both files <code>rsync trip_mexico_01.* <user>@imgs.sh</code>
33-        </p>
34-    </section>
35-
36     <section id="custom-domain">
37         <h2 class="text-xl">
38             <a href="#custom-domain" rel="nofollow noopener">#</a>
M imgs/html/marketing.page.tmpl
+1, -25
 1@@ -64,7 +64,6 @@
 2             <li>API to modify images on-the-fly (e.g. dimensions)</li>
 3             <li>Original images are always available</li>
 4             <li>Ability to add metadata to images using markdown</li>
 5-            <li>Organize images into albums using tags</li>
 6             <li>Hotlinking encouraged!</li>
 7             <li>No javascript</li>
 8             <li>No ads</li>
 9@@ -101,27 +100,6 @@
10         <p>We'll either create or update the images for you.</p>
11     </section>
12 
13-    <section>
14-        <h2 class="text-lg font-bold">Add metadata to your images</h2>
15-        <p>
16-            We also support adding metadata to images.  Create a markdown file with the same name
17-            as your image.  So if we have an image <code>my-image.jpg</code> we would create a
18-            markdown file <code>my-image.md</code>:
19-        </p>
20-        <pre>---
21-title: This is my caption
22-date: 2022-08-18
23-tags: [trip, mexico]
24----
25-
26-# Day 1
27-
28-This section is just normal markdown that will be rendered on the image page within imgs.
29-</pre>
30-        <pre>rsync my-image.md {{.Site.Domain}}:/</pre>
31-        <p><a href="/help#img-meta">Read more about metadata here.</a></p>
32-    </section>
33-
34     <section>
35         <h2 class="text-lg font-bold">Philosophy</h2>
36         <p>
37@@ -138,10 +116,8 @@ This section is just normal markdown that will be rendered on the image page wit
38     <section>
39         <h2 class="text-lg font-bold">Roadmap</h2>
40         <ol>
41-            <li>Integration with prose/lists</li>
42-            <li>Web optimized images</li>
43+            <li>Add metadata (caption, tags, etc.) to an image</li>
44             <li>Device optimized images</li>
45-            <li>Ability to order images in an album</li>
46         </ol>
47     </section>
48 </main>