From 85e1f6fcdc9ed553fc2a3ac6b9d6d792599138fd Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 11 Nov 2021 19:41:20 +0300 Subject: README: update --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'README.md') 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 ------------- -- cgit v1.2.3