moving over to gopher - gopherhole - My website source code.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 40e45fd0536d76d47b04e2d460dd1bf63aec45ce
 (DIR) parent 7234df6857541e001df10d2d68157062b6e0ef3d
 (HTM) Author: Jay Scott <me@jay.scot>
       Date:   Fri, 20 Jan 2023 19:38:31 +0000
       
       moving over to gopher
       
       Diffstat:
         D .build.yml                          |      14 --------------
         A bin/sync.sh                         |       1 +
         D index.gmi                           |      34 -------------------------------
         A index.gph                           |      22 ++++++++++++++++++++++
         D public_html/index.html              |      36 -------------------------------
         D public_html/robots.txt              |       2 --
         A txt/011.txt                         |      16 ++++++++++++++++
       
       7 files changed, 39 insertions(+), 86 deletions(-)
       ---
 (DIR) diff --git a/.build.yml b/.build.yml
       @@ -1,14 +0,0 @@
       -image: alpine/edge
       -oauth: pages.sr.ht/PAGES:RW
       -environment:
       -  site: jay.scot
       -packages:
       -- hut
       -tasks:
       -- package: |
       -    cd $site
       -    tar --exclude="public_html*" --exclude=".git*" -cvz . > ../site-gemini.tar.gz
       -    tar -C public_html -cvz . > ../site-html.tar.gz
       -- upload: |
       -    hut pages unpublish -d $site
       -    hut pages unpublish -pGEMINI -d $site
 (DIR) diff --git a/bin/sync.sh b/bin/sync.sh
       @@ -0,0 +1 @@
       +rsync -vz --exclude=.git* --exclude=bin* -a . jay.scot:/srv/gopher
 (DIR) diff --git a/index.gmi b/index.gmi
       @@ -1,34 +0,0 @@
       -```
       -
       -J A Y . S C O T
       -
       -
       -```
       -
       -├── INDEX
       -
       -=> /txt/010.txt 2022-09-28 ... Convert MBOX to Maildir using FDM
       -=> /txt/009.txt 2022-09-13 ... A true cheap dumbphone, impossible?
       -=> /txt/008.txt 2022-08-01 ... I moved over to wayland
       -=> /txt/007.txt 2022-05-01 ... Build, patch and maintain suckless tools
       -=> /txt/006.txt 2022-03-01 ... ARCV Association of Really Cruel Viruses
       -=> /txt/005.txt 2022-01-02 ... Why I dropped FreeBSD after a month
       -=> /txt/004.txt 2021-12-01 ... How I use the modern web
       -=> /txt/003.txt 2021-11-01 ... Qutebrowser is amazing but
       -=> /txt/002.txt 2021-10-01 ... Is GitHub the Facebook of coding?
       -=> /txt/001.txt 2021-09-01 ... So much bloat around dotfiles
       -
       -
       -├── OFFLINE
       -
       -> for i in {001..010}; do gemget jay.scot/txt/$i.txt ; done
       -
       -
       -├── INFO
       -
       -git   : https://git.sr.ht/~jayscott/
       -email : echo "zr@wnl.fpbg" | tr '[a-z]' '[n-za-m]'
       -gpg   : 0726AF07C73389E1E4475B7EC88BBC696A39CCB0
       -
       -
       -.EOF
 (DIR) diff --git a/index.gph b/index.gph
       @@ -0,0 +1,22 @@
       +J A Y . S C O T
       +
       +
       +├── INDEX
       +
       +[0|2022-09-28 ... Convert MBOX to Maildir using FDM|txt/010.txt|server|port]
       +[0|2022-09-13 ... A true cheap dumbphone,impossible?|txt/009.txt|server|port]
       +[0|2022-08-01 ... I moved over to wayland|txt/008.txt|server|port]
       +[0|2022-05-01 ... Build, patch and maintain suckless tools|txt/007.txt|server|port]
       +[0|2022-03-01 ... ARCV Association of Really Cruel Viruses|txt/006.txt|server|port]
       +[0|2022-01-02 ... Why I dropped FreeBSD after a month|txt/005.txt|server|port]
       +[0|2021-12-01 ... How I use the modern web|txt/004.txt|server|port]
       +[0|2021-11-01 ... Qutebrowser is amazing but|txt/003.txt|server|port]
       +[0|2021-10-01 ... Is GitHub the Facebook of coding?|txt/002.txt|server|port]
       +[0|2021-09-01 ... So much bloat around dotfiles|txt/001.txt|server|port]
       +
       +
       +├── INFO
       +
       +git   : https://git.sr.ht/~jayscott/
       +email : echo "zr@wnl.fpbg" | tr '[a-z]' '[n-za-m]'
       +gpg   : 0726AF07C73389E1E4475B7EC88BBC696A39CCB0
 (DIR) diff --git a/public_html/index.html b/public_html/index.html
       @@ -1,36 +0,0 @@
       -<!DOCTYPE html>
       -<html lang="en">
       -
       -  <head>
       -    <meta charset="utf-8">
       -    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
       -    <meta name="robots" content="noindex,nofollow" />
       -    <meta http-equiv="refresh" content="5; URL=https://git.sr.ht/~jayscott/" />
       -    <title>jay.scot</title>
       -    <style>
       -        body {
       -          color: #f0efd1;
       -          background-color: #191919;
       -          font-family: monospace;
       -        }
       -
       -        pre {
       -          color: #f0efd1;
       -          text-decoration: none;
       -          display: flex;
       -          justify-content: center;
       -          width: 50%;
       -          margin: 0 auto;
       -        }
       -    </style>
       -  </head>
       -
       -<body>
       -<pre>
       -                               J A Y . S C O T
       -
       -
       -                        % redirecting to VCS content %
       -</pre>
       -</body>
       -</html>
 (DIR) diff --git a/public_html/robots.txt b/public_html/robots.txt
       @@ -1,2 +0,0 @@
       -User-agent: *
       -Disallow: /
 (DIR) diff --git a/txt/011.txt b/txt/011.txt
       @@ -0,0 +1,16 @@
       +[jay.scot]
       +[011]
       +
       +
       +                ── I downgraded to a mini-pc ──
       +
       +
       +I
       +
       +
       +── SOURCES
       +
       +>> https://www.bee-link.com/catalog/product/index?id=334
       +
       +
       +.EOF