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