tUpdate nick, deploy gopher build locally - adamsgaard.dk - my academic webpage
 (HTM) git clone git://src.adamsgaard.dk/adamsgaard.dk
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit dbff4da9f01e795e09b856c52d5b30806118394d
 (DIR) parent 9f36f47cf5030ef9cc3cac11828b3c14b77dd0e8
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sat, 29 Feb 2020 19:09:42 +0100
       
       Update nick, deploy gopher build locally
       
       Diffstat:
         M Makefile                            |       4 ++++
         M templates/contact.gph/header.gph    |       2 +-
         M templates/contact.html/header.html  |       2 +-
       
       3 files changed, 6 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -15,6 +15,10 @@ generate:
                done
                sed -i 's,|\([A-Za-z-]*\)\.html|server|port,|/\1.txt|server|port,' $(output)/index.gph
                cp style.css print.css $(output)/
       +        rsync -rav --progress \
       +                $(output)/ \
       +                pages/*.txt \
       +                /var/gopher/
        
        view:
                $(BROWSER) $(output)/index.html
 (DIR) diff --git a/templates/contact.gph/header.gph b/templates/contact.gph/header.gph
       t@@ -2,7 +2,7 @@
        
        Anders Damsgaard
        anders@adamsgaard.dk
       -adc (freenode), andersd (oftc), adc (2f30)
       +adc (freenode, oftc, 2f30)
        
        [h|ORCID: 0000-0002-9284-1709|URL:https://orcid.org/0000-0002-9284-1709|server|port]
        [0|PGP public key|/pub/ad-public-key.asc|adamsgaard.dk|70]
 (DIR) diff --git a/templates/contact.html/header.html b/templates/contact.html/header.html
       t@@ -13,6 +13,6 @@
                <li>ORCID: <a href="https://orcid.org/0000-0002-9284-1709">0000-0002-9284-1709</a></li>
                <li><a href="files/ad-public-key.asc">PGP public key</a>
                <li><a href="files/ad_id_rsa.pub">SSH public key</a></li>
       -        <li><a href="https://freenode.net">Freenode</a>: adc, <a href="https://www.oftc.net">OFTC</a>: andersd</li>
       +        <li>adc (<a href="https://freenode.net">Freenode</a>, <a href="https://www.oftc.net">OFTC</a>, <a href="http://2f30.org/">2f30</a>)</li>
        </ul>
        I am not present on any "social" networks.