代码拉取完成,页面将自动刷新
同步操作将从 Gitee 极速下载/TeXt-Theme 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"name": "jekyll-text-theme",
"version": "2.2.6",
"author": "Tian Qi",
"license": "MIT",
"keywords": [
"jekyll",
"jekyll-theme",
"jekyll-template"
],
"homepage": "https://github.com/kitian616/jekyll-TeXt-theme",
"description": "A super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc.",
"repository": {
"type": "git",
"url": "git+https://github.com/kitian616/jekyll-TeXt-theme.git"
},
"bugs": {
"url": "https://github.com/kitian616/jekyll-TeXt-theme/issues"
},
"scripts": {
"build": "cross-env JEKYLL_ENV=production bundle exec jekyll build",
"serve": "bundle exec jekyll serve -H 0.0.0.0",
"Gemfile.lock": "docker run --rm -v \"$PWD\":/usr/src/app -w /usr/src/app ruby:2.6 bundle install",
"docker-dev:build-image": "docker-compose -f ./docker/docker-compose.build-image.yml build",
"docker-dev:default": "docker-compose -f ./docker/docker-compose.default.yml up",
"docker-dev:dev": "docker-compose -f ./docker/docker-compose.dev.yml up",
"docker-dev:demo-dev": "docker-compose -f ./docker/docker-compose.demo.yml up",
"docker-dev:demo-beta": "cross-env JEKYLL_ENV=beta docker-compose -f ./docker/docker-compose.demo.yml up",
"docker-dev:demo-prod": "cross-env JEKYLL_ENV=production docker-compose -f ./docker/docker-compose.demo.yml up",
"docker-prod:build": "cross-env JEKYLL_ENV=production docker-compose -f ./docker/docker-compose.prod.yml build",
"docker-prod:serve": "cross-env JEKYLL_ENV=production docker-compose -f ./docker/docker-compose.prod.yml up",
"default": "bundle exec jekyll serve -H 0.0.0.0 -t",
"dev": "bundle exec jekyll serve -H 0.0.0.0 -t --config ./docs/_config.dev.yml",
"demo-dev": "bundle exec jekyll serve -H 0.0.0.0 -t --config ./docs/_config.yml",
"demo-beta": "cross-env JEKYLL_ENV=beta bundle exec jekyll serve -H 0.0.0.0 -t --config ./docs/_config.yml",
"demo-prod": "cross-env JEKYLL_ENV=production bundle exec jekyll serve -H 0.0.0.0 -t --config ./docs/_config.yml",
"eslint": "eslint \"_includes/**/*.js\"",
"eslint-fix": "eslint \"_includes/**/*.js\" --fix",
"stylelint": "stylelint --syntax scss \"_sass/**/*.scss\"",
"stylelint-fix": "stylelint --syntax scss \"_sass/**/*.scss\" --fix",
"gem-build": "rm -fv jekyll-text-theme-*.gem && gem build jekyll-text-theme.gemspec",
"gem-push": "gem push jekyll-text-theme-*.gem"
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"cross-env": "^7.0.0",
"eslint": "^6.8.0",
"husky": "^4.2.1",
"stylelint": "^13.0.0",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-config-standard": "^19.0.0",
"stylelint-order": "^4.0.0",
"stylelint-scss": "^3.14.2"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。