From 448e5169a0ad4d5eaaabbf3411e6d72a6e3c1760 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 10 Oct 2021 17:55:08 -0400 Subject: [PATCH] tidy up includes --- .nav.html | 5 +++++ 404.html | 6 +----- auth.html | 6 +----- calibre.html | 6 +----- certbot.html | 6 +----- cgi.html | 6 +----- cgit.html | 23 ++++------------------- cron.html | 6 +----- dns.html | 6 +----- domain.html | 6 +----- federation.html | 6 +----- gemini.html | 6 +----- git.html | 6 +----- gitea.html | 6 +----- html.html | 6 +----- html2.html | 6 +----- html4.html | 6 +----- i2p.html | 6 +----- index.html | 8 ++------ irc.html | 6 +----- jitsi.html | 6 +----- maintenance.html | 6 +----- nextcloud.html | 6 +----- nginx.html | 6 +----- peertube.html | 6 +----- pleroma.html | 6 +----- rss-bridge.html | 6 +----- rsync.html | 6 +----- selfhosting.html | 6 +----- server.html | 6 +----- sshkeys.html | 6 +----- standalone.html | 6 +----- template.html | 6 +----- tor.html | 6 +----- ufw.html | 6 +----- xmpp.html | 6 +----- 36 files changed, 44 insertions(+), 190 deletions(-) create mode 100644 .nav.html diff --git a/.nav.html b/.nav.html new file mode 100644 index 0000000..a5ae347 --- /dev/null +++ b/.nav.html @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/404.html b/404.html index 58e501e..059bfd4 100644 --- a/404.html +++ b/404.html @@ -2,11 +2,7 @@ 404 – diyhosting.bhh.sh - - - - - +

404

diff --git a/auth.html b/auth.html index 47295a3..b71f8be 100644 --- a/auth.html +++ b/auth.html @@ -2,11 +2,7 @@ Requiring Passwords for Webpages (HTTP Authentication) – diyhosting.bhh.sh - - - - - + <

Requiring Passwords for Webpages

diff --git a/calibre.html b/calibre.html index 4769d74..dbea4c2 100644 --- a/calibre.html +++ b/calibre.html @@ -2,11 +2,7 @@ Setting up a Calibre library server – diyhosting.bhh.sh - - - - - +

Setting up a Calibre library server

diff --git a/certbot.html b/certbot.html index 024d7a2..e73e6fc 100644 --- a/certbot.html +++ b/certbot.html @@ -2,11 +2,7 @@ Certbot and HTTPS – diyhosting.bhh.sh - - - - - +

Certbot and HTTPS

diff --git a/cgi.html b/cgi.html index 297a07e..2e6e52c 100644 --- a/cgi.html +++ b/cgi.html @@ -2,11 +2,7 @@ Server-Side Scripting with CGI - - - - - +

Server-Side Scripting with CGI

diff --git a/cgit.html b/cgit.html index 03b6407..bca9d9c 100644 --- a/cgit.html +++ b/cgit.html @@ -3,11 +3,7 @@ Setting up Cgit – diyhosting.bhh.sh - - - - - + @@ -76,8 +72,8 @@ logo=/cgit.svg virtual-root=/ # Title and description shown on top of each page -root-title=Chad's git server -root-desc=A web interface to LandChad's git repositories, powered by Cgit +root-title=My git server +root-desc=A web interface to my git repositories, powered by Cgit # The location where git repos are stored on the server scan-path=/srv/git/ @@ -134,18 +130,7 @@ git for-each-ref \ href="https://costas.dev/donations/">donations - + diff --git a/cron.html b/cron.html index 7a544f1..c848dc5 100644 --- a/cron.html +++ b/cron.html @@ -2,11 +2,7 @@ Cronjobs – diyhosting.bhh.sh - - - - - +

Using Cronjobs to run scheduled tasks

diff --git a/dns.html b/dns.html index 83aecf1..e2f9e8b 100644 --- a/dns.html +++ b/dns.html @@ -2,11 +2,7 @@ Connect Your Domain and Server with DNS Records – diyhosting.bhh.sh - - - - - +

Connect Your Domain and Server with DNS Records

diff --git a/domain.html b/domain.html index ed6abb7..f1a0e46 100644 --- a/domain.html +++ b/domain.html @@ -2,11 +2,7 @@ Get a Domain Name – diyhosting.bhh.sh - - - - - +

Get a Domain Name

diff --git a/federation.html b/federation.html index 8c73626..5b9591a 100644 --- a/federation.html +++ b/federation.html @@ -2,11 +2,7 @@ Federation – diyhosting.bhh.sh - - - - - +

Federation

diff --git a/gemini.html b/gemini.html index 93abfc4..bdf6dd5 100644 --- a/gemini.html +++ b/gemini.html @@ -2,11 +2,7 @@ How to set up your own gemini server - - - - - +

Creating and serving gemini capsules

diff --git a/git.html b/git.html index 59e37ee..f67ac74 100644 --- a/git.html +++ b/git.html @@ -2,11 +2,7 @@ Hosting Your Own Git Repositories – diyhosting.bhh.sh - - - - - +

Hosting Your Own Git Repositories

diff --git a/gitea.html b/gitea.html index 2e4d51c..dc30dcf 100644 --- a/gitea.html +++ b/gitea.html @@ -2,11 +2,7 @@ Setting up Gitea – diyhosting.bhh.sh - - - - - +

Setting up Gitea

diff --git a/html.html b/html.html index 1fc8171..10d23b9 100644 --- a/html.html +++ b/html.html @@ -2,11 +2,7 @@ Make a Simple Webpage – diyhosting.bhh.sh - - - - - +

Make a Simple Webpage

diff --git a/html2.html b/html2.html index 22bf174..4ecb379 100644 --- a/html2.html +++ b/html2.html @@ -2,11 +2,7 @@ Images and Links in HTML – diyhosting.bhh.sh - - - - - +

Images and Links in HTML

diff --git a/html4.html b/html4.html index 6118410..6f25270 100644 --- a/html4.html +++ b/html4.html @@ -2,11 +2,7 @@ Doing HTML Right – diyhosting.bhh.sh - - - - - +

Doing HTML Right

diff --git a/i2p.html b/i2p.html index bbc9302..866cebe 100644 --- a/i2p.html +++ b/i2p.html @@ -2,11 +2,7 @@ Mirror your site over I2P - - - - - +

Mirror Your Site Over I2P

diff --git a/index.html b/index.html index 13d2f90..f769aad 100644 --- a/index.html +++ b/index.html @@ -1,12 +1,8 @@ - Chad's Guide to Starting Your Own Website – diyhosting.bhh.sh - - - - - + Your Guide to Starting Your Own Website – diyhosting.bhh.sh +