andersdamsgaard.com

my photography webpage
git clone git://src.adamsgaard.dk/andersdamsgaard.com # fast
git clone https://src.adamsgaard.dk/andersdamsgaard.com.git # slow
Log | Files | Refs | Submodules | README | LICENSE Back to index

theme.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"