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

theme.toml - github.com/Chen-Zhe/photo-grid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d8a41f179cdc5be8fae24e5e1296f415aa3ad93d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"