Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/humrochagf/colordrop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHumberto Rocha <humrochagf@gmail.com>2019-08-09 18:57:30 +0300
committerHumberto Rocha <humrochagf@gmail.com>2019-08-09 18:57:30 +0300
commit7e8fe57443c7ebfeb92beb4d593b17a0a2cbb585 (patch)
tree89291d04d6890b1f717d746592a17747758e78af
parent384ae490a8c1217da189b3b5878f86358afaa5fa (diff)
Update theme configs
-rw-r--r--README.md6
-rw-r--r--theme.toml12
-rw-r--r--theme.yaml12
3 files changed, 16 insertions, 14 deletions
diff --git a/README.md b/README.md
index 3cbcfd4..fddaf37 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
-# ColorDrop
+# Colordrop
-Single color customizable minimal theme
+Customizable, monochromatic and minimalist [hugo](https://gohugo.io/) theme for personal blogs.
+
+Made with <3 by [Humberto Rocha](https://humberto.io)
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..4e02456
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,12 @@
+name = "ColorDrop"
+license = "MIT"
+licenselink = "https://github.com/humrochagf/colordrop/blob/master/LICENSE.md"
+description = "Customizable, monochromatic and minimalist hugo theme for personal blogs"
+homepage = "https://humberto.io/"
+tags = ["blog", "customizable", "monochromatic", "mimimalist"]
+features = ["blog", "tags", "curriculum"]
+min_version = 0.38
+
+[author]
+ name = "Humberto Rocha"
+ homepage = "https://humberto.io"
diff --git a/theme.yaml b/theme.yaml
deleted file mode 100644
index 2edc8e9..0000000
--- a/theme.yaml
+++ /dev/null
@@ -1,12 +0,0 @@
-name: "ColorDrop"
-license: "MIT"
-licenselink: "https://github.com/humrochagf/colordrop/blob/master/LICENSE.md"
-description: "Single color customizable minimal theme"
-homepage: "https://humberto.io/"
-tags: ["blog", "mimimalist"]
-features: ["blog"]
-min_version: 0.38
-
-author:
- name: "Humberto Rocha"
- homepage: "https://humberto.io"