From 934db8e96492db45469694d1a7c68ad9c231dd8d Mon Sep 17 00:00:00 2001
From: Luiz F. A. de PrĂ¡ <luizdepra@users.noreply.github.com>
Date: Tue, 21 Aug 2018 19:26:15 +0000
Subject: [PATCH] Add SCSS via Asset Pipeline (#65)

---
 README.md |   14 +++++---------
 1 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 545f1dd..477cfd2 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,10 @@
 
 ![](https://github.com/luizdepra/hugo-coder/blob/master/images/screenshot.png)
 
+**Coder is using Asset Pipeline now!**
+
+To use this theme you need Hugo Extended Version, v0.45 or later. But, if you still want to use the old version, you can clone the [v1.0](https://github.com/luizdepra/hugo-coder/releases/tag/v1.0) release.
+
 ## How to use this theme
 
 To use `hugo-coder` go through the following steps.
@@ -52,12 +56,6 @@
     # Custom CSS
     custom_css = []
 
-    # RTL support
-    rtl = false
-
-    # Multilanguage mode
-    langseparator = "|" # Separates menus from language selectors when site is multilingual.
-
 # Social links
 [[params.social]]
     name = "Github"
@@ -92,7 +90,7 @@
 
 ```toml
 [params]
-    langseparator = "|" # separates menus from language selectors.
+    author = "John Doe"
 
 [languages]
     [languages.en]
@@ -101,7 +99,6 @@
 
         # You can configure the theme parameter for each language. 
         [languages.en.params]
-        author = "John Doe"
         info = "Full Stack DevOps and Magician"
         description = "John Doe's personal website"
         keywords = "blog,developer,personal"
@@ -124,7 +121,6 @@
         title = "John Doe po polsku"
 
         [languages.pl.params]
-            author = "John Doe"
             description = "Strona domowa John'a Doe"
             keywords = "blog,developer,strona domowa"
             info = "Full Stack DevOps i Magik"

--
Gitblit v1.10.0