mirror of
https://github.com/tabler/tabler.git
synced 2026-06-17 12:50:03 +04:00
+2
-1
@@ -19,8 +19,9 @@
|
||||
"gulp-build": "gulp build",
|
||||
"jekyll-watch": "jekyll build --watch",
|
||||
"jekyll-serve": "jekyll serve --livereload",
|
||||
"gh-pages": "./gh-pages.sh",
|
||||
|
||||
"dist": "gulp build && jekyll build --destination dist",
|
||||
"dist": "gulp build && JEKYLL_ENV=production jekyll build --destination dist && ./gh-pages.sh",
|
||||
"watch": "gulp build && npm-run-all --parallel gulp-watch jekyll-watch",
|
||||
"serve": "gulp build && npm-run-all --parallel gulp-watch jekyll-serve"
|
||||
},
|
||||
|
||||
@@ -12,5 +12,7 @@
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
|
||||
<!-- Generated: {{ site.time }} -->
|
||||
|
||||
<title>{% if page.title %}{{ page.title }} - {% endif %}{% if layout.title %}{{ layout.title }} - {% endif %}{{ site.description }}</title>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user