repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

commit
a60c3d8
parent
2b8157f
author
Antonio Mika
date
2024-09-20 13:21:24 +0000 UTC
Update some page options
1 files changed,  +28, -5
M pubsub/html/marketing.page.tmpl
+28, -5
  1@@ -48,6 +48,9 @@
  2         id="asciicast-52qRVi77CTjfAoZj9IaGMygDr"
  3         async="true"
  4         data-theme="dracula"
  5+        data-loop="true"
  6+        data-speed="1.5"
  7+        data-idle-time-limit="2"
  8       ></script>
  9     </details>
 10   </div>
 11@@ -70,6 +73,9 @@
 12         id="asciicast-TW0chshVssDj35hvr9NKNC2CK"
 13         async="true"
 14         data-theme="dracula"
 15+        data-loop="true"
 16+        data-speed="1.5"
 17+        data-idle-time-limit="2"
 18       ></script>
 19     </details>
 20   </div>
 21@@ -85,6 +91,9 @@
 22         id="asciicast-7e3SVyxKa31D0iZ4X5PJm8b6E"
 23         async="true"
 24         data-theme="dracula"
 25+        data-loop="true"
 26+        data-speed="1.5"
 27+        data-idle-time-limit="2"
 28       ></script>
 29     </details>
 30   </div>
 31@@ -92,9 +101,8 @@
 32   <div>
 33     <h2 class="text-xl">Chat</h2>
 34     <p>Use our <code>pipe</code> command to have a chat with someone.</p>
 35-    <pre>htop | ssh {{.Site.Domain}} pipe mychan -p</pre>
 36-    <p>Now anyone with a <code>pico</code> account can subscribe to this channel:</p>
 37-    <pre>ssh send.pico.sh pipe mychan -p</pre>
 38+    <pre>ssh {{.Site.Domain}} pipe mychan -p</pre>
 39+    <p>Now anyone with a <code>pico</code> account can subscribe to this channel using the same command.</p>
 40 
 41     <details>
 42       <summary>Demo</summary>
 43@@ -103,6 +111,9 @@
 44         id="asciicast-fLBHAcPQqqawkrdpRdgEVFNrm"
 45         async="true"
 46         data-theme="dracula"
 47+        data-loop="true"
 48+        data-speed="1.5"
 49+        data-idle-time-limit="2"
 50       ></script>
 51     </details>
 52   </div>
 53@@ -118,6 +129,9 @@
 54         id="asciicast-S3LSLOi9mHQOPZHoK0xlkiKLM"
 55         async="true"
 56         data-theme="dracula"
 57+        data-loop="true"
 58+        data-speed="1.5"
 59+        data-idle-time-limit="2"
 60       ></script>
 61     </details>
 62   </div>
 63@@ -139,6 +153,9 @@
 64         id="asciicast-Ccee82V83EUyaZzFYbTn36BLF"
 65         async="true"
 66         data-theme="dracula"
 67+        data-loop="true"
 68+        data-speed="1.5"
 69+        data-idle-time-limit="2"
 70       ></script>
 71     </details>
 72 
 73@@ -150,6 +167,9 @@
 74         id="asciicast-ONe1OphgsKUt9MMPVRBiSbwd0"
 75         async="true"
 76         data-theme="dracula"
 77+        data-loop="true"
 78+        data-speed="1.5"
 79+        data-idle-time-limit="2"
 80       ></script>
 81     </details>
 82 
 83@@ -161,15 +181,18 @@
 84         id="asciicast-HAlhNCLFLvuGjiqnEEUvWVi1h"
 85         async="true"
 86         data-theme="dracula"
 87+        data-loop="true"
 88+        data-speed="1.5"
 89+        data-idle-time-limit="2"
 90       ></script>
 91     </details>
 92   </div>
 93 
 94   <div>
 95     <h2 class="text-xl">Send a public message</h2>
 96-    <pre>echo "hello world!" | ssh send.pico.sh pub mychan -p</pre>
 97+    <pre>echo "hello world!" | ssh {{.Site.Domain}} pub mychan -p</pre>
 98     <p>Now anyone with a <code>pico</code> account can subscribe to this channel:</p>
 99-    <pre>ssh send.pico.sh sub mychan -p</pre>
100+    <pre>ssh {{.Site.Domain}} sub mychan -p</pre>
101   </div>
102 
103   <div>