From 044e53d56c41db3ec22092b9e550a01e4342de2c Mon Sep 17 00:00:00 2001 From: Carlos Date: Fri, 15 Jan 2016 09:47:39 +0100 Subject: [PATCH] updated README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d710abc..0e68ba7 100644 --- a/README.md +++ b/README.md @@ -41,16 +41,18 @@ and you should see the index file and a new page for that post! Features -------- -- No installation required. Download `bb.sh` and start blogging. - Ultra simple usage: Just type a post with your favorite editor and the script does the rest. No templating. +- No installation required. Download `bb.sh` and start blogging. +- Zero dependencies. It runs just on base utils (`date`, `basename`, `grep`, `sed`, `head`, etc) +- GNU/Linux, BSD and OSX compatible out of the box, no need for GNU `coreutils` on a Mac. + It does some magic to autodetect which command switches it needs to run depending on your system. - All content is static. You only need shell access to a machine with a public web folder. *Tip: advanced users could mount a remote public folder via `ftpfs` and run this script locally* - Allows drafts, includes a simple but clean stylesheet, generates the RSS file automatically. - Support for tags/categories - Support for Markdown, Disqus comments, Twitter, Feedburner, Google Analytics. -- GNU/Linux, BSD and OSX compatible out of the box (no need for GNU `coreutils` on a Mac) - The project is still maintained as of 2016. Bugs are fixed, and new features are considered (see "Contributing") -- Everything stored in a single <1k lines bash script, how cool is that?! ;) +- Everything stored in a single ~1k lines bash script, how cool is that?! ;) Configuration