added grunt and grunt-sftp-deploy

James Peret 7 years ago
parent
commit
f099657135
3 changed files with 4 additions and 2 deletions
  1. 1 1
      _config.yml
  2. 1 1
      _posts/2015-05-07-hello-world.markdown
  3. 2 0
      package.json

+ 1 - 1
_config.yml

@@ -5,7 +5,7 @@ highlighter:         none
5 5
 
6 6
 # Permalinks
7 7
 permalink:           /:title
8
-relative_permalinks: true
8
+relative_permalinks: false
9 9
 
10 10
 # Setup
11 11
 timezone:            America/Brasilia # eg. Asia/Kathmandu

+ 1 - 1
_posts/2015-05-07-hello-world.markdown

@@ -2,7 +2,7 @@
2 2
 layout: post
3 3
 title:  "Hello World v2"
4 4
 date:   2015-05-07 20:34:46
5
-categories: jekyll update
5
+categories: update
6 6
 image:
7 7
   feature: hello-world.jpg
8 8
   topPosition: 0px

+ 2 - 0
package.json

@@ -11,6 +11,8 @@
11 11
   "devDependencies": {
12 12
     "browser-sync": "~1.7.1",
13 13
     "concurrent-transform": "^1.0.0",
14
+    "grunt": "^1.0.1",
15
+    "grunt-sftp-deploy": "^0.2.5",
14 16
     "gulp": "^3.8.11",
15 17
     "gulp-autoprefixer": "~2.0.0",
16 18
     "gulp-image-resize": "^0.6.0",