diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-05-09 12:19:26 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-05-09 12:19:26 +0200 |
commit | 4327f117904785ac64e749e01364651cb62ba6ef (patch) | |
tree | db442085f855c8fbbfdcffe7c43fb9810992fd17 | |
parent | 77079674cc8018f93d23878fed7898bfe749f129 (diff) | |
download | blog-4327f117904785ac64e749e01364651cb62ba6ef.tar.gz blog-4327f117904785ac64e749e01364651cb62ba6ef.tar.bz2 blog-4327f117904785ac64e749e01364651cb62ba6ef.zip |
update
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |