diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 0000000..e4bb1f0 --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,20 @@ +version: 2 +jobs: + build: + docker: + - image: circleci/ruby:2.4.1-node-browsers + + steps: + - checkout + + - run: + name: build dependencies + command: bundle install + + - run: + name: build the jekyll site + command: bundle exec jekyll build + + - run: + name: Print the Current Time + command: date diff --git a/_config.yml b/_config.yml index c13e288..7e85b84 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ title: Wired Brain Coffee logo: "/images/company-logo.png?raw=true" description: > - first description + High quality, slow roasted, yum

60 State Street Suite 800