1 Star 0 Fork 0

7sings/blist-hugo-theme

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 824 Bytes
一键复制 编辑 原始数据 按行查看 历史
Varun A P 提交于 2022-01-08 23:35 +08:00 . 1.4.0
{
"name": "blist",
"version": "1.4.0",
"description": "Blist is a clean and fast blog theme for your Hugo site.",
"main": "index.js",
"repository": "https://github.com/apvarun/blist-hugo-theme",
"author": "Varun A P",
"license": "MIT",
"scripts": {
"start": "hugo server --disableFastRender",
"start-examplesite": "hugo server -s exampleSite --themesDir=../.. --disableFastRender",
"build": "NODE_ENV=production hugo --gc"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.0.3",
"@tailwindcss/typography": "^0.4.0",
"autoprefixer": "^10.2.5",
"postcss": "^8.2.10",
"postcss-cli": "^8.3.1",
"postcss-import": "^14.0.1",
"tailwindcss": "^2.1.1"
},
"browserslist": [
"last 1 version",
"> 1%",
"maintained node versions",
"not dead"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rockwu_admin/blist-hugo-theme.git
[email protected]:rockwu_admin/blist-hugo-theme.git
rockwu_admin
blist-hugo-theme
blist-hugo-theme
main

搜索帮助