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-15 19:43:59 +0300
committerAiden X <caichao.xu@gmail.com>2020-09-15 19:43:59 +0300
commitf945bd065415338074c4b08f38c4f098247db8f9 (patch)
tree946d5184d6ae918ae8dfeb76185019ef22395316 /README.md
parenta47ccb7e02851d0d533c5c0cb5634d1796235da2 (diff)
docs: add README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b61a94e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,19 @@
+# Less
+
+A hugo theme.
+
+## Usage
+
+```
+cd <YOUR_HUGO_ROOT>
+git submodule add git@github.com:4ever9/less.git themes/less
+```
+
+### Comment
+
+Add the follow configuration to your `config.toml`.
+
+```
+[params.utteranc]
+repo = '4ever9/blog-comments' // your utteranc repo
+```