2025-2-26-fixed

This commit is contained in:
2025-02-26 09:16:07 +08:00
parent bf50b6c865
commit 4968d276dc
456 changed files with 27801 additions and 1 deletions

35
themes/fluid/package.json Normal file
View File

@ -0,0 +1,35 @@
{
"name": "hexo-theme-fluid",
"version": "1.9.8",
"description": "An elegant Material-Design theme for Hexo.",
"main": "package.json",
"files": [
"languages",
"layout",
"scripts",
"source",
"_config.yml"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fluid-dev/hexo-theme-fluid.git"
},
"keywords": [
"hexo",
"theme",
"fluid",
"material"
],
"author": "Fluid-dev (https://github.com/fluid-dev)",
"license": "GPL-V3",
"bugs": {
"url": "https://github.com/fluid-dev/hexo-theme-fluid/issues"
},
"homepage": "https://hexo.fluid-dev.com/docs",
"engines": {
"node": ">=8.10.0"
},
"peerDependencies": {
"nunjucks": "^3.0.0"
}
}