diff options
author | mms <michal@sapka.me> | 2024-05-21 19:55:20 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-05-21 19:55:20 +0200 |
commit | 44d3a27d6619b8bb734af5004df515e7781aba21 (patch) | |
tree | 2587bc175d9e87eb68babb5d84115ac1c0a25983 /themes/trek/theme.toml | |
parent | f7ad8e833da3116fdee2a1c5664f78bc8b1de312 (diff) |
fix: urls and layout:
Diffstat (limited to 'themes/trek/theme.toml')
-rw-r--r-- | themes/trek/theme.toml | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/themes/trek/theme.toml b/themes/trek/theme.toml deleted file mode 100644 index 3ba3164..0000000 --- a/themes/trek/theme.toml +++ /dev/null @@ -1,31 +0,0 @@ -name = 'Theme name' -license = 'MIT' -licenselink = 'https://github.com/owner/repo/LICENSE' -description = 'Theme description' - -# The home page of the theme, where the source can be found -homepage = 'https://github.com/owner/repo' - -# If you have a running demo of the theme -demosite = 'https://owner.github.io/repo' - -# Taxonomy terms -tags = ['blog', 'company'] -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' |