You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
708 B
20 lines
708 B
# theme.toml template for a Hugo theme
|
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
|
|
|
name = "Photo Stream"
|
|
license = "MIT"
|
|
licenselink = "https://github.com/nmasse-itix/photo-stream/blob/master/LICENSE"
|
|
description = "A theme to host your photo albums, based on maxvoltar's photo-stream theme"
|
|
homepage = "https://www.itix.fr/"
|
|
tags = [ "photo-stream", "responsive", "flexbox", "minimalistic", "gallery" ]
|
|
features = [ "rss", "page resources", "responsive" ]
|
|
min_version = "0.68.0"
|
|
|
|
[author]
|
|
name = "Nicolas Massé"
|
|
homepage = "https://www.itix.fr/"
|
|
|
|
[original]
|
|
name = "Tim Van Damme"
|
|
homepage = "http://timvandamme.com/"
|
|
repo = "https://github.com/maxvoltar/photo-stream"
|
|
|