- commit
- 56bf639
- parent
- 811452c
- author
- Eric Bower
- date
- 2022-09-07 01:28:40 +0000 UTC
docs(imgs): update marketing copy
2 files changed,
+10,
-13
+3,
-3
1@@ -77,12 +77,12 @@
2 <p>
3 However, if a user wants to delete a img they can delete the contents of the file and
4 then upload it to our server. If the file contains 0 bytes, we will remove the img.
5- For example, if you want to delete <code>delete.md</code> you could:
6+ For example, if you want to delete <code>delete.jpg</code> you could:
7 </p>
8
9 <pre>
10-cp /dev/null delete.md
11-scp ./delete.md {{.Site.Domain}}:/</pre>
12+cp /dev/null delete.jpg
13+scp ./delete.jpg {{.Site.Domain}}:/</pre>
14
15 <p>
16 Alternatively, you can go to <code>ssh {{.Site.Domain}}</code> and select "Manage img."
+7,
-10
1@@ -1,20 +1,20 @@
2 {{template "base" .}}
3
4-{{define "title"}}{{.Site.Domain}} -- premium image hosting for hackers{{end}}
5+{{define "title"}}{{.Site.Domain}} -- image hosting for hackers{{end}}
6
7 {{define "meta"}}
8-<meta name="description" content="premium image hosting for hackers" />
9+<meta name="description" content="image hosting for hackers" />
10
11 <meta property="og:type" content="website">
12 <meta property="og:site_name" content="{{.Site.Domain}}">
13 <meta property="og:url" content="https://{{.Site.Domain}}">
14 <meta property="og:title" content="{{.Site.Domain}}">
15-<meta property="og:description" content="premium image hosting for hackers">
16+<meta property="og:description" content="image hosting for hackers">
17
18 <meta name="twitter:card" content="summary" />
19 <meta property="twitter:url" content="https://{{.Site.Domain}}">
20 <meta property="twitter:title" content="{{.Site.Domain}}">
21-<meta property="twitter:description" content="premium image hosting for hackers">
22+<meta property="twitter:description" content="image hosting for hackers">
23 <meta name="twitter:image" content="https://{{.Site.Domain}}/card.png" />
24 <meta name="twitter:image:src" content="https://{{.Site.Domain}}/card.png" />
25
26@@ -29,7 +29,7 @@
27 {{define "body"}}
28 <header class="text-center">
29 <h1 class="text-2xl font-bold">{{.Site.Domain}} [beta]</h1>
30- <p class="text-lg">premium image hosting for hackers</p>
31+ <p class="text-lg">image hosting for hackers</p>
32 <hr />
33 </header>
34
35@@ -60,15 +60,12 @@
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>Hotlinking encouraged!</li>
44 <li>No javascript</li>
45 <li>No ads</li>
46 <li>No file size limits</li>
47- <li>25GB max storage</li>
48+ <li>2GB max storage</li>
49 </ul>
50 </section>
51
52@@ -116,7 +113,7 @@
53 <section>
54 <h2 class="text-lg font-bold">Roadmap</h2>
55 <ol>
56- <li>Add metadata (caption, tags, etc.) to an image</li>
57+ <li>Ability to create albums</li>
58 <li>Device optimized images</li>
59 </ol>
60 </section>