File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2024 Lruihao (https://fixit. lruihao.cn)
3
+ Copyright (c) 2024 Lruihao (https://lruihao.cn)
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change
1
+ # theme.toml template for a Hugo theme
2
+ # See https://github.com/gohugoio/hugoThemes#themetoml for an example
3
+
4
+ name = ' component-projects'
5
+ license = ' MIT'
6
+ licenselink = ' https://github.com/hugo-fixit/component-projects/LICENSE'
7
+ description = ' A Hugo theme component with layout projects and shortcodes to display GitHub pinned card style repositories.'
8
+ min_version = " 0.123.0"
9
+
10
+ # The home page of the theme, where the source can be found
11
+ homepage = ' https://github.com/hugo-fixit/component-projects'
12
+
13
+ # If you have a running demo of the theme
14
+ demosite = ' https://fixit.lruihao.cn/components/'
15
+
16
+ # Taxonomy terms
17
+ tags = [' layout' , ' shortcodes' ]
18
+ features = [' github' , ' repo-embed' , ' projects' ]
19
+
20
+ # If the theme has a single author
21
+ [author ]
22
+ name = ' Lruihao'
23
+ homepage = ' https://lruihao.cn'
You can’t perform that action at this time.
0 commit comments