forked from quentin/quentin.dufour.io
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:
|
||||
name: git-gateway
|
||||
branch: master
|
||||
name: github
|
||||
repo: superboum/quentin.dufour.io
|
||||
media_folder: 'assets/uploads'
|
||||
collections:
|
||||
- name: 'blog'
|
||||
|
|
Loading…
Reference in a new issue