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

github.com/4ever9/less.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAiden X <caichao.xu@gmail.com>2020-09-16 09:35:45 +0300
committerAiden X <caichao.xu@gmail.com>2020-09-16 09:35:45 +0300
commitf201e5bca05f2c6aafd50cfcce9528f023faadbb (patch)
tree39e4c5420dcc53b57742ad60380eae4ab4d2f897 /README.md
parent8543d4795278f078d11d9802e71d71f08b753198 (diff)
git: update ignore file
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e736932..9dc2c53 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ A hugo theme.
## Usage
-```
+```bash
cd <YOUR_HUGO_ROOT>
git submodule add git@github.com:4ever9/less.git themes/less
```
@@ -15,7 +15,7 @@ git submodule add git@github.com:4ever9/less.git themes/less
Add the follow configuration to your `config.toml`.
-```
+```toml
[params.utteranc]
repo = '4ever9/blog-comments' // your utteranc repo
```