mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
docs: add migration instructions #42
This commit is contained in:
parent
0dc7e60676
commit
c8e7609be8
1 changed files with 13 additions and 1 deletions
|
@ -3,4 +3,16 @@ title = "Migration"
|
|||
weight = 17
|
||||
+++
|
||||
|
||||
If you are coming from a previous version of the theme or even from the hugo-theme-learn. You may want to achieve old behaviour in case of an update.
|
||||
If you are upgrading from a previous version of the theme or even from the hugo-theme-learn, you may have to change a few things in your own installation.
|
||||
|
||||
For a detailed list of changes, the [history page]({{%relref "basics/history" %}}).
|
||||
|
||||
## From this theme
|
||||
|
||||
### Before 2.0.0
|
||||
|
||||
- If you are using a [**custom** color variant](http://localhost:1313/basics/customization/#yours-variant), you may want to check your CSS file as there were [additions missing in the documenation](https://github.com/McShelby/hugo-theme-relearn/issues/45)
|
||||
|
||||
## From hugo-theme-learn
|
||||
|
||||
- If you are using a [**custom** color variant](http://localhost:1313/basics/customization/#yours-variant), you may want to check your CSS file as there were [additions missing in the documenation](https://github.com/McShelby/hugo-theme-relearn/issues/45)
|
||||
|
|
Loading…
Reference in a new issue