diff options
author | Carlos Fenollosa <carlos.fenollosa@gmail.com> | 2014-01-10 11:04:46 +0100 |
---|---|---|
committer | Carlos Fenollosa <carlos.fenollosa@gmail.com> | 2014-01-10 11:04:46 +0100 |
commit | ef3e350f29fc574344a9e27c224732e0bf6eac6c (patch) | |
tree | dc4703b110ad21301051f21a2d934d405ea58f54 | |
parent | fe518c5fce0289da95ea833e4bc79ffd581cabb2 (diff) |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ bashblog ======== -A Bash script that handles blog posting. +A Bash script that handles blog posting. -Some would say it's a CMS, but I don't like that word. It's just a script that lets you write a blog post with your favorite editor, puts all the posts together into an index, and creates an RSS file and a list of posts. +Download it to a public folder, run `./bb.sh post`, write the post, and that's it. No templating, just plain text editing (HTML or Markdown). All the boilerplate (front page, headers, titles, RSS, etc) is handled by the script. I created it because I wanted a very, very simple way to post entries to a blog by using a public folder on my server, without any special requirements and dependencies. |