From 0492b56e4c2234ffb0760d1d56689afe6150e1f7 Mon Sep 17 00:00:00 2001 From: Folyd Date: Mon, 27 Jul 2020 18:59:52 +0800 Subject: [PATCH] Remove unnecessary zola tardemark, update _index.md --- README.md | 2 +- config.toml | 2 +- content/_index.md | 10 ++++++++-- content/about.md | 2 +- templates/index.html | 2 +- theme.toml | 2 +- 6 files changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b8c676c..2d6565c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -**Juice** is an intuitive, elegant, and responsive Zola™ theme for product sites. +**Juice** is an intuitive, elegant, and responsive Zola theme for product sites. - Build for product sites - Simple and intuitive structure diff --git a/config.toml b/config.toml index 5115668..2b9a2d6 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,7 @@ # The URL the site will be built for base_url = "/" -title = "Juice - An intuitive, elegant, and lightweight Zola™ theme for product sites." +title = "Juice - An intuitive, elegant, and lightweight Zola theme for product sites." # Whether to automatically compile all Sass files in the sass directory compile_sass = true diff --git a/content/_index.md b/content/_index.md index 62e0617..0a63604 100644 --- a/content/_index.md +++ b/content/_index.md @@ -5,7 +5,7 @@ sort_by = "weight" # Juice -**Juice** is an intuitive, elegant, and responsive Zola™ theme for product sites. +**Juice** is an intuitive, elegant, and responsive Zola theme for product sites. - Build for product sites - Simple and intuitive structure @@ -23,6 +23,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 @@ -59,7 +65,7 @@ weight = 3 ``` -### CSS Variables +### CSS variables You can override theme variable by creating a file named `_variables.html` in your `templates` directory. diff --git a/content/about.md b/content/about.md index 52e0162..9a6d1f7 100644 --- a/content/about.md +++ b/content/about.md @@ -6,7 +6,7 @@ weight = 4 # Juice -**Juice** is an intuitive, elegant, and responsive Zola™ theme for product sites. +**Juice** is an intuitive, elegant, and responsive Zola theme for product sites. Built by [Huhu.io](https://huhu.io), adopted by a several product sites. # Logo diff --git a/templates/index.html b/templates/index.html index 9ee28be..a51f036 100644 --- a/templates/index.html +++ b/templates/index.html @@ -30,7 +30,7 @@ Build your static website

- Juice is an intuitive, elegant, and lightweight Zola™ theme for product websites. + Juice is an intuitive, elegant, and lightweight Zola theme for product websites.