diff --git a/.openshift/action_hooks/build b/.openshift/action_hooks/build new file mode 100755 index 0000000..4ae2ea1 --- /dev/null +++ b/.openshift/action_hooks/build @@ -0,0 +1,8 @@ +#!/bin/bash +# This is a simple build script and will be executed on your CI system if +# available. Otherwise it will execute while your application is stopped +# before the deploy step. This script gets executed directly, so it +# could be python, php, ruby, etc. + +cd $OPENSHIFT_REPO_DIR +bundle exec jekyll build diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..02940b5 --- /dev/null +++ b/_config.yml @@ -0,0 +1,11 @@ +url: http://lorchess.ru +title: LOR Chess +permalink: pretty + +source: ./ +destination: ./public +exclude: ['Gemfile*', 'README', 'vendor'] +keep_files: ['.gitkeep'] + +encoding: UTF-8 +markdown: redcarpet