|
@@ -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
|