summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-04-02 20:36:04 +0100
committerPaul Buetow <paul@buetow.org>2022-04-02 20:36:04 +0100
commit1e79ef5b01e904f99966af63c576597e5c0a6492 (patch)
tree73651e46909f09c0e65d5f59fc632412d5526dea
parentc3388eeefcadda34acc6adf88c9804c27a7ac8af (diff)
fix addresses
-rw-r--r--README.md2
-rw-r--r--footer.html.part2
-rw-r--r--style.css2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 414f5ac..a41fdb8 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ This is the source code of my personal internet site and blog engine. All conten
* Via Gemini/Gemtext: [gemini://foo.zone](gemini://foo.zone) (You need a Gemini client for this)
* Via "normal" HTML: [https://foo.zone](https://foo.zone) (Actually it's XHTML Transitional 1.0)
* Via [Gemini Webproxy](https://portal.mozz.us/gemini/foo.zone)
-* Via [Codeberg Markdown](https://codeberg.org/snonux/foozone/src/branch/content-md/index.md)
+* Via [Codeberg Markdown](https://codeberg.org/snonux/foo.zone/src/branch/content-md/index.md)
* Via Codeberg Page (with custom domain): [https://www2.buetow.org](https://www2.buetow.org) (from HTML)
* Via GitHub Page: It's possible to create a GitHub page from the Markdown output but I won't demo it anymore as I moved this project to Codeberg.
diff --git a/footer.html.part b/footer.html.part
index fe5dcb2..997364c 100644
--- a/footer.html.part
+++ b/footer.html.part
@@ -1,5 +1,5 @@
<p class="footer">
-Generated with <a href="https://codeberg.org/foozone/gemtexter">Gemtexter</a> |
+Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> |
served by <a href="https://www.OpenBSD.org">OpenBSD</a>/<a href="https://man.openbsd.org/httpd.8">httpd(8)</a> |
<a href="https://www.%%DOMAIN%%/site-mirrors.html">Site Mirrors</a>
</p>
diff --git a/style.css b/style.css
index 328ad6e..d62b6ae 100644
--- a/style.css
+++ b/style.css
@@ -2,12 +2,12 @@ body {
margin: auto;
padding-left: 11px;
padding-right: 11px;
- max-width: 900px;
background-color: #8fbc8f;
color: #ddddce;
font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
font-style: normal;
font-variant: normal;
+ max-width: 900px;
}
h1 {