sites

parazyd.cf website
git clone git://parazyd.org/sites.git
Log | Files | Refs

commit e5144d7e35e30f603f1c125294a2af32f1466324
parent 0680411c8c72dc1cd4239f4faa6945fb2a041057
Author: parazyd <parazyd@dyne.org>
Date:   Wed, 21 Feb 2018 12:48:58 +0100

freenom is killing us off.

Diffstat:
Mconfig.mk | 6+++---
Mfooter.html | 2+-
Mheader.html | 5-----
Mindex.gph | 4++--
Mnav.html | 2+-
5 files changed, 7 insertions(+), 12 deletions(-)

diff --git a/config.mk b/config.mk @@ -1,10 +1,10 @@ MARKDOWN = smu #MARKDOWN = python -m markdown -WEBTITLE = parazyd.cf +WEBTITLE = parazyd.org -WEBHOST = jakku.parazyd.cf -WEBROOT = public_html/parazyd.cf +WEBHOST = jakku.parazyd.org +WEBROOT = public_html/parazyd.org MDS = $(shell find . -type f -name '*.html.md' -print) PAGES = $(MDS:.md=) diff --git a/footer.html b/footer.html @@ -5,7 +5,7 @@ <div id="footer"> <hr> <span class="right"> - <a href="https://parazyd.cf/pub/dev/god/"><img src="static/terry.gif" width="150"></a> + <a href="/pub/dev/god/"><img src="static/terry.gif" width="150"></a> </span> </div> </body> diff --git a/header.html b/header.html @@ -8,8 +8,3 @@ <link rel="icon" href="static/favicon.ico" type="image/icon"> </head> <body> - <!-- - <div id="header"> - <a id="headerLink" href="/">parazyd.cf</a> - </div> - --> diff --git a/index.gph b/index.gph @@ -1,6 +1,6 @@ - ⣀⡀ ⢀⣀ ⡀⣀ ⢀⣀ ⣀⣀ ⡀⢀ ⢀⣸ ⢀⣀ ⣰⡁ parazyd's gopherhole - ⡧⠜ ⠣⠼ ⠏ ⠣⠼ ⠴⠥ ⣑⡺ ⠣⠼ ⠶ ⠣⠤ ⢸ gopher://parazyd.cf + ⣀⡀ ⢀⣀ ⡀⣀ ⢀⣀ ⣀⣀ ⡀⢀ ⢀⣸ ⢀⡀ ⡀⣀ ⢀⡀ parazyd's gopherhole + ⡧⠜ ⠣⠼ ⠏ ⠣⠼ ⠴⠥ ⣑⡺ ⠣⠼ ⠶ ⠣⠜ ⠏ ⣑⡺ gopher://parazyd.org Welcome to my gopherhole :) Feel free to lurk around. diff --git a/nav.html b/nav.html @@ -5,7 +5,7 @@ <td><a href="/projects.html">projects</a></td> <td><a href="/git">git</a></td> <td><a href="/pub">pub</a></td> - <td><a href="gopher://parazyd.cf">gopher</a></td> + <td><a href="gopher://parazyd.org">gopher</a></td> <td><a href="http://szpvqtyw3vbgzb3s.onion">tor</a></td> <td><a href="/contact.html">contact</a></td> </tr>