simple-hugo

A simple Hugo theme I use for my website
git clone git://git.christianermann.dev/simple-hugo
Log | Files | Refs | README | LICENSE

theme.toml (593B)


      1 # theme.toml template for a Hugo theme
      2 # See https://github.com/gohugoio/hugoThemes#themetoml for an example
      3 
      4 name = "Simple"
      5 license = "MIT"
      6 licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
      7 description = "A simple theme I made for my website."
      8 homepage = "https://christianermann.dev"
      9 tags = []
     10 features = []
     11 min_version = "0.41.0"
     12 
     13 [author]
     14   name = "Christian Ermann"
     15   homepage = "https://christianermann.dev"
     16 
     17 # If porting an existing theme
     18 [original]
     19   name = "smol"
     20   homepage = "https://github.com/colorchestra"
     21   repo = "https://github.com/colorchestra/smol"