diff options
author | Carlos <carlos.fenollosa@gmail.com> | 2016-01-15 09:47:39 +0100 |
---|---|---|
committer | Carlos <carlos.fenollosa@gmail.com> | 2016-01-15 09:47:39 +0100 |
commit | 044e53d56c41db3ec22092b9e550a01e4342de2c (patch) | |
tree | eece617cb5abf5263b09a4dce62f4e3bf9b4638a | |
parent | 62ef0f4a98b447b4f1d12c6963a925b713b714f6 (diff) |
updated README
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 |