New Design #1

Merged
konrad merged 46 commits from develop into master 2018-11-20 11:54:34 +00:00
Showing only changes of commit b9fcff9d1c - Show all commits

View File

@ -8,6 +8,15 @@ clone:
tags: true
pipeline:
build_css:
image: webhippie/nodejs
pull: true
commands:
- cd themes/vikunja
- npm install gulp-cli -g
- npm install
- gulp
build:
image: monachus/hugo
pull: true