-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: 修改包名为 github.com/hugo-fixit/shortcode-mmt-netease
原包 github.com/Lruihao/hugo-shortcode-mmt-netease 保留在 legacy 分支
- Loading branch information
Showing
4 changed files
with
68 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module github.com/Lruihao/hugo-shortcode-mmt-netease | ||
module github.com/hugo-fixit/shortcode-mmt-netease | ||
|
||
go 1.19 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# theme.toml template for a Hugo theme | ||
# See https://github.com/gohugoio/hugoThemes#themetoml for an example | ||
|
||
name = 'shortcode-mmt-netease' | ||
license = 'MIT' | ||
licenselink = 'https://github.com/hugo-fixit/shortcode-mmt-netease/LICENSE' | ||
description = '🎶 一个含有网易云随机评论 shortcode 的 Hugo 主题组件。' | ||
min_version = "0.134.1" | ||
|
||
# The home page of the theme, where the source can be found | ||
homepage = 'https://github.com/hugo-fixit/shortcode-mmt-netease' | ||
|
||
# Taxonomy terms | ||
tags = ['shortcodes'] | ||
features = ['caniuse', "MMT", "netease"] | ||
|
||
# If the theme has a single author | ||
[author] | ||
name = "Lruihao" | ||
homepage = "https://lruihao.cn" | ||
|