Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,14 @@ jobs:
executor: ci-executor
steps:
- checkout
- run:
name: build dependencies
command: bundle install

- run:
name: build the jekyll site
command: bundle exec jekyll build

- run:
name: notify build is finished
command: echo "The build is finished!"
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ source "https://rubygems.org"
gem "rake"
gem "github-pages", '>= 207'
gem "html-proofer", '>=3.11.1'
gem "jekyll-remote-theme"
gem "jekyll-remote-theme"
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.3.6)
activesupport (6.0.3.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ color_scheme: dark

remote_theme: pmarsceill/just-the-docs
plugins:
- jekyll-remote-theme
- jekyll-remote-theme
4 changes: 3 additions & 1 deletion docs/01_getting_ready_for_class.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ layout: default
title: Getting ready for class
---

The time is: undefined

## Getting Ready for Class
While you are waiting for class to begin, please take a few minutes to set up your local work environment.
While you are waiting for class to begin, please take a few minutes to set up your local work environment.