aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitali64 <vitali64pmemail@protonmail.com>2021-12-23 20:23:38 +0100
committerVitali64 <vitali64pmemail@protonmail.com>2021-12-23 20:23:38 +0100
commit38ee6f7c27aab96225b430aac0dad9cb129570a0 (patch)
tree68a3fc3bf94fadc7675a3d0a26e0b3b32727c659
parent4f2d203efe9920a98f766dab7fbb708648ccfdcb (diff)
downloadseen-38ee6f7c27aab96225b430aac0dad9cb129570a0.tar.gz
seen-38ee6f7c27aab96225b430aac0dad9cb129570a0.zip
Add Facts to README.md
These are advantages compared to other lightweight blog generators such as lb or untitled
-rw-r--r--README.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/README.md b/README.md
index b0b1e95..3c82f03 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,23 @@
*A simple blog generator written in bash*
+### Facts
+
+- Doesn't depend on GNU extensions
+
+- POSIX compliant
+
+- Works on non-GNU distros (such as Alpine)
+
+- Works on BSD systems (such as MacOS and OpenBSD)
+
+- Only depends on `markdown`/`hoedown`
+
+- Less than 100 SLOC
+
### How to use
-First, install `markdown` because this script uses it heavily.
+First, install `markdown` or `hoedown` because this script uses it heavily.
Put your markdown files on `articles/<name of file>.md` (create the directory if it doesn't exist).
@@ -30,4 +44,6 @@ Seen supports other options too, for more info, run the following:
$ ./seen.sh --help
+You can create RSS feeds too, just modify the `rss.cfg` file to your liking and:
+ $ ./seen.sh --rss