aboutsummaryrefslogtreecommitdiff
path: root/articles/2025/Blog-scripts.html
diff options
context:
space:
mode:
Diffstat (limited to 'articles/2025/Blog-scripts.html')
-rwxr-xr-xarticles/2025/Blog-scripts.html44
1 files changed, 44 insertions, 0 deletions
diff --git a/articles/2025/Blog-scripts.html b/articles/2025/Blog-scripts.html
new file mode 100755
index 0000000..9c418a8
--- /dev/null
+++ b/articles/2025/Blog-scripts.html
@@ -0,0 +1,44 @@
+<!doctype html>
+<html lang="EN">
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link rel="stylesheet" href="/style.css">
+ <title>Blog scripts</title>
+ </head>
+ <body>
+ <header>
+ <h1>Bloggings</h1>
+ <a href="/index.php">Back</a>
+
+ </header>
+
+<main>
+<article>
+<h2>Blog scripts</h2>
+<h3>2025-05-13</h3>
+<h4>My simple blog scripts</h4>
+<p>I've added my blog scripts to the git server just in case someone
+needs a quick simple blog like this one.</p>
+<p>Blog articles are simply html, the site structure is on your computer
+and there are a couple of Bash scripts to manage it:</p>
+<ul>
+<li><b>blogthis</b> builds an articles header and footer, opens the editor</li>
+<li><b>blogsend</b> uses ssh to upload all recently added or modified files</li>
+<li><b>Blogrss</b> builds/updates the rss feed</li>
+<li><b>Blogsitemap</b> builds/updates the sitemap</li>
+</ul>
+<p>Note that these Bash scripts rely on your having set up ssh correctly to allow
+you to ssh to your web server without entering a password.</p>
+<p>The articles are listed by three php files that include a search form.</p>
+<p><a href="https://git.wittamore.fr/blog/about/">get the files here</a></p>
+</article>
+</main>
+<footer>
+
+<p>&nbsp;</p>
+
+<p>ยง</p>
+ </footer>
+</body>
+</html>