From f201e5bca05f2c6aafd50cfcce9528f023faadbb Mon Sep 17 00:00:00 2001 From: Aiden X Date: Wed, 16 Sep 2020 14:35:45 +0800 Subject: git: update ignore file --- .gitignore | 1 + README.md | 4 ++-- 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 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 ``` -- cgit v1.2.3