responsive layout with popup slider

This commit is contained in:
Oleksa 2021-09-17 09:26:31 -05:00
parent 9762b3ec59
commit 5251705af9
79 changed files with 3095 additions and 998 deletions

View file

@ -1,28 +0,0 @@
image: ruby:2.3
variables:
JEKYLL_ENV: production
LC_ALL: C.UTF-8
before_script:
- bundle install
test:
stage: test
script:
- bundle exec jekyll build -d test
artifacts:
paths:
- test
except:
- master
pages:
stage: deploy
script:
- bundle exec jekyll build -d public
artifacts:
paths:
- public
only:
- master