From 420ceb49b53a8fa9d8ba8443e42e50cd7bd7cea9 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Sun, 12 Jul 2026 11:08:50 +0200 Subject: update --- articles/2025/Blog-scripts.html | 44 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100755 articles/2025/Blog-scripts.html (limited to 'articles/2025/Blog-scripts.html') 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 @@ + + + + + + + Blog scripts + + +
+

Bloggings

+ Back + +
+ +
+
+

Blog scripts

+

2025-05-13

+

My simple blog scripts

+

I've added my blog scripts to the git server just in case someone +needs a quick simple blog like this one.

+

Blog articles are simply html, the site structure is on your computer +and there are a couple of Bash scripts to manage it:

+
    +
  • blogthis builds an articles header and footer, opens the editor
  • +
  • blogsend uses ssh to upload all recently added or modified files
  • +
  • Blogrss builds/updates the rss feed
  • +
  • Blogsitemap builds/updates the sitemap
  • +
+

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.

+

The articles are listed by three php files that include a search form.

+

get the files here

+
+
+ + + -- cgit v1.3.1