Skip to content

Commit

Permalink
Update upgrading.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zetxek authored Nov 27, 2024
1 parent bab9ae9 commit eeebca8
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

This documentation is meant to help you upgrade across versions, when potentially breaking changes are introduced.

## v1.3.4

In `config.toml`, replace
```
[[params.plugins.css]]
URL = "css/rad-icons.css"
```
by
```
[[params.plugins.css]]
URL = "css/adritian-icons.css"
```

In your config/content files, replace:
- `icon-linkedin-fill` by `icon-linkedin`
- `icon-smile-fill` by `icon-user`
- `icon-arrow-right` by `icon-circle-arrow-right`
- `icon-mail-fill` by `icon-email`


## v1.2.x to v1.3.x

In `v1.3.x`, the [support for internationalization was added](https://github.com/zetxek/adritian-free-hugo-theme/pull/78).
Expand All @@ -11,4 +31,4 @@ For example:
- the main page title was managed in `homepage.yml`:`showcase.title`, now it's managed in `i18n/{language}.yaml`:`logo_text1`
- the page logo was managed in `hugo.toml`:`params.logo` (`text1` and `text2`), now it's managed in `i18n/{language}.yaml`:`logo_text1` and `logo_text2`.

The reason for the change is to allow overriding almost any string in the theme in different content translations.
The reason for the change is to allow overriding almost any string in the theme in different content translations.

0 comments on commit eeebca8

Please sign in to comment.