github.com/anakojm/hugo-katex@v0.0.0-20231023141351-42d6f5de9c0b/create/skeletons/theme/theme.toml (about) 1 name = 'Theme name' 2 license = 'MIT' 3 licenselink = 'https://github.com/owner/repo/LICENSE' 4 description = 'Theme description' 5 6 # The home page of the theme, where the source can be found 7 homepage = 'https://github.com/owner/repo' 8 9 # If you have a running demo of the theme 10 demosite = 'https://owner.github.io/repo' 11 12 # Taxonomy terms 13 tags = ['blog', 'company'] 14 features = ['some', 'awesome', 'features'] 15 16 # If the theme has multiple authors 17 authors = [ 18 {name = 'Name of author', homepage = 'Website of author'}, 19 {name = 'Name of author', homepage = 'Website of author'} 20 ] 21 22 # If the theme has a single author 23 [author] 24 name = 'Your name' 25 homepage = 'Your website' 26 27 # If porting an existing theme 28 [original] 29 author = 'Name of original author' 30 homepage = 'Website of original author' 31 repo = 'https://github.com/owner/repo'