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

github.com/bul-ikana/hugo-cards.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Aguirre <bul.ikana@gmail.com>2018-09-30 02:14:01 +0300
committerHugo Aguirre <bul.ikana@gmail.com>2018-09-30 02:14:01 +0300
commit7d8ace5cd810253d1087033b670ecd5d88e9d9f9 (patch)
tree9a07542e44409790de5372ef92e598a4a1945a9e
parent34ff648b1ef1571a2c5fa19e79e509d1b883db1c (diff)
Theme info
-rw-r--r--LICENSE.md21
-rw-r--r--README.md3
-rw-r--r--theme.toml18
3 files changed, 17 insertions, 25 deletions
diff --git a/LICENSE.md b/LICENSE.md
index 624b3f3..9c7d468 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,20 +1,9 @@
-The MIT License (MIT)
+# The MIT License (MIT)
-Copyright (c) 2018 YOUR_NAME_HERE
+Copyright (c) 2016 Hugo Aguirre
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
-the Software, and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
-FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
-COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..404de31
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# Hugo cards
+
+A Hugo theme, ported from [Webjeda-cards](http://webjeda.com/cards) \ No newline at end of file
diff --git a/theme.toml b/theme.toml
index 85d19a5..104ed46 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,21 +1,21 @@
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
-name = "Webjeda Cards"
+name = "Hugo Cards"
license = "MIT"
-licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE.md"
-description = ""
+licenselink = "https://github.com/bul-ikana/hugo-cards/blob/master/LICENSE.md"
+description = "A bootstrap based minimal hugo theme based on webjeda-cards"
homepage = "http://example.com/"
tags = []
features = []
-min_version = "0.36.1"
+min_version = "0.45.0"
[author]
- name = ""
- homepage = ""
+ name = "Hugo Aguirre"
+ homepage = "bool.netlify.com"
# If porting an existing theme
[original]
- name = ""
- homepage = ""
- repo = ""
+ name = "Webjeda-cards"
+ homepage = "https://webjeda.com/cards/"
+ repo = "https://github.com/sharu725/cards"