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

github.com/Chen-Zhe/photo-grid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml17
1 files changed, 17 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..d8a41f1
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,17 @@
+name = "Hugrid"
+license = "MIT License" #original Codrops Lisense is here http://tympanus.net/codrops/licensing/
+licenselink = "//github.com/aerohub/hugrid/blob/master/LICENSE.md"
+description = "A simple grid theme for Hugo. A kind of boilerplate to perform anyone or anything quickly."
+homepage = "//github.com/aerohub/hugrid"
+tags = ["responsive", "grid", "portfolio", "cards", "simple", "collections", "google analytics"]
+min_version = 0.15
+
+[author]
+ name = "Pavel Kanyshev"
+ homepage = "//github.com/aerohub/hugrid"
+
+# If porting an existing theme
+[original]
+ name = "Codrops' Thumbnail Grid with Expanding Preview"
+ homepage = "http://tympanus.net/codrops/2013/03/19/thumbnail-grid-with-expanding-preview/"
+ repo = "//github.com/codrops/ThumbnailGridExpandingPreview" \ No newline at end of file