Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.07 KB

upgrade.md

File metadata and controls

38 lines (27 loc) · 1.07 KB
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.

  1. 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}

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/[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}