aboutsummaryrefslogtreecommitdiff
path: root/articles/2026/Updated-blogthis-script.html
diff options
context:
space:
mode:
Diffstat (limited to 'articles/2026/Updated-blogthis-script.html')
-rw-r--r--articles/2026/Updated-blogthis-script.html38
1 files changed, 38 insertions, 0 deletions
diff --git a/articles/2026/Updated-blogthis-script.html b/articles/2026/Updated-blogthis-script.html
new file mode 100644
index 0000000..6bb2ad7
--- /dev/null
+++ b/articles/2026/Updated-blogthis-script.html
@@ -0,0 +1,38 @@
+<!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>Updated blogthis script</title>
+ </head>
+ <body>
+ <header>
+ <h1>Bloggings</h1>
+ <a href="/index.php">Back</a>
+ </header>
+ <main>
+ <article>
+ <h2>Updated blogthis script</h2>
+ <h3>2026-06-16</h3>
+ <h4>now with markdown</h4>
+ <p>
+ I've updated my blogthis script so I can write articles in markdown.
+ </p>
+ <p>
+ It saves me having to write html in the articles and avoids errors.
+ </p>
+ <p>
+ I've uploaded it to
+ <a href="https://git.wittamore.fr/blog-scripts/tree/"
+ >my git server</a
+ >
+ </p>
+ </article>
+ </main>
+ <footer>
+ <p>ยง</p>
+ </footer>
+ </body>
+</html>