Change from git-gateway to github
This commit is contained in:
parent
50f5f85fe6
commit
f948a55b9e
2 changed files with 2 additions and 9 deletions
7
.webpull
7
.webpull
|
@ -1,7 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
#rm -f static # prevent collision with jekyll
|
|
||||||
bundle config set path 'vendor/bundle'
|
|
||||||
bundle install
|
|
||||||
bundle exec jekyll build
|
|
||||||
ln -sf _site static
|
|
|
@ -1,6 +1,6 @@
|
||||||
backend:
|
backend:
|
||||||
name: git-gateway
|
name: github
|
||||||
branch: master
|
repo: superboum/quentin.dufour.io
|
||||||
media_folder: 'assets/uploads'
|
media_folder: 'assets/uploads'
|
||||||
collections:
|
collections:
|
||||||
- name: 'blog'
|
- name: 'blog'
|
||||||
|
|
Loading…
Reference in a new issue