diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-05-08 23:55:31 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-05-08 23:55:31 +0200 |
commit | fdbe7d36099ccc6cdd935f9274cafacc914b1a89 (patch) | |
tree | 29aec48c0dacdbaa750725076deda042fb4dd60c | |
parent | 51cd17dadbfa993e99f020a93a58384d229d669b (diff) | |
download | blog-fdbe7d36099ccc6cdd935f9274cafacc914b1a89.tar.gz blog-fdbe7d36099ccc6cdd935f9274cafacc914b1a89.tar.bz2 blog-fdbe7d36099ccc6cdd935f9274cafacc914b1a89.zip |
update
-rw-r--r-- | README.md (renamed from README.txt) | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,10 +1,11 @@ -This is a collection of scripts to manage my blog +# 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 -- index.php, sticky.php, search.php are the files used - to display the blog on the web server +## php files +- index.php, sticky.php, search.php are the files used to display the blog on the web server |