From f945bd065415338074c4b08f38c4f098247db8f9 Mon Sep 17 00:00:00 2001 From: Aiden X Date: Wed, 16 Sep 2020 00:43:59 +0800 Subject: docs: add README.md --- .DS_Store | Bin 0 -> 6148 bytes README.md | 19 +++++++++++++++++++ images/screenshot.png | Bin 0 -> 201534 bytes images/tn.png | Bin 0 -> 118620 bytes theme.toml | 14 ++++---------- 5 files changed, 23 insertions(+), 10 deletions(-) create mode 100644 .DS_Store create mode 100644 README.md create mode 100644 images/screenshot.png create mode 100644 images/tn.png diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..621aedf Binary files /dev/null and b/.DS_Store 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 +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 Binary files /dev/null and b/images/screenshot.png differ diff --git a/images/tn.png b/images/tn.png new file mode 100644 index 0000000..8881024 Binary files /dev/null and b/images/tn.png 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 -- cgit v1.2.3