diff --git a/CHANGELOG.md b/CHANGELOG.md index ca8ff9f..c18639b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.0.0 (dev) + +- [Theme translations](https://github.com/alexandrevicenzi/Flex/issues/43) +- Updated font-awesome +- Changed `Cover` metadata to relative path. + ## 1.2.0 - [Update font-awesome](https://github.com/alexandrevicenzi/Flex/issues/31) diff --git a/README.md b/README.md index 8588a6c..f4a0928 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ A minimalist [Pelican](http://blog.getpelican.com/) theme. - Open Graph - Rich Snippets (JSON-LD) - [Multiple Code Highlight Styles](https://github.com/alexandrevicenzi/Flex/wiki/Code-Highlight) +- [Translation Support](https://github.com/alexandrevicenzi/Flex/wiki/Multi-language-support) (draft/coming in 2.0) ## Integrations @@ -28,6 +29,10 @@ The recommend way to install is over [pelican-themes](https://github.com/getpeli The `master` branch is the development branch. If you're happy with fresh new things and maybe sometimes (~most of time~) broken things you can clone the `master`, but I would recommend to you to clone a tag branch. +## Migrate from 1.x to 2.x + +Release 2.0 will include [Translation Support](https://github.com/alexandrevicenzi/Flex/wiki/Multi-language-support). In order to use Flex you need to configure your `pelicanconf.py` to support i18n. See [Multi language support](https://github.com/alexandrevicenzi/Flex/wiki/Multi-language-support) for examples. + ## Docs [Go to Wiki](https://github.com/alexandrevicenzi/Flex/wiki)