diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..a8f2628 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +## Blog Scripts + +These bash scripts update and maintain my blog. + +The blog resides in a git repos and is mirrored to a remote http server. + +``` +blogthis - create a blog article, then runs blogrss, blogsitemap, blogsend +blogrss - creates an rss feed +blogsitemap - creates a sitemap +blogsend - updates the git repos, clones into the remote web root +``` |
