shithub: sirjofri_de

Download patch

ref: f31f682ce5ed0b4d1f44708f6549efd8b0d5a8d5
parent: b0ec2479954cc9f616167854ad892df2d43b5baa
author: glenda <glenda@9front.local>
date: Fri Jan 10 17:57:11 EST 2020

adds changeblog system

diff: cannot open b/pub/changeblog/2020-01-10//null: file does not exist: 'b/pub/changeblog/2020-01-10//null' diff: cannot open b/pub/changeblog//null: file does not exist: 'b/pub/changeblog//null'
--- /dev/null
+++ b/pub/changeblog/2020-01-10/index.html
@@ -1,0 +1,43 @@
+<!doctype html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<title>sirjofri • changeblog/2020-01-10</title>
+<style type="text/css">
+body {
+	font-family: sans-serif;
+	max-width: 960px;
+	margin: auto;
+	padding: 10px;
+}
+</style>
+</head>
+<body>
+<header>
+<h1>changeblog/2020-01-10</h1>
+<nav>
+<a href="/">start</a> •
+<a href="/changeblog/">changeblog</a> •
+<a href="/imprint/">imprint</a>
+</nav>
+</header>
+<main>
+<section>
+<header>
+<h2>Revived<h2>
+<header>
+<p>I updated my website to Uberspace 7, but not only this: I changed the whole webpage to make it more nine-friendly.</p>
+<p>My whole webpage management system is completely 9 based. I use oridb's git9 implementation and plan9 tools, mk, sed, cat, …</p>
+<p>I also decided to change the main language of the website to English.</p>
+</main>
+<hr>
+<footer>
+<a href="/">start</a> •
+<a href="/changeblog/">changeblog</a> •
+<a href="/imprint/">imprint (german)</a>
+<br>
+© Copyright 2019 sirjofri
+</footer>
+</body>
+</html>
--- /dev/null
+++ b/pub/changeblog/index.html
@@ -1,0 +1,41 @@
+<!doctype html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<title>sirjofri • changeblog</title>
+<style type="text/css">
+body {
+	font-family: sans-serif;
+	max-width: 960px;
+	margin: auto;
+	padding: 10px;
+}
+</style>
+</head>
+<body>
+<header>
+<h1>changeblog</h1>
+<nav>
+<a href="/">start</a> •
+<a href="/changeblog/">changeblog</a> •
+<a href="/imprint/">imprint</a>
+</nav>
+</header>
+<main>
+<section>
+<ul>
+<li><a href="/changeblog/2020-01-10/">$OB</a></li>
+</ul>
+</section>
+</main>
+<hr>
+<footer>
+<a href="/">start</a> •
+<a href="/changeblog/">changeblog</a> •
+<a href="/imprint/">imprint (german)</a>
+<br>
+© Copyright 2019 sirjofri
+</footer>
+</body>
+</html>