From f87d8649716a3af526798eb20616c98401de844d Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Tue, 9 Aug 2016 00:19:12 -0300 Subject: [PATCH] Info about #46. --- CHANGELOG.md | 6 ++++++ README.md | 5 +++++ 2 files changed, 11 insertions(+) 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)