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 03:16:08 +0300
committerHugo Aguirre <bul.ikana@gmail.com>2018-09-30 03:16:08 +0300
commitf849ff1877f15de7771bc6825b7f369140d2546c (patch)
treea5af02eef27b60ad3eaf8519602fb8c06f1e37a2
parentd9ced4dab51399694993552312cdce5358dbdbae (diff)
Extra info for the theme
-rw-r--r--README.md13
-rw-r--r--images/screenshot.pngbin0 -> 86820 bytes
-rw-r--r--images/tn.pngbin0 -> 43016 bytes
-rw-r--r--theme.toml2
4 files changed, 13 insertions, 2 deletions
diff --git a/README.md b/README.md
index 404de31..6f531cb 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,14 @@
# Hugo cards
-A Hugo theme, ported from [Webjeda-cards](http://webjeda.com/cards) \ No newline at end of file
+A Hugo theme, ported from [Webjeda-cards](http://webjeda.com/cards)
+
+![Screenshot](https://github.com/bul-ikana/hugo-cards/blob/master/images/screenshot.png)
+
+## Features
+
+Responsive theme built on bootstrap. Easily add disqus, google analytics, social links and a facebook like box.
+
+### Configuration
+
+Please see the sample [`config.toml`](https://github.com/bul-ikana/hugo-cards/blob/master/exampleSite/config.toml).
+
diff --git a/images/screenshot.png b/images/screenshot.png
new file mode 100644
index 0000000..f78dde1
--- /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..01ea509
--- /dev/null
+++ b/images/tn.png
Binary files differ
diff --git a/theme.toml b/theme.toml
index 104ed46..3c4898b 100644
--- a/theme.toml
+++ b/theme.toml
@@ -6,7 +6,7 @@ license = "MIT"
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 = []
+tags = [bootstrap, cards, responsive, jekyll, blog]
features = []
min_version = "0.45.0"