Skip to content

graphcore-research/graphcore-research.github.io

Repository files navigation

Graphcore Research Blog

Link: graphcore-research.github.io

Running locally

To run locally, execute:

gem install jekyll bundler

(only needed the first time). A local instance of the blog can then be launched via:

bundle exec jekyll serve

(please contact CB if this doesn't work for you.)

Editing

This blog is hosted on Github pages. See settings > pages for details.

The blog itself is derived from Minimal Mistakes, which is built on Jekyll. For guidance on how to edit things on the site, your best bet is the Minimal Mistakes Guide. More fundamental info may instead be found in the Jekyll Docs.

The site is automatically built off of the main branch - any merge to main should automatically trigger the site to update.

Papers of the Month

All guidance for Papers of the Month authors can be found in the summary template at for_authors/README.md.

Deploying

To deploy from the internal repo to the public one, set up:

git remote add public git@github-personal:graphcore-research/graphcore-research.github.io.git

then run git push public main.

License

Copyright (c) 2024 Graphcore Ltd. Licensed under the MIT License.

The blog is built using Minimal Mistakes (MIT) via the remote theme starter. Minimal Mistakes itself is built on Jekyll (MIT).