Giter VIP home page Giter VIP logo

candig.github.io's Introduction

CanDIG website

Website for the CanDIG project; based on the Agency Jekyll Theme.

This is a Jekyll website. To develop on your own machine, first follow the Jekyll install instructions for your system: that will look a little like

gem install bundler jekyll

once you have a new Ruby and ruby gems installed, but the details will differ a bit between platforms.

You will also need a Javascript runtime installed, one way that works is to install node.js.

Once you're done, from the candig.github.io directory run

bundle install
bundle exec jekyll serve

If you are using ruby 3.0, you will also need to install webrick

bundle add webrick 

And, absent any errors you'll be able to view the website at http://localhost:4000.
As you edit files, jekyll will re-build periodicially for frequent updates. The generated pages are in the _site directory if you want to directly view the outputs.

Commits will trigger a Cloudflare Pages build after a few minutes; PRs will be updated with links ot previews. For changes and updates, make a PR and request a review so everyone can benefit from the preview.

Note for building locally: for Historical Reasons (tm), people still point to candig.github.io, and we want them to be redirected to the real URL. By default Jekyll builds with the Jekyll environment variable set to development; the GitHub pages deployment builds with the variable set to production. So if environment is not development, a meta refresh tag is included in the header (_includes/head.html) to refresh to distributedgenomics.ca (properly, {{ site.url }}; otherwise it doesn't. You can test this behaviour by setting the environment variable explicitly:

JEKYLL_ENV=production bundle exec jekyll serve

candig.github.io's People

Contributors

ljdursi avatar nm0542 avatar jimmyhli avatar amanjeev avatar zhengwin avatar courtneygosselin avatar palmersl avatar nebiyoup avatar dependabot[bot] avatar alipski avatar jfoong avatar shaikh-rashid avatar samarth-agarwal1 avatar samarthvp avatar zxenia avatar combustkk avatar ninawang-uhn avatar k-pace avatar dashaylan avatar expspace avatar kcolford avatar jess94yng avatar fcoralsasso avatar daisieh avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.