aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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