Remove unnecessary zola tardemark, update _index.md

pull/1/head
Folyd 4 years ago
parent 31d66b0fb2
commit 0492b56e4c

@ -2,7 +2,7 @@
<img align="right" width="150" height="150" src="/static/juice.svg"> <img align="right" width="150" height="150" src="/static/juice.svg">
**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 - Build for product sites
- Simple and intuitive structure - Simple and intuitive structure

@ -1,7 +1,7 @@
# The URL the site will be built for # The URL the site will be built for
base_url = "/" 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 # Whether to automatically compile all Sass files in the sass directory
compile_sass = true compile_sass = true

@ -5,7 +5,7 @@ sort_by = "weight"
# Juice # 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 - Build for product sites
- Simple and intuitive structure - Simple and intuitive structure
@ -23,6 +23,12 @@ First download this theme to your `themes` directory:
$ cd themes $ cd themes
$ git clone https://github.com/huhu/juice.git $ 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`: and then enable it in your `config.toml`:
```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. You can override theme variable by creating a file named `_variables.html` in your `templates` directory.

@ -6,7 +6,7 @@ weight = 4
# Juice # 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. Built by [Huhu.io](https://huhu.io), adopted by a several product sites.
# Logo # Logo

@ -30,7 +30,7 @@
Build your static website Build your static website
</h1> </h1>
<h3 class="title-text"> <h3 class="title-text">
<b>Juice</b> is an intuitive, elegant, and lightweight Zola theme for product websites. <b>Juice</b> is an intuitive, elegant, and lightweight Zola theme for product websites.
</h3> </h3>
<div> <div>
<a class="github-button" href="https://github.com/huhu/juice" data-size="large" data-show-count="true" <a class="github-button" href="https://github.com/huhu/juice" data-size="large" data-show-count="true"

@ -1,5 +1,5 @@
name = "juice" name = "juice"
description = "An intuitive, elegant, and lightweight Zola theme for product sites." description = "An intuitive, elegant, and lightweight Zola theme for product sites."
license = "MIT" license = "MIT"
homepage = "https://github.com/huhu/juice" homepage = "https://github.com/huhu/juice"
min_version = "0.11.0" min_version = "0.11.0"

Loading…
Cancel
Save