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