aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: dc75336933d7cea04c79441a41bbc15ced1d0c48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## Blog Scripts

These bash scripts update and maintain my blog.

The blog resides in a git repos and is cloned on a remote http server web root.

```
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
```