From 1d7b038c3b2c5c9764b1f1f0217a659b90e50699 Mon Sep 17 00:00:00 2001
From: Karl <kc0bfv@gmail.com>
Date: Sun, 19 Jan 2020 03:33:42 +0000
Subject: [PATCH] Explain shortcode in Readme

---
 README.md |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md
index 038cdab..de332ba 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,24 @@
 
 Header images are, optimally, 950x200 pixels.  Specify these in the site configuration as a list of image URLs with option `headerimages`.  One will be randomly selected on page load.
 
+## Custom Shortcode
+
+### Dropdown Text
+
+To add a link that, when clicked, drops-down a section of text, use shortcode `dropdown/link` and shortcode `dropdown/content`.
+
+**Example**
+
+```
+{{< dropdown/link togglename="dropNum1" linktext="Click here to see the text that will drop down." >}}
+```
+
+```
+{{< dropdown/content togglename="dropNum1" >}}
+  This is the text that drops down when you click the link.
+{{< /dropdown/content >}}
+```
+
 ## Usage
 
 Put this theme in your site's themes folder, then modify the site config to specify the theme `ticky_tacky_tark`, or use the `-t ticky_tacky_dark` command line switch.

--
Gitblit v1.10.0