Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/4ever9/less.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e7369320841a346999b0d0de5f15e85448bb6d77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Less

A hugo theme.

![Screenshot](https://github.com/4ever9/less/raw/master/images/screenshot.png)

## Usage

```
cd <YOUR_HUGO_ROOT>
git submodule add git@github.com:4ever9/less.git themes/less
```

### Comment

Add the follow configuration to your `config.toml`.

```
[params.utteranc]
repo = '4ever9/blog-comments' // your utteranc repo
```