Upgrade

This chapter shows how to upgrade DeepDive to a newer version. The method depends on how you’ve installed DeepDive.

  1. Free version
  2. GitHub Pages

Before upgrading to v7+, make sure you’ve read the CHANGELOG, especially the part about the license change!

Free version

Upgrading the free version of the theme is as easy as running

bundle update jekyll-theme-deepdive

GitHub Pages

When building on GitHub Pages, upgrading DeepDive is as simple as setting the remote_theme key in _config.yml to the desired version.

remote_theme: hydecorp/deepdive@v9.1.6

To use the latest version on the v9 branch on each build, you can use hydecorp/deepdive@v9.

Continue with Config