README.md in jekyll-theme-mehdix-rtl-0.1.18 vs README.md in jekyll-theme-mehdix-rtl-0.1.19
- old
+ new
@@ -34,14 +34,24 @@
Or install it yourself as:
$ gem install jekyll-theme-mehdix-rtl
-
You can override theme style by creating matching files with the same structure inside your Jekyll source tree. See Jekyll [Themes docs](https://jekyllrb.com/docs/themes/) for more information on that.
+### Enable the Plugins
+This theme uses some jekyll plugins. Enable them by adding them to the `plugins` section in the config file:
+```yaml
+plugins:
+ - jekyll-jalali
+ - jekyll-sitemap
+ - jekyll-paginate
+ - jekyll-hinduarabic
+ - jekyll-seo-tag
+```
+
## Further customization
### Styles
You can create a `_sass` folder and put a file named `custom.scss` in it. This theme will load it by default.
@@ -101,9 +111,15 @@
- email
### Analytics
In order to send pageviews to Google Analytics set your ID in the `_config.yml`: `google_analytics_id: YOUR_ID`
+
+### SEO
+Make sure to fill entries in the config file correctly to get a better search engine experience.
+Specially fill the SEO section with your Github and Twitter usernames. Don't forget to add `lang`
+and `logo` entries. See [`jekyll-seo-tag`](https://github.com/jekyll/jekyll-seo-tag/) for further
+information.
## License
[MIT](http://opensource.org/licenses/MIT)
\ No newline at end of file