cleaning out cruft
This commit is contained in:
parent
3b34e0d0e0
commit
3c67d2c862
@ -1,18 +0,0 @@
|
|||||||
# lumbung-theme
|
|
||||||
|
|
||||||
A Hugo theme for lumbung.space
|
|
||||||
|
|
||||||
### Installation
|
|
||||||
|
|
||||||
`cd /my/hugosite/themes`
|
|
||||||
`git clone https://git.vvvvvvaria.org/rra/lumbung-theme`
|
|
||||||
|
|
||||||
edit `/my/hugosite/config.toml`:
|
|
||||||
|
|
||||||
```
|
|
||||||
cat config.toml
|
|
||||||
baseURL = "http://localhost/"
|
|
||||||
languageCode = "en-us"
|
|
||||||
title = "lumbung.space"
|
|
||||||
theme = 'lumbung-theme'
|
|
||||||
```
|
|
@ -1,6 +1,3 @@
|
|||||||
# theme.toml template for a Hugo theme
|
|
||||||
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
|
||||||
|
|
||||||
name = "Lumbung"
|
name = "Lumbung"
|
||||||
license = "AGPL3"
|
license = "AGPL3"
|
||||||
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
|
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
|
||||||
@ -9,12 +6,9 @@ homepage = "http://example.com/"
|
|||||||
tags = []
|
tags = []
|
||||||
features = []
|
features = []
|
||||||
min_version = "0.41.0"
|
min_version = "0.41.0"
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
name = ""
|
name = ""
|
||||||
homepage = ""
|
homepage = ""
|
||||||
|
|
||||||
# If porting an existing theme
|
|
||||||
[original]
|
[original]
|
||||||
name = ""
|
name = ""
|
||||||
homepage = ""
|
homepage = ""
|
||||||
|
Loading…
Reference in New Issue
Block a user