diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-11 19:41:20 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-11 19:41:20 +0300 |
commit | 85e1f6fcdc9ed553fc2a3ac6b9d6d792599138fd (patch) | |
tree | bc405beb7d9d8d9b975d8ccc1d634b17c2d86af7 /README.md | |
parent | footer: shorten the "generated on" note (diff) | |
download | jekyll-theme-85e1f6fcdc9ed553fc2a3ac6b9d6d792599138fd.tar.gz jekyll-theme-85e1f6fcdc9ed553fc2a3ac6b9d6d792599138fd.zip |
README: update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 ------------- |