github.com/mweagle/Sparta@v1.15.0/docs_source/themes/hugo-theme-learn/theme.toml (about)

     1  # theme.toml template for a Hugo theme
     2  # See https://github.com/spf13/hugoThemes#themetoml for an example
     3  
     4  name = "Learn"
     5  license = "MIT"
     6  licenselink = "https://github.com/matcornic/hugo-theme-learn/blob/master/LICENSE.md"
     7  description = "Documentation theme for Hugo, based on Grav Learn theme"
     8  homepage = "https://github.com/matcornic/hugo-theme-learn/"
     9  repo = "https://github.com/matcornic/hugo-theme-learn"
    10  tags = ["documentation", "grav", "learn", "doc", "search"]
    11  features = ["documentation", "menu", "nested sections", "search", "mermaid"]
    12  min_version = 0.25
    13  
    14  [author]
    15    name = "Mathieu Cornic"
    16    homepage = "https://matcornic.github.io/"
    17  
    18  [original]
    19    name = "Grav Learn"
    20    homepage = "https://learn.getgrav.org/"
    21    repo = "https://github.com/getgrav/grav-learn"