diff --git a/README.md b/README.md index 4b853cd..b8c676c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Juice - **Juice** is an intuitive, elegant, and responsive Zola™ theme for product sites. @@ -11,6 +10,8 @@ - Responsive and mobile device compatible - Customize and extend friendly +https://juice.huhu.io + # Installation First download this theme to your `themes` directory: @@ -19,6 +20,12 @@ First download this theme to your `themes` directory: $ cd themes $ git clone https://github.com/huhu/juice.git ``` + +or add as a submodule +```bash +$ git submodule add https://github.com/huhu/juice themes/juice +``` + and then enable it in your `config.toml`: ```toml diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..3150b21 Binary files /dev/null and b/screenshot.png differ