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:
-rw-r--r--.gitignore1
-rw-r--r--README.md4
2 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index eb79dd5..5b64f7f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
node_modules
.idea
+.DS_Store \ No newline at end of file
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
```