aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhilip Wittamore <philip@wittamore.com>2025-05-08 23:55:31 +0200
committerPhilip Wittamore <philip@wittamore.com>2025-05-08 23:55:31 +0200
commitfdbe7d36099ccc6cdd935f9274cafacc914b1a89 (patch)
tree29aec48c0dacdbaa750725076deda042fb4dd60c /README.md
parent51cd17dadbfa993e99f020a93a58384d229d669b (diff)
downloadblog-fdbe7d36099ccc6cdd935f9274cafacc914b1a89.tar.gz
blog-fdbe7d36099ccc6cdd935f9274cafacc914b1a89.tar.bz2
blog-fdbe7d36099ccc6cdd935f9274cafacc914b1a89.zip
update
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..83ded3c
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+# A collection of scripts to manage my blog
+
+## bash scripts
+- blogthis creates a blog article
+- blogrss creates the rss.xml file
+- blogsitemap creates the sitemap.xml file
+- blogsend scp's the files modified in the past hour to the web server
+
+## php files
+- index.php, sticky.php, search.php are the files used to display the blog on the web server
+