all repos — archie @ e1a33921657441b5b53cd7e7a11c5d4c769c7e8f

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"