aboutsummaryrefslogtreecommitdiff
path: root/articles/2026/Oops!-I-did-it-again.html
diff options
context:
space:
mode:
Diffstat (limited to 'articles/2026/Oops!-I-did-it-again.html')
-rw-r--r--articles/2026/Oops!-I-did-it-again.html46
1 files changed, 46 insertions, 0 deletions
diff --git a/articles/2026/Oops!-I-did-it-again.html b/articles/2026/Oops!-I-did-it-again.html
new file mode 100644
index 0000000..bd3bf4f
--- /dev/null
+++ b/articles/2026/Oops!-I-did-it-again.html
@@ -0,0 +1,46 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <link rel="stylesheet" href="/style.css" />
+ <link rel="icon" type="image/x-icon" href="/favicon.ico" />
+ <title>Oops! I did it again</title>
+ </head>
+ <body>
+ <header>
+ <h1>Bloggings</h1>
+ <a href="/index.php">Back</a>
+ </header>
+ <main>
+ <article>
+ <h2>Oops! I did it again</h2>
+ <h3>2026-05-31</h3>
+ <h4>More blog improvements</h4>
+ <p>
+ This blog now
+ <a href="https://git.wittamore.fr/bloggings/tree/"
+ >sits in my git repository</a
+ >, so I made a few changes.
+ </p>
+ <p>
+ One is the
+ <a href="https://git.wittamore.fr/blog-scripts/tree/blogsend"
+ >blogsend</a
+ >
+ bash script which now does a git commit on my local machine, and a git
+ pull on the remote web server. The other is the git repos itself which
+ now has the web site in one repos, and the bash scripts in another.
+ </p>
+ <p>
+ All this is probably of little interest to anyone other than myself,
+ but if you want to run a smol blog you might find it useful, after all
+ that's why I'm posting it.
+ </p>
+ </article>
+ </main>
+ <footer>
+ <p>ยง</p>
+ </footer>
+ </body>
+</html>