layout | title | description | hide_description |
---|---|---|---|
page |
Upgrade |
This chapter shows how to upgrade DeepDive to a newer version. The method depends on how you've installed DeepDive.
|
true |
This chapter shows how to upgrade DeepDive to a newer version. The method depends on how you've installed DeepDive.
- this unordered seed list will be replaced by toc as unordered list {:toc}
Before upgrading to v7+, make sure you've read the CHANGELOG{:.heading.flip-title}, especially the part about the license change! {:.note}
Upgrading the free version of the theme is as easy as running
bundle update jekyll-theme-deepdive
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/[email protected]
To use the latest version on the v9
branch on each build, you can use hydecorp/deepdive@v9
.
Continue with Config{:.heading.flip-title} {:.read-more}