ttheme.toml - andersdamsgaard.com - my photography webpage
 (HTM) git clone git://src.adamsgaard.dk/andersdamsgaard.com
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
       ttheme.toml (766B)
       ---
            1 # theme.toml template for a Hugo theme
            2 # See https://github.com/gohugoio/hugoThemes#themetoml for an example
            3 
            4 name = "Tale"
            5 license = "MIT"
            6 licenselink = "https://github.com/EmielH/tale-hugo/blob/master/LICENSE"
            7 description = "A port of the Tale theme for Hugo. Tale is a minimal Jekyll theme curated for storytellers."
            8 homepage = "https://github.com/EmielH/tale-hugo"
            9 tags = ["minimal", "clean", "responsive", "simple", "personal", "blog", "starter", "light", "typography"]
           10 features = ["pagination"]
           11 min_version = "0.43"
           12 
           13 [author]
           14   name = "Emiel Hollander"
           15   homepage = "https://www.emielhollander.nl"
           16 
           17 # If porting an existing theme
           18 [original]
           19   name = "Chester How"
           20   homepage = "https://github.com/chesterhow/tale"
           21   repo = "https://github.com/chesterhow/tale"