hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

theme.toml (429B)

    1 # theme.toml template for a Hugo theme
    2 # See https://github.com/gohugoio/hugoThemes#themetoml for an example
    3 
    4 name = "Hugo Theme"
    5 license = "MIT"
    6 licenselink = "https://github.com/gohugoio/gohugoioTheme/blob/master/license.md"
    7 description = ""
    8 homepage = "https://github.com/gohugoio/gohugoioTheme"
    9 tags = ["website"]
   10 features = ["", ""]
   11 min_version = 0.38
   12 
   13 [author]
   14   name = "Bud Parr"
   15   homepage = "https://github.com/budparr"