diff options
author | Carlos Fenollosa <carlos.fenollosa@gmail.com> | 2014-02-27 16:48:15 +0100 |
---|---|---|
committer | Carlos Fenollosa <carlos.fenollosa@gmail.com> | 2014-02-27 16:48:15 +0100 |
commit | 3d73749f1a3e5b23a951170f4f51316bab8a8908 (patch) | |
tree | d7a88f9e53de687404ba3aa6659433c9d9cdfd5d | |
parent | 948150ed92e17b588cd6bea3e7afdad6bf6ced19 (diff) |
Added tag support
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,7 @@ Features - 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) - Everything stored in a single 700-line bash script, how cool is that?! ;) @@ -78,6 +79,7 @@ Detailed features - Configurable number of posts on the front page - Automatic generation of an RSS file, feedburner support - Additional page containing an index of all posts +- Automatically generates pages for each tag - Rebuild all files while keeping the original data - Comments delegated to Twitter, with additional Disqus support - Google Analytics code support |