diff --git a/README.md b/README.md index b68670e7..503239a2 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,10 @@ ## Free theme for Ghost Hello, I created this theme for Ghost with inspiration from [Medium](https://medium.com/). -It is available for free so you can use on your site. It is strictly forbidden to use it for commercial use. If you have any suggestions to improve the theme, you can send me a tweet [@GodoFredoNinja](https://goo.gl/y3aivK) +It is available for free so you can use on your site. It is strictly forbidden to use it for commercial use. If you have any suggestions to improve the theme, you can send me a tweet [@GodoFredoNinja](https://goo.gl/y3aivK). + +## ❤ Please, help me with a small donation on [Paypal](https://bit.ly/PayPal-GodoFredoNinja). It'll help motivate me to update the theme with many improvements -## ❤ Please, help me with a small donation on [Paypal](https://bit.ly/PayPal-GodoFredoNinja). It'll help motivate me to update the theme with many improvements. [![](./donate.gif)](https://bit.ly/PayPal-GodoFredoNinja) ![](./screenshot.png) @@ -22,6 +23,7 @@ You can see Simply in action on my Page [Demo](https://goo.gl/V7moIY) ## Featured +- Support for different [languages](http://themes.ghost.org/docs/i18n#section-how-to-add-any-language) (en - es) - Responsive layout - Blog navigation - Page 404 (Multiple faces emoticons) @@ -127,7 +129,7 @@ This enables comments and comment counter ```html
``` +## Publication Language + +![](./documentation/language.png) + +Mapache supports English and Spanish languages. +if you want to have in another language you just have to copy `locales>en.json` and rename the file then translate to your favorite language: + +Just enter the [language/locale tag](https://www.w3schools.com/tags/ref_language_codes.asp) of the files to use (e.g.: `fr.json` for French, `zh.json` for Chinese, `ja.json` for Japanese) + ## Add additional content to the sidebar Add you own custom content into the side bar by editing the `./partials/sidebar.hbs` file. @@ -173,7 +184,6 @@ Take a look at the [Prismjs Supported Language List](http://prismjs.com/#languag - vimeo - Dailymotion -- Facebook Video - Youtube - Vid - kickstarter diff --git a/amp.hbs b/amp.hbs index 9ec1e269..f28bf116 100644 --- a/amp.hbs +++ b/amp.hbs @@ -1,5 +1,5 @@ - + {{!-- Document Settings --}} @@ -154,7 +154,7 @@ {{!-- Related Articles --}} {{#get "posts" limit="6" filter="tags:[{{post.tags}}]+id:-{{post.id}}"}}