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: aca413eefcf7301db6a61708140567b7a66a2341 (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

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

### Comment

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

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