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
parent8543d4795278f078d11d9802e71d71f08b753198 (diff)
git: update ignore file
-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
```