aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhilip Wittamore <philip@wittamore.com>2026-07-01 10:04:42 +0200
committerPhilip Wittamore <philip@wittamore.com>2026-07-01 10:04:42 +0200
commit74061f842466541c1ba4a85d7b43befc31ae8233 (patch)
treea889c405e7be8f3b087c272247f8874c04faa31d /README.md
parent06787773182125e4a958b597dc75e5e2ae02a4ac (diff)
update
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a8f2628
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+## Blog Scripts
+
+These bash scripts update and maintain my blog.
+
+The blog resides in a git repos and is mirrored to a remote http server.
+
+```
+blogthis - create a blog article, then runs blogrss, blogsitemap, blogsend
+blogrss - creates an rss feed
+blogsitemap - creates a sitemap
+blogsend - updates the git repos, clones into the remote web root
+```