Compare commits
No commits in common. "2da9bd3a21bea6033a512303694cbef46e2b1a9b" and "f2129ca33a7de6f1e2bd9700e5dcc66ba1eef7ce" have entirely different histories.
2da9bd3a21
...
f2129ca33a
|
@ -5,8 +5,5 @@ copyright = "Copyright © 2019, Copyright Owner Name | Built with [Hugo](htt
|
||||||
theme = "basic-theme"
|
theme = "basic-theme"
|
||||||
paginate = 10
|
paginate = 10
|
||||||
|
|
||||||
[permalinks]
|
|
||||||
posts = "/:year/:month/:title/"
|
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
subtitle = "A theme with no CSS and only basic layouts"
|
subtitle = "A theme with no CSS and only basic layouts"
|
||||||
|
|
22
theme.toml
22
theme.toml
|
@ -3,13 +3,19 @@
|
||||||
|
|
||||||
name = "Basic Theme"
|
name = "Basic Theme"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
licenselink = "https://git.thecorams.net/kevin/basic-theme/src/branch/master/LICENSE.md"
|
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
|
||||||
description = "A very basic Hugo theme, with bare-boned layouts and no CSS."
|
description = ""
|
||||||
homepage = "https://git.thecorams.net/kevin/basic-theme"
|
homepage = "http://example.com/"
|
||||||
tags = ["minimal", "blog"]
|
tags = []
|
||||||
features = ["blog"]
|
features = []
|
||||||
min_version = "0.59.1"
|
min_version = "0.41"
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
name = "Kevin C. Coram"
|
name = ""
|
||||||
homepage = "https://git.thecorams.net/kevin"
|
homepage = ""
|
||||||
|
|
||||||
|
# If porting an existing theme
|
||||||
|
[original]
|
||||||
|
name = ""
|
||||||
|
homepage = ""
|
||||||
|
repo = ""
|
||||||
|
|
Loading…
Reference in New Issue