hugo-djem-so

Hugo theme for my blog

git clone git://git.shimmy1996.com/hugo-djem-so.git

theme.toml (442B)

    1 # theme.toml template for a Hugo theme
    2 # See https://github.com/gohugoio/hugoThemes#themetoml for an example
    3 
    4 name = "Djem So"
    5 license = "MIT"
    6 licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
    7 description = ""
    8 homepage = "http://example.com/"
    9 tags = []
   10 features = []
   11 min_version = "0.41"
   12 
   13 [author]
   14   name = "Shimmy Xu"
   15   homepage = ""
   16 
   17 # If porting an existing theme
   18 [original]
   19   name = ""
   20   homepage = ""
   21   repo = ""