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