aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 13f604cdf14fab7092fea88ae9cd043795276886 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# 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 x** scp's the files modified in the past x hours to the web server (by default 1)

## php files
- **index.php**, **sticky.php**, **search.php** are the files used to display the blog on the web server