Skip to content
Permalink
gh-pages
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 53 lines (53 sloc) 2.65 KB
{
"name": "jekyll-text-theme",
"version": "2.2.4",
"description": "A super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc.",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kitian616/jekyll-TeXt-theme.git"
},
"keywords": [
"jekyll",
"jekyll-theme",
"jekyll-template"
],
"author": "Tian Qi",
"license": "MIT",
"bugs": {
"url": "https://github.com/kitian616/jekyll-TeXt-theme/issues"
},
"homepage": "https://github.com/kitian616/jekyll-TeXt-theme",
"devDependencies": {
"cross-env": "^5.2.0",
"eslint": "^5.4.0",
"stylelint": "^9.5.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^1.0.0",
"stylelint-scss": "^3.3.0"
}
}