aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index e285e04..9d98bb1 100644
--- a/README.md
+++ b/README.md
@@ -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**