forked from kitian616/jekyll-TeXt-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.18 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "jekyll-text-theme",
"version": "1.5.0",
"description": "A text first theme for Jekyll.",
"scripts": {
"build": "bundle exec jekyll build",
"serve": "bundle exec jekyll serve -H 0.0.0.0",
"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": "JEKYLL_ENV=beta bundle exec jekyll serve -H 0.0.0.0 -t --config ./docs/_config.yml",
"demo-production": "JEKYLL_ENV=production bundle exec jekyll serve -H 0.0.0.0 -t --config ./docs/_config.yml",
"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/kitian616.github.io.git"
},
"keywords": [
"jekyll",
"jekyll-theme",
"jekyll-template"
],
"author": "Tian Qi",
"license": "MIT",
"bugs": {
"url": "https://github.com/kitian616/issues"
},
"homepage": "https://github.com/kitian616#readme",
"devDependencies": {
"eslint": "^4.19.1"
}
}