docs: annnnd moar web [ci skip]

This commit is contained in:
decentral1se 2024-07-23 23:17:43 +02:00
parent 2174d50bbc
commit 1a93f1dea0
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
4 changed files with 18 additions and 14 deletions

View File

@ -0,0 +1,2 @@
Code: <a href="https://git.coopcloud.tech/decentral1se/distribusi-go">git.coopcloud.tech/decentral1se/distribusi-go</a>
Contact: <a href="https://gts.varia.zone/@decentral1se">@decentral1se@varia.zone</a> or cellarspoon AT riseup DOT net

View File

@ -66,6 +66,8 @@ page. The name of the file is included below ("02-FILES.md").
Each image is shown as a thumbnail which is automatically generated. This makes
the pages more lightweight. Thumbnails can be removed easily later on. See the
<a href="tutorial">tutorial</a> for more.</pre><span class='filename'>02-FILES.md</span></div>
<div id="03.CONTACT.md" class='text'><pre>Code: <a href="https://git.coopcloud.tech/decentral1se/distribusi-go">git.coopcloud.tech/decentral1se/distribusi-go</a>
Contact: <a href="https://gts.varia.zone/@decentral1se">@decentral1se@varia.zone</a> or cellarspoon AT riseup DOT net</pre><span class='filename'>03.CONTACT.md</span></div>
<div id="heya.jpg" class='image'><figure> <a href="heya.jpg"> <img class="thumbnail" loading="lazy" src="heya_distribusi_thumbnail.jpg"> </a> </figure><span class='filename'>heya.jpg</span></div>
<div id="styles.css" class='text'><pre>/* this is the stylesheet for this website 😌 */

View File

@ -4,7 +4,7 @@ Visit the following URL:
<a href="https://vvvvvvaria.org/~decentral1se/distribusi/dist">vvvvvvaria.org/~decentral1se/distribusi/dist</a>
You need to download the right binary for your system. `distribusi` aims to be
You need to download the right binary for your system. distribusi aims to be
portable and run on older hardware. Let us know if you need another os/arch
supported!
@ -14,7 +14,7 @@ If you're on good 'ol 64 bit linux, then that'll be:
chmod +x distribusi
The download size is currently ~ 1.8MB. You don't need to install anything else
to use `distribusi`.
to use distribusi.
## Help
@ -43,11 +43,11 @@ OPTIONS:
## Get started
I usually run the following: `distribusi -s .` You'll see
I usually run the following: "distribusi -s ." You'll see
distribusifying... live @ http://localhost:1312
`distribusi` will then try to generate files and serve them locally:
It will then try to generate files and serve them locally:
<a href="http://localhost:1312">localhost:1312</a>
@ -56,14 +56,14 @@ When everything is ready, you'll see a "done!" appear in your terminal:
distribusifying... live @ http://localhost:1312 done!
If you're wondering what `distribusi` is doing, pass `-d` for debug output.
If you're wondering what it's doing, pass "-d" for debug output.
**WARNING**: __please__ take a backup of your precious files first. Pass `-w`
**WARNING**: __please__ take a backup of your precious files first. Pass "-w"
to delete all the generated files.
## Publishing
One "simple" option is to use `rsync` and transfer your files to your server.
One option is to use "rsync" and transfer your files to your server.
distribusi .
rsync -avz . varia.zone:public_html

View File

@ -61,7 +61,7 @@ Visit the following URL:
<a href="https://vvvvvvaria.org/~decentral1se/distribusi/dist">vvvvvvaria.org/~decentral1se/distribusi/dist</a>
You need to download the right binary for your system. `distribusi` aims to be
You need to download the right binary for your system. distribusi aims to be
portable and run on older hardware. Let us know if you need another os/arch
supported!
@ -71,7 +71,7 @@ If you're on good 'ol 64 bit linux, then that'll be:
chmod +x distribusi
The download size is currently ~ 1.8MB. You don't need to install anything else
to use `distribusi`.
to use distribusi.
## Help
@ -100,11 +100,11 @@ OPTIONS:
## Get started
I usually run the following: `distribusi -s .` You'll see
I usually run the following: "distribusi -s ." You'll see
distribusifying... live @ http://localhost:1312
`distribusi` will then try to generate files and serve them locally:
It will then try to generate files and serve them locally:
<a href="http://localhost:1312">localhost:1312</a>
@ -113,14 +113,14 @@ When everything is ready, you'll see a "done!" appear in your terminal:
distribusifying... live @ http://localhost:1312 done!
If you're wondering what `distribusi` is doing, pass `-d` for debug output.
If you're wondering what it's doing, pass "-d" for debug output.
**WARNING**: __please__ take a backup of your precious files first. Pass `-w`
**WARNING**: __please__ take a backup of your precious files first. Pass "-w"
to delete all the generated files.
## Publishing
One "simple" option is to use `rsync` and transfer your files to your server.
One option is to use "rsync" and transfer your files to your server.
distribusi .
rsync -avz . varia.zone:public_html</pre><span class='filename'>README.md</span></div>