initial bop commit
This commit is contained in:
parent
b6a3f9ad5f
commit
de78f20bfd
|
@ -1,5 +1,6 @@
|
||||||
## lean hugo theme
|
## bop theme for Hugo
|
||||||
This is lean hugo theme, a port of the [lean jekyll theme][lean-jekyll].
|
This is a lean hugo theme, based on a port of the [lean jekyll
|
||||||
|
theme][lean-jekyll].
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
Inside a hugo site, do
|
Inside a hugo site, do
|
||||||
|
|
14
theme.toml
14
theme.toml
|
@ -1,21 +1,21 @@
|
||||||
# theme.toml template for a Hugo theme
|
# theme.toml template for a Hugo theme
|
||||||
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
||||||
|
|
||||||
name = "lean"
|
name = "bop"
|
||||||
license = "GPL"
|
license = "GPL"
|
||||||
licenselink = "https://framagit.org/lafleur/lean/blob/master/LICENSE.txt"
|
licenselink = "https://dev.sum7.eu/lafleur/bop/blob/master/LICENSE.txt"
|
||||||
description = "a lean hugo theme"
|
description = "a lean theme for Hugo"
|
||||||
homepage = "https://framagit.org/lafleur/lean/"
|
homepage = "https://dev.sum7.eu/lafleur/bop"
|
||||||
tags = []
|
tags = []
|
||||||
features = []
|
features = []
|
||||||
min_version = "0.41.0"
|
min_version = "0.41.0"
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
name = "la Fleur"
|
name = "la Fleur"
|
||||||
homepage = "https://framagit.org/lafleur/"
|
homepage = "https://dev.sum7.eu/lafleur"
|
||||||
|
|
||||||
# If porting an existing theme
|
# If porting an existing theme
|
||||||
[original]
|
[original]
|
||||||
name = ""
|
name = "lean"
|
||||||
homepage = ""
|
homepage = "https://dev.sum7.eu/lafleur/lean"
|
||||||
repo = ""
|
repo = ""
|
||||||
|
|
Loading…
Reference in New Issue