Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hexo-theme-keep w/ npm auto-update #1679

Merged
merged 3 commits into from
Dec 6, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions packages/h/hexo-theme-keep.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{

Check warning on line 1 in packages/h/hexo-theme-keep.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

filename is missing

Check warning on line 1 in packages/h/hexo-theme-keep.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

filename is missing
"name": "hexo-theme-keep",
"description": "A simple and elegant theme for Hexo.",
"keywords": [
"hexo",
"theme",
"simple",
"elegant",
"powerful"
],
"license": "AGPL-3.0",
"homepage": "https://github.com/XPoet/hexo-theme-keep#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/XPoet/hexo-theme-keep.git"
},
"authors": [
{
"name": "XPoet",
"email": "[email protected]",
"url": "https://xpoet.cn"
}
],
"autoupdate": {
"source": "npm",
"target": "hexo-theme-keep",
"fileMap": [
{
"basePath": "source",
"files": [
"js/**/*.js",
"font/**/*.css"
XPoet marked this conversation as resolved.
Show resolved Hide resolved
]
}
]
}
}
Loading