From e17a042f52f40f65dbcd34d9b27ee05366c4056d Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Sat, 23 May 2020 14:57:25 +0100 Subject: [PATCH] Updates Readme --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2d65a1..e271b0b 100644 --- a/README.md +++ b/README.md @@ -43,13 +43,30 @@ build.sh index This will generate the homepage. +### Card + +```bash +build.sh card +``` + +Generates my curlable business card. + +### RSS + +```bash +build.sh rss +``` + +Generates my rss feed. + + ### All ```bash build.sh all ``` -This will generate the tags, the blogs and the index +This will generate the tags, the blogs, the index, the RSS feed and the card. ## Docker