diff --git a/LICENSE b/LICENSE index bef1334..78120e1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Lruihao (https://fixit.lruihao.cn) +Copyright (c) 2024 Lruihao (https://lruihao.cn) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/theme.toml b/theme.toml new file mode 100644 index 0000000..977cb22 --- /dev/null +++ b/theme.toml @@ -0,0 +1,23 @@ +# theme.toml template for a Hugo theme +# See https://github.com/gohugoio/hugoThemes#themetoml for an example + +name = 'component-projects' +license = 'MIT' +licenselink = 'https://github.com/hugo-fixit/component-projects/LICENSE' +description = 'A Hugo theme component with layout projects and shortcodes to display GitHub pinned card style repositories.' +min_version = "0.123.0" + +# The home page of the theme, where the source can be found +homepage = 'https://github.com/hugo-fixit/component-projects' + +# If you have a running demo of the theme +demosite = 'https://fixit.lruihao.cn/components/' + +# Taxonomy terms +tags = ['layout', 'shortcodes'] +features = ['github', 'repo-embed', 'projects'] + +# If the theme has a single author +[author] + name = 'Lruihao' + homepage = 'https://lruihao.cn'