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: 9dc2c53592c2126e3b9ddf9aea737d94f561fcb0 (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
```