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.