updated README
This commit is contained in:
parent
62ef0f4a98
commit
044e53d56c
1 changed files with 5 additions and 3 deletions
|
@ -41,16 +41,18 @@ and you should see the index file and a new page for that post!
|
||||||
Features
|
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.
|
- 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.
|
- 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*
|
*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.
|
- Allows drafts, includes a simple but clean stylesheet, generates the RSS file automatically.
|
||||||
- Support for tags/categories
|
- Support for tags/categories
|
||||||
- Support for Markdown, Disqus comments, Twitter, Feedburner, Google Analytics.
|
- 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")
|
- 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
|
Configuration
|
||||||
|
|
Loading…
Reference in a new issue