16 lines
416 B
TOML
16 lines
416 B
TOML
|
# theme.toml template for a Hugo theme
|
||
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
||
|
|
||
|
name = "Cortex"
|
||
|
license = "MIT"
|
||
|
licenselink = "https://github.com/jethrokuan/cortex/blob/master/LICENSE"
|
||
|
description = "Theme for my braindump."
|
||
|
homepage = "https://braindump.jethro.dev/"
|
||
|
tags = []
|
||
|
features = []
|
||
|
min_version = "0.41"
|
||
|
|
||
|
[author]
|
||
|
name = "Jethro Kuan"
|
||
|
homepage = "https://blog.jethro.dev/"
|