Link: graphcore-research.github.io
- (Install Docker.)
- Open the folder inside a devcontainer "Rebuild and Reopen in Container".
- Run
bundle install
- Run
bundle exec jekyll serve
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.)
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.
All guidance for Papers of the Month authors can be found in the summary template at for_authors/README.md.
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
.
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).