From a7671782a19209edd3e82df42ceab8d92864da90 Mon Sep 17 00:00:00 2001 From: tomhamiltonstubber Date: Wed, 17 Jun 2020 11:33:17 +0100 Subject: [PATCH 1/2] Testing beta --- .ruby-version | 2 +- Gemfile.lock | 2 +- _config.yml | 2 +- _examples/no_stars.html | 31 +++++++++++++++++++++++++++++++ 4 files changed, 34 insertions(+), 3 deletions(-) create mode 100644 _examples/no_stars.html diff --git a/.ruby-version b/.ruby-version index 8e8299d..24ba9a3 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.4.2 +2.7.0 diff --git a/Gemfile.lock b/Gemfile.lock index f9dd7bc..750bc72 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -72,7 +72,7 @@ DEPENDENCIES pygments.rb (~> 1.2, >= 1.2.1) RUBY VERSION - ruby 2.5.5p157 + ruby 2.7.0p0 BUNDLED WITH 2.1.4 diff --git a/_config.yml b/_config.yml index 32c5dd3..c0c2b92 100644 --- a/_config.yml +++ b/_config.yml @@ -11,7 +11,7 @@ theme: minima permalink: pretty highlighter: pygments -socket_key: 9c79f14df986a1ec693c +socket_key: 390eb8d224a0f64395eb gems: - jekyll-feed exclude: diff --git a/_examples/no_stars.html b/_examples/no_stars.html new file mode 100644 index 0000000..194e588 --- /dev/null +++ b/_examples/no_stars.html @@ -0,0 +1,31 @@ +--- +layout: socket_example +title: No Review Stars Example +permalink: /examples/no-stars/ +description: An example of the tutors list with no review stars shown +--- +
+ + + + +{% highlight html %} + + +{% endhighlight %} + +
+ + From d3be075056c38cc98253c35c66c044437817b18f Mon Sep 17 00:00:00 2001 From: tomhamiltonstubber Date: Wed, 17 Jun 2020 11:43:27 +0100 Subject: [PATCH 2/2] Update with api_root --- _config.yml | 1 + _examples/appointments.html | 1 + _includes/contact.html | 1 + _includes/footer.html | 1 + _includes/our-tutors.html | 1 + 5 files changed, 5 insertions(+) diff --git a/_config.yml b/_config.yml index c0c2b92..d7733a6 100644 --- a/_config.yml +++ b/_config.yml @@ -37,3 +37,4 @@ social: url: http://github.com/tutorcruncher socket_url: https://cdn.tutorcruncher.com/socket/latest/socket.js +socket_api_root: https://socket-beta.tutorcruncher.com diff --git a/_examples/appointments.html b/_examples/appointments.html index 892d6f0..092206e 100644 --- a/_examples/appointments.html +++ b/_examples/appointments.html @@ -24,6 +24,7 @@