diff options
Diffstat (limited to 'README.md')
-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 |