theme.toml (view raw)
1# theme.toml template for a Hugo theme
2# See https://github.com/gohugoio/hugoThemes#themetoml for an example
3
4name = "Archie"
5license = "MIT"
6licenselink = "https://github.com/athul/archie/blob/master/LICENSE"
7description = ""
8homepage = "https://github.com/athul/archie"
9tags = ["blog","simple","responsive","minimal","tags","personal","clean","shortcodes"]
10features = ["blog", "Clean and minimal", "Responsive", "Syntax highlighting",]
11min_version = "0.41"
12
13[author]
14 name = "Athul Cyriac Ajay"
15 homepage = "https://github.com/athul"