1# theme.toml template for a Hugo theme 2# See https://github.com/gohugoio/hugoThemes#themetoml for an example 3 4name = "Boostdoc" 5license = "Boost" 6licenselink = "https://github.com/ned14/boostdoc/blob/master/LICENSE" 7description = "A Hugo theme generating a Boost C++ Libraries documentation" 8homepage = "http://example.com/" 9tags = [] 10features = ["documentation"] 11min_version = "0.48" 12 13[author] 14 name = "Niall Douglas" 15 homepage = "https://github.com/ned14/boostdoc" 16