главная|main page

состояние|status

блог|blog

файлы|files

программы|software

summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCarlos Fenollosa <carlos.fenollosa@gmail.com>2013-02-21 16:10:02 +0100
committerCarlos Fenollosa <carlos.fenollosa@gmail.com>2013-02-21 16:10:02 +0100
commit6bca4b57137df3a2dfa54e4aa9c1b02e603c987f (patch)
tree1b63936d5e6d6efee74c67c58b9c3412d5f4279f /README.md
parent761e344e419b27185d085a9e61e3404450625328 (diff)
Modified README
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1349d5d..9b3982b 100644
--- a/README.md
+++ b/README.md
@@ -12,10 +12,21 @@ Download bb.sh into a public folder of yours and run it:
./bb.sh
+This will show the available commands
-BashBlog supports:
+To create your first post, just do:
+
+ ./bb.sh post
+
+When you're done, access the public URL for that folder and you should see the index
+file and a new page for that post!
+
+Features
+--------
- Simple creation and edition of the posts with your favorite text editor
+- Post preview
+- Save posts as drafts and resume later
- Transformation of every post to its own html page, using the title as the URL
- Generation of an index.html file with the latest 10 posts
- Generation of an RSS file! Blog's magic is the RSS file, isn't it...?
@@ -29,5 +40,9 @@ BashBlog supports:
- Everything contained in a single 700-line bash script!
- A simple but nice and readable design, with nothing but the blog posts
+Non features (not planned)
+--------------------------
+
+- Comments. Would need a CAPTCHA or another antispam mechanism. Comments are handled through twitter, with a Twitter button
Read the CHANGELOG section of the script header for more updates