diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-05-10 19:23:58 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-05-10 19:23:58 +0200 |
commit | f0a70c827f0d10d18015d9a1cb56e58e1852bd44 (patch) | |
tree | d2517cc47e8d035d7989e477efd2281ddebb2244 | |
parent | 039758f9d40db059d5b8bdcd553a13c9e0819747 (diff) | |
download | blog-f0a70c827f0d10d18015d9a1cb56e58e1852bd44.tar.gz blog-f0a70c827f0d10d18015d9a1cb56e58e1852bd44.tar.bz2 blog-f0a70c827f0d10d18015d9a1cb56e58e1852bd44.zip |
update
-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** |