blob: a8f2628c19a88999966e2e80c9dc4b576da647f9 (
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 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
```
|