Commit Graph

8 Commits

Author SHA1 Message Date
harry ddb3df7127 Moved About, Join and Manifesto to the header. Added a close button to the default page layout 2019-04-25 14:17:00 +01:00
Nick Sellen 5cf4d22662 Switch to docker-compose with .htaccess support 2018-12-16 10:28:55 +00:00
James Mead 3c80693d67 Geocode Coop addresses to lat & long for map 2018-11-30 16:56:07 +00:00
James Mead a696edb49c Use branch of jekyll-sass-converter to fix deprecation warning
This fixes the deprecation warning (see below) which appears on running
a fresh `bundle install`. This branch contains the changes described in
this PR [1]. The only outstanding problems seem to be Windows-related,
so I think it's safe to use it.

We should be able to switch back to the release version (required by
default by the jekyll gem) when this PR is merged and released.

    Ruby Sass is deprecated and will be unmaintained as of 26 March 2019.

    * If you use Sass as a command-line tool, we recommend using Dart Sass, the new
      primary implementation: https://sass-lang.com/install

    * If you use Sass as a plug-in for a Ruby web framework, we recommend using the
      sassc gem: https://github.com/sass/sassc-ruby#readme

    * For more details, please refer to the Sass blog:
      http://sass.logdown.com/posts/7081811

[1]: https://github.com/jekyll/jekyll-sass-converter/pull/75
2018-11-22 21:10:22 +00:00
Chris Lowis 868aa2fb01 Depend on jekyll gem instead of github-pages
I don't think we need everything that github-pages pulls in, and this
should speed up the build.
2018-11-20 22:09:51 +00:00
Chris Lowis 40f7f42ec2 Update github-pages 140 -> 192
I ran `bundle update github-pages` in order to resolve security alerts
for jekyll[1] and ffi[2].

[1]
https://github.com/freerange/cotech-website/network/alert/Gemfile.lock/jekyll/open
[2] https://github.com/freerange/cotech-website/network/alert/Gemfile.lock/ffi/open
2018-11-05 21:02:29 +00:00
Chris Lowis bff92115f6 Update nokogiri 1.8.0 -> 1.8.5
I ran `bundle update nokogiri` to patch CVE-2017-9050[1] in libxml2.

[1] https://nvd.nist.gov/vuln/detail/CVE-2017-9050
2018-11-05 20:45:24 +00:00
Chris Roos 2416ec4940 Add github-pages Gem 2017-06-27 14:18:47 +01:00