aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4ff81da..ac7be4a 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,22 @@ Preview
An example website can be viewed at https://egor-tensin.github.io/jekyll-theme/.
+Usage
+-----
+
+Use the `jekyll-remote-theme` plugin.
+Put this in your \_config.yml:
+
+```
+plugins:
+ - jekyll-remote-theme
+ # Other plugins...
+
+remote_theme: egor-tensin/jekyll-theme
+# Preferably, pin the exact commit:
+#remote_theme: egor-tensin/jekyll-theme@COMMIT_HASH
+```
+
Configuration
-------------