diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | theme.toml | 26 |
2 files changed, 9 insertions, 19 deletions
@@ -2,6 +2,8 @@ 一个简约的Hugo主题。专注于写作。 + + ## Features - 极致简约设计 @@ -1,31 +1,19 @@ name = 'concise' license = 'MIT' -licenselink = 'https://github.com/owner/repo/LICENSE' -description = 'Theme description' +licenselink = 'https://github.com/yingyu5658/hugo-theme-concise' +description = 'A concise hugo theme. Concentrate on writting.' # The home page of the theme, where the source can be found -homepage = 'https://github.com/owner/repo' +homepage = '' # If you have a running demo of the theme -demosite = 'https://owner.github.io/repo' +demosite = 'https://github.com/yingyu5658/hugo-theme-concise/tree/main/exampleSite' # Taxonomy terms -tags = ['blog', 'company'] +tags = ['blog'] features = ['some', 'awesome', 'features'] -# If the theme has multiple authors -authors = [ - {name = 'Name of author', homepage = 'Website of author'}, - {name = 'Name of author', homepage = 'Website of author'} -] - # If the theme has a single author [author] - name = 'Your name' - homepage = 'Your website' - -# If porting an existing theme -[original] - author = 'Name of original author' - homepage = 'Website of original author' - repo = 'https://github.com/owner/repo' + name = 'yingyu5658' + homepage = 'https://www.yingyu5658.me/' |
