aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhilip Wittamore <philip@wittamore.com>2025-05-09 12:19:26 +0200
committerPhilip Wittamore <philip@wittamore.com>2025-05-09 12:19:26 +0200
commit4327f117904785ac64e749e01364651cb62ba6ef (patch)
treedb442085f855c8fbbfdcffe7c43fb9810992fd17 /README.md
parent77079674cc8018f93d23878fed7898bfe749f129 (diff)
downloadblog-4327f117904785ac64e749e01364651cb62ba6ef.tar.gz
blog-4327f117904785ac64e749e01364651cb62ba6ef.tar.bz2
blog-4327f117904785ac64e749e01364651cb62ba6ef.zip
update
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 13f604c..0b4efd3 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
-# A collection of scripts to manage my blog
+# A collection of scripts to manage my simple blog
+
+> git clone https://git.wittamore.com/blog
## bash scripts
- **blogthis** creates a blog article
@@ -6,6 +8,9 @@
- **blogsitemap** creates the sitemap.xml file
- **blogsend x** scp's the files modified in the past x hours to the web server (by default 1)
+Typical use is **blogthis** followed by **blogrss;blogsitemap;blogsend**
+
## php files
- **index.php**, **sticky.php**, **search.php** are the files used to display the blog on the web server
+These files list and search the html files in the web site's "articles" and "sticky" directories