Compare commits
3 Commits
f2129ca33a
...
2da9bd3a21
Author | SHA1 | Date |
---|---|---|
Kevin C. Coram | 2da9bd3a21 | |
Kevin C. Coram | 8b8f3abc41 | |
Kevin C. Coram | b57a1d15b6 |
|
@ -5,5 +5,8 @@ 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,19 +3,13 @@
|
||||||
|
|
||||||
name = "Basic Theme"
|
name = "Basic Theme"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
|
licenselink = "https://git.thecorams.net/kevin/basic-theme/src/branch/master/LICENSE.md"
|
||||||
description = ""
|
description = "A very basic Hugo theme, with bare-boned layouts and no CSS."
|
||||||
homepage = "http://example.com/"
|
homepage = "https://git.thecorams.net/kevin/basic-theme"
|
||||||
tags = []
|
tags = ["minimal", "blog"]
|
||||||
features = []
|
features = ["blog"]
|
||||||
min_version = "0.41"
|
min_version = "0.59.1"
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
name = ""
|
name = "Kevin C. Coram"
|
||||||
homepage = ""
|
homepage = "https://git.thecorams.net/kevin"
|
||||||
|
|
||||||
# If porting an existing theme
|
|
||||||
[original]
|
|
||||||
name = ""
|
|
||||||
homepage = ""
|
|
||||||
repo = ""
|
|
||||||
|
|
Loading…
Reference in New Issue