diff --git a/tmpl/home.page.tmpl b/tmpl/home.page.tmpl index b0c36e5..89c60cc 100644 --- a/tmpl/home.page.tmpl +++ b/tmpl/home.page.tmpl @@ -17,8 +17,7 @@

pico

-
hacker labs
-
Open source and managed web services leveraging SSH.
+
open and managed web services leveraging ssh
GET STARTED
@@ -26,16 +25,18 @@

-
- The secret ingredient to all our services is how we let users - publish content without needing to install anything. - We accomplish this with the SSH tools you already have installed on your system. -
+
+
+ The secret ingredient to all our services is how we let users + publish content without needing to install anything. + We accomplish this with the SSH tools you already have installed on your system. +
-
- Want to publish a blog post? Use rsync, scp, or sftp. Want to publish a - website? Use rsync, scp, or sftp. Want to share a code snippet with a - colleague? Use rsync, scp, or sftp. Hopefully you see the trend. +
+ Want to publish a blog post? Use rsync, scp, or sftp. Want to publish a + website? Use rsync, scp, or sftp. Want to share a code snippet with a + colleague? Use rsync, scp, or sftp. Hopefully you see the trend. +
@@ -88,22 +89,22 @@
-

Deploy a site with a single command

-
+

Deploy a site with a single command

+
Upload your static site to us:
rsync -rv ./public/ pgs.sh:/mysite/
-
Now your site is available with TLS handled for you: https://{user}-mysite.pgs.sh
+
Now your site is available with TLS handled for you: https://{user}-mysite.pgs.sh
We also automatically handle TLS for your custom domains!
-

Access localhost using https

-
+

Access localhost using https

+
if you have a local webserver on localhost:8000, @@ -112,14 +113,14 @@
ssh -R dev:80:localhost:8000 tuns.sh
- Now your local dev server is available on the web: https://dev.tuns.sh + Now your local dev server is available on the web: https://dev.tuns.sh
-

Publish blog articles with a single command

-
+

Publish blog articles with a single command

+
Create your first post, (e.g. hello-world.md):
# hello world!
@@ -133,15 +134,15 @@ Cya!
scp hello-world.md prose.sh:/
Congrats! You just published a blog article, accessible here: - https://{user}.prose.sh/hello-world + https://{user}.prose.sh/hello-world
-

Push and pull docker images using SSH

-
+

Push and pull docker images using SSH

+
Open a tunnel to our docker registry:
ssh -L 1338:localhost:80 -N imgs.sh
@@ -159,22 +160,22 @@ docker pull localhost:1338/alpine:latest
-

Easily share code snippets

-
+

Easily share code snippets

+
Pipe some stdout to us:
git diff | ssh pastes.sh changes.patch
And instantly share your code snippets: - https://{user}.pastes.sh/changes.patch + https://{user}.pastes.sh/changes.patch
-

Receive email notifications for your favorite rss feeds

-
+

Receive email notifications for your favorite rss feeds

+
Create a blogs.txt file:
=: email rss@myemail.com
@@ -194,7 +195,7 @@ docker pull localhost:1338/alpine:latest
-

Ready to join?

+

Ready to join?