Skip to content

Commit 8371c4a

Browse files
committed
Docs: update LICENSE theme.toml
1 parent 9082c57 commit 8371c4a

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Lruihao (https://fixit.lruihao.cn)
3+
Copyright (c) 2024 Lruihao (https://lruihao.cn)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

theme.toml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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'

0 commit comments

Comments
 (0)