Commit 67ea1f3
Eric Bower
·
2026-01-16 21:47:40 -0500 EST
parent d39dc39
docs(pgs): simplify pgs marketing
1 files changed,
+8,
-32
+8,
-32
| ... | ... | @@ -1,20 +1,20 @@ | |
| 1 | 1 | {{template "base" .}} | |
| 2 | 2 | ||
| 3 | - | {{define "title"}}{{.Site.Domain}} -- A zero-install static site hosting service for hackers{{end}} | |
| 3 | + | {{define "title"}}{{.Site.Domain}} -- Deploy static sites with a single command. rsync and you're live.{{end}} | |
| 4 | 4 | ||
| 5 | 5 | {{define "meta"}} | |
| 6 | - | <meta name="description" content="A zero-install static site hosting service for hackers" /> | |
| 6 | + | <meta name="description" content="Deploy static sites with a single command. rsync and you're live." /> | |
| 7 | 7 | ||
| 8 | 8 | <meta property="og:type" content="website"> | |
| 9 | 9 | <meta property="og:site_name" content="{{.Site.Domain}}"> | |
| 10 | 10 | <meta property="og:url" content="https://{{.Site.Domain}}"> | |
| 11 | 11 | <meta property="og:title" content="{{.Site.Domain}}"> | |
| 12 | - | <meta property="og:description" content="A zero-install static site hosting service for hackers"> | |
| 12 | + | <meta property="og:description" content="Deploy static sites with a single command. rsync and you're live."> | |
| 13 | 13 | ||
| 14 | 14 | <meta name="twitter:card" content="summary" /> | |
| 15 | 15 | <meta property="twitter:url" content="https://{{.Site.Domain}}"> | |
| 16 | 16 | <meta property="twitter:title" content="{{.Site.Domain}}"> | |
| 17 | - | <meta property="twitter:description" content="A zero-install static site hosting service for hackers"> | |
| 17 | + | <meta property="twitter:description" content="Deploy static sites with a single command. rsync and you're live."> | |
| 18 | 18 | <meta name="twitter:image" content="https://{{.Site.Domain}}/card.png" /> | |
| 19 | 19 | <meta name="twitter:image:src" content="https://{{.Site.Domain}}/card.png" /> | |
| 20 | 20 |
| ... | ... | @@ -29,7 +29,7 @@ | |
| 29 | 29 | {{define "body"}} | |
| 30 | 30 | <header> | |
| 31 | 31 | <h1 class="text-2xl font-bold">{{.Site.Domain}}</h1> | |
| 32 | - | <p class="text-lg">A zero-install static site hosting service for hackers</p> | |
| 32 | + | <p class="text-lg">Deploy static sites with a single command. rsync and you're live.</p> | |
| 33 | 33 | <div class="flex gap my"> | |
| 34 | 34 | <a href="https://pico.sh/getting-started" class="btn-link">GET STARTED</a> | |
| 35 | 35 | <a href="https://pico.sh/pgs" class="btn-link">DOCS</a> |
| ... | ... | @@ -37,45 +37,21 @@ | |
| 37 | 37 | ||
| 38 | 38 | <hr /> | |
| 39 | 39 | <div class="group"> | |
| 40 | - | <div class="box"> | |
| 41 | - | <h2 class="text-xl">Features</h2> | |
| 42 | - | <ul> | |
| 43 | - | <li>Fully manage static sites using <code>ssh</code></li> | |
| 44 | - | <li>Unlimited projects, created instantly upon upload</li> | |
| 45 | - | <li>Deploy using <a href="https://pico.sh/file-uploads">rsync, sftp, sshfs, or scp</a></li> | |
| 46 | - | <li>Github Action</li> | |
| 47 | - | <li>Automatic TLS for all projects</li> | |
| 48 | - | <li>Promotion and rollback support</li> | |
| 49 | - | <li>Site <a href="https://pico.sh/analytics">analytics</a></li> | |
| 50 | - | <li>Custom domains for projects</li> | |
| 51 | - | <li>Custom Redirects & Rewrites</a></li> | |
| 52 | - | <li>Custom Headers</li> | |
| 53 | - | <li>SPA support</li> | |
| 54 | - | <li>Image manipulation API</li> | |
| 55 | - | <li>Multiple regions</li> | |
| 56 | - | </ul> | |
| 57 | - | </div> | |
| 58 | - | ||
| 59 | 40 | <div class="box"> | |
| 60 | 41 | <h2 class="text-xl">Publish your site with one command</h2> | |
| 61 | 42 | ||
| 62 | 43 | <p> | |
| 63 | - | When your site is ready to be published, copy the files to our server with a | |
| 64 | - | familiar command: | |
| 44 | + | Deploy static sites with a single command. No passwords. No config files. No CI setup. | |
| 45 | + | Just your SSH key and rsync. | |
| 65 | 46 | </p> | |
| 66 | 47 | ||
| 67 | 48 | <pre>rsync -rv public/ pgs.sh:/myproj/</pre> | |
| 68 | 49 | ||
| 69 | 50 | <p> | |
| 70 | 51 | That's it! There's no need to formally create a project, we create them | |
| 71 | - | on-the-fly. Further, we provide TLS for every project automatically. | |
| 52 | + | on-the-fly. Further, we provide TLS for every site automatically. | |
| 72 | 53 | </p> | |
| 73 | 54 | </div> | |
| 74 | - | ||
| 75 | - | <div class="flex gap my"> | |
| 76 | - | <a href="https://pico.sh/getting-started" class="btn-link">GET STARTED</a> | |
| 77 | - | <a href="https://pico.sh/pgs" class="btn-link">DOCS</a> | |
| 78 | - | </div> | |
| 79 | 55 | </div> | |
| 80 | 56 | </header> | |
| 81 | 57 |