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:
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
+```