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 @@
11 {{template "base" .}}
22
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}}
44
55 {{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." />
77
88 <meta property="og:type" content="website">
99 <meta property="og:site_name" content="{{.Site.Domain}}">
1010 <meta property="og:url" content="https://{{.Site.Domain}}">
1111 <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.">
1313
1414 <meta name="twitter:card" content="summary" />
1515 <meta property="twitter:url" content="https://{{.Site.Domain}}">
1616 <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.">
1818 <meta name="twitter:image" content="https://{{.Site.Domain}}/card.png" />
1919 <meta name="twitter:image:src" content="https://{{.Site.Domain}}/card.png" />
2020
......@@ -29,7 +29,7 @@
2929 {{define "body"}}
3030 <header>
3131 <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>
3333 <div class="flex gap my">
3434 <a href="https://pico.sh/getting-started" class="btn-link">GET STARTED</a>
3535 <a href="https://pico.sh/pgs" class="btn-link">DOCS</a>
......@@ -37,45 +37,21 @@
3737
3838 <hr />
3939 <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-
5940 <div class="box">
6041 <h2 class="text-xl">Publish your site with one command</h2>
6142
6243 <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.
6546 </p>
6647
6748 <pre>rsync -rv public/ pgs.sh:/myproj/</pre>
6849
6950 <p>
7051 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.
7253 </p>
7354 </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>
7955 </div>
8056 </header>
8157