all repos — archie @ 1d2ab6bf7ce3712c23c8e1b5d80ba5bb1ff24dcb

A minimal Hugo Theme

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 = "Archie is a minimal and clean theme for hugo with a markdown-ish UI."
 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"