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
parenta47ccb7e02851d0d533c5c0cb5634d1796235da2 (diff)
docs: add README.md
-rw-r--r--.DS_Storebin0 -> 6148 bytes
-rw-r--r--README.md19
-rw-r--r--images/screenshot.pngbin0 -> 201534 bytes
-rw-r--r--images/tn.pngbin0 -> 118620 bytes
-rw-r--r--theme.toml14
5 files changed, 23 insertions, 10 deletions
diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000..621aedf
--- /dev/null
+++ b/.DS_Store
Binary files differ
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
+```
diff --git a/images/screenshot.png b/images/screenshot.png
new file mode 100644
index 0000000..3bc2b23
--- /dev/null
+++ b/images/screenshot.png
Binary files differ
diff --git a/images/tn.png b/images/tn.png
new file mode 100644
index 0000000..8881024
--- /dev/null
+++ b/images/tn.png
Binary files differ
diff --git a/theme.toml b/theme.toml
index 7ecede8..ece9870 100644
--- a/theme.toml
+++ b/theme.toml
@@ -3,20 +3,14 @@
name = "Less"
license = "MIT"
-licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
+licenselink = "https://github.com/4ever9/less/blob/master/LICENSE"
description = ""
homepage = "http://example.com/"
-tags = []
-features = []
+tags = ["blog"]
+features = ["simple"]
min_version = "0.41.0"
siteCreated = 2020
[author]
name = "Aiden X"
- homepage = "https://forever9.com"
-
-# If porting an existing theme
-[original]
- name = ""
- homepage = ""
- repo = ""
+ homepage = "https://forever9.com" \ No newline at end of file