diff --git a/website/README.md b/website/README.md index 2fbacd49..2115db31 100644 --- a/website/README.md +++ b/website/README.md @@ -59,6 +59,15 @@ This will build the docusaurus website and run a script to parse the tutorials a TODO: Add support for latex in markdown in jupyter notebooks and embedded images. +## Build and publish the website + +The following script will build the tutorials and the website and push to the gh-pages +branch of `github.com/facebookresearch/pytorch3d`. + +``` +bash scripts/publish_website.sh +``` + ## Add a new tutorial diff --git a/website/static/img/colab_icon.png b/website/static/img/colab_icon.png new file mode 100644 index 00000000..c1fc2c6d Binary files /dev/null and b/website/static/img/colab_icon.png differ