diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -12,7 +12,14 @@ - **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** sets up the article html header and footer. Articles are written in html. +**blogthis** sets up the article html header and footer and opens the editor. Articles are written in html. + +For example: + + <p>A paragraph</p> + <b>Bold text</b> + <h2>Header2</h2> + <img src="/images/blog/image.png"> Typical use is **blogthis** followed by **blogrss;blogsitemap;blogsend** |