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: b61a94e22a5e44546d036c9390f2afa0771f21c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Less

A hugo theme.

## 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
```