diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-05-09 00:00:00 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-05-09 00:00:00 +0200 |
commit | 77079674cc8018f93d23878fed7898bfe749f129 (patch) | |
tree | d24ec51ac3d2ca21cd221c53c1fc326f18bd9b96 /README.md | |
parent | a6a5942b89dcaa64b03eaed9e3aa15577c0baf90 (diff) | |
download | blog-77079674cc8018f93d23878fed7898bfe749f129.tar.gz blog-77079674cc8018f93d23878fed7898bfe749f129.tar.bz2 blog-77079674cc8018f93d23878fed7898bfe749f129.zip |
update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,11 +1,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) +- **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 +- **index.php**, **sticky.php**, **search.php** are the files used to display the blog on the web server |