Skip to content
Snippets Groups Projects
Select Git revision
  • 1cebd589f6fe06cec7e4f36945d03e6a65f877ee
  • master default protected
  • reorganize-stuff
3 results

theme.toml

Blame
  • user avatar
    Alex Shpak authored and GitHub committed
    deb00bca
    History
    theme.toml 608 B
    # theme.toml template for a Hugo theme
    # See https://github.com/gohugoio/hugoThemes#themetoml for an example
    
    name = "Book"
    license = "MIT"
    licenselink = "https://github.com/alex-shpak/hugo-book/blob/master/LICENSE"
    description = "Hugo documentation theme as simple as plain book"
    homepage = "https://github.com/alex-shpak/hugo-book"
    demosite = "https://hugo-book-demo.netlify.app"
    tags = ["responsive", "clean", "documentation", "docs", "flexbox", "search", "mobile", "multilingual", "disqus"]
    features = []
    min_version = "0.68"
    
    [author]
      name = "Alex Shpak"
      homepage = "https://github.com/alex-shpak/"