aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Wittamore <philip@wittamore.com>2025-05-10 19:23:58 +0200
committerPhilip Wittamore <philip@wittamore.com>2025-05-10 19:23:58 +0200
commitf0a70c827f0d10d18015d9a1cb56e58e1852bd44 (patch)
treed2517cc47e8d035d7989e477efd2281ddebb2244
parent039758f9d40db059d5b8bdcd553a13c9e0819747 (diff)
downloadblog-f0a70c827f0d10d18015d9a1cb56e58e1852bd44.tar.gz
blog-f0a70c827f0d10d18015d9a1cb56e58e1852bd44.tar.bz2
blog-f0a70c827f0d10d18015d9a1cb56e58e1852bd44.zip
update
-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**