diff options
author | DSRKafuU | 2020-06-05 01:15:29 -0500 |
---|---|---|
committer | GitHub | 2020-06-05 01:15:29 -0500 |
commit | 1d734cd6b1566f5b99e3aafa389b0ff2f847b52c (patch) | |
tree | c1090194310314443a4f37dc51d9d18e3f21e7f0 | |
parent | d919f41060692731242c32f14eeadcb741bee69f (diff) | |
parent | 8ef40205157bf79da847f4417f54d5aabc206b2e (diff) | |
download | hugo-theme-fuji-1d734cd6b1566f5b99e3aafa389b0ff2f847b52c.tar.gz hugo-theme-fuji-1d734cd6b1566f5b99e3aafa389b0ff2f847b52c.tar.bz2 hugo-theme-fuji-1d734cd6b1566f5b99e3aafa389b0ff2f847b52c.zip |
Merge pull request #25 from amzrk2/dev
Update theme.toml
-rw-r--r-- | theme.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,9 +2,9 @@ # See https://github.com/gohugoio/hugoThemes#themetoml for an example name = "Fuji" -license = "GPLv3" +license = "Apache-2.0" licenselink = "https://github.com/amzrk2/hugo-theme-fuji/blob/master/LICENSE" -description = "A minimal Hugo theme." +description = "A minimal Hugo theme with customizable theme color." homepage = "https://github.com/amzrk2/hugo-theme-fuji/" tags = ["blog", "minimal", "responsive", "dark mode"] features = ["blog", "minimal", "responsive", "dark mode"] |