diff --git a/docs/site/README.md b/docs/site/README.md index 9464a1f12f..75422b5eea 100644 --- a/docs/site/README.md +++ b/docs/site/README.md @@ -34,22 +34,4 @@ Navigate to http://localhost:1313 in your web browser of choice and see your cha **Step 5:** Submit a PR -Check out the [OCIO guidelines](https://github.com/AcademySoftwareFoundation/OpenColorIO/blob/main/CONTRIBUTING.md) for information about this too! - -## Building the Static Website - -Navigate to the homepage folder: - -```shell -cd OpenColorIO/docs/site/homepage -``` - -Build the static copy of the website with Hugo: - -```shell -hugo -D --minify --themesDir ../.. -``` - -It should appear in a folder labelled "public" - -Once your PR has been accepted for the changes to the main branch submit another PR replacing the content of the gh-pages branch with the content from Hugo's output. Note that the old site and documentation still live in the gh-pages branch in the `old/` directory, when you replace the contents of the branch please be sure to keep that entire folder as is. \ No newline at end of file +Check out the [OCIO guidelines](https://github.com/AcademySoftwareFoundation/OpenColorIO/blob/main/CONTRIBUTING.md) for information about this too! \ No newline at end of file diff --git a/docs/site/homepage/data/en/news.yml b/docs/site/homepage/data/en/news.yml index 5f67383a21..71a4626961 100644 --- a/docs/site/homepage/data/en/news.yml +++ b/docs/site/homepage/data/en/news.yml @@ -1,10 +1,10 @@ ############################# feature ################################### news: enable : true - image : images/SpiderVerse_pmm014.1014_lm_v1_opt.jpg + image : images/disney_insideout.jpeg title : OCIO v2 is here! content : "Check out our [guides](https://opencolorio.readthedocs.io/en/latest/releases/_index.html#releases) for upgrading. Here are just a few highlights of new features:" - caption: "OpenColorIO in use on Spider-Man™: Into the Spider-Verse" + caption: "Image courtesy of Disney (c)" feature_item : # feature item loop - title : New GPU Renderer diff --git a/docs/site/homepage/static/images/SpiderVerse_pmm014.1014_lm_v1_opt.jpg b/docs/site/homepage/static/images/SpiderVerse_pmm014.1014_lm_v1_opt.jpg deleted file mode 100644 index 1ba8e2a936..0000000000 Binary files a/docs/site/homepage/static/images/SpiderVerse_pmm014.1014_lm_v1_opt.jpg and /dev/null differ diff --git a/docs/site/homepage/static/images/disney_insideout.jpeg b/docs/site/homepage/static/images/disney_insideout.jpeg new file mode 100644 index 0000000000..7e554c1d9e Binary files /dev/null and b/docs/site/homepage/static/images/disney_insideout.jpeg differ