jekyll-theme-mehdix-rtl 0.1.18 → 0.1.19

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 644566af065ccd579c3299b428474a14a9d66175
4
- data.tar.gz: b89e8336282065e2ef3ea335cb6c893592e1ba1a
3
+ metadata.gz: 72003d9829e0aa080d608dbf4d2597e80d9d64b2
4
+ data.tar.gz: 64a0c7857301ecefc162cedd795c76bb25d3af51
5
5
  SHA512:
6
- metadata.gz: 7208adb00cc538d1c7da305d5e63a8ee188039560acc3f3f942404efd259c699e89cc59e93bed72b9645a0964be2b4289b37e7bb04dc547f0bd10a02ce75344c
7
- data.tar.gz: c623928a6b41cc745da27bfc2a9637742c8216541efd4c2f0ac6da7a7b36621458d4aab34b8466dcce41854eac297832692b1b566bb31efe9775cf9325e854eb
6
+ metadata.gz: adbee9addee5bab926f4654323811cd869addbea3b84777774617fab60e0e6911862345c339180a6c27e64f7971ca0c5609b5d0ed95f3355e3bb13457be29d1f
7
+ data.tar.gz: 49e14043c98b05ecb2aff3bb32d5e93f0c62d4087063d91de9af9dfd675f4b2ae50e52cdd620a5e17eb9ac3b5d7a1ee86a9fc57134981a7526671773179bf14f
data/README.md CHANGED
@@ -36,9 +36,19 @@ Or install it yourself as:
36
36
 
37
37
  $ gem install jekyll-theme-mehdix-rtl
38
38
 
39
-
40
39
  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.
41
40
 
41
+ ### Enable the Plugins
42
+ This theme uses some jekyll plugins. Enable them by adding them to the `plugins` section in the config file:
43
+
44
+ ```yaml
45
+ plugins:
46
+ - jekyll-jalali
47
+ - jekyll-sitemap
48
+ - jekyll-paginate
49
+ - jekyll-hinduarabic
50
+ - jekyll-seo-tag
51
+ ```
42
52
 
43
53
  ## Further customization
44
54
 
@@ -104,6 +114,12 @@ If any of the following ids is present in the config a corresponding item will b
104
114
  In order to send pageviews to Google Analytics set your ID in the `_config.yml`: `google_analytics_id: YOUR_ID`
105
115
 
106
116
 
117
+ ### SEO
118
+ Make sure to fill entries in the config file correctly to get a better search engine experience.
119
+ Specially fill the SEO section with your Github and Twitter usernames. Don't forget to add `lang`
120
+ and `logo` entries. See [`jekyll-seo-tag`](https://github.com/jekyll/jekyll-seo-tag/) for further
121
+ information.
122
+
107
123
  ## License
108
124
 
109
125
  [MIT](http://opensource.org/licenses/MIT)
data/_includes/head.html CHANGED
@@ -26,4 +26,5 @@
26
26
  {{ page.style }}
27
27
  </style>
28
28
  {%- endif -%}
29
+ {% seo %}
29
30
  </head>
data/_layouts/post.html CHANGED
@@ -11,7 +11,6 @@ layout: default
11
11
  <article class="post-content">
12
12
  {{ content }}
13
13
  </article>
14
- {% if site.disqus_shortname %} {% include disqus.html %} {% endif %}
15
14
  <small id="post-tags">
16
15
  {% for tag in page.tags %}
17
16
  <i class="icon-tags"></i>
@@ -35,7 +34,7 @@ layout: default
35
34
 
36
35
  {% if site.comment_system == 'static' %}
37
36
  {% include static_comments.html %}
38
- {% elsif site.coment_system == 'disqus' %}
37
+ {% elsif site.comment_system == 'disqus' %}
39
38
  {% include disqus.html %}
40
39
  {% endif %}
41
40
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-mehdix-rtl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.18
4
+ version: 0.1.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mehdi Sadeghi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-25 00:00:00.000000000 Z
11
+ date: 2017-12-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -94,6 +94,20 @@ dependencies:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0.1'
97
+ - !ruby/object:Gem::Dependency
98
+ name: jekyll-seo-tag
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - "~>"
102
+ - !ruby/object:Gem::Version
103
+ version: '2.4'
104
+ type: :runtime
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - "~>"
109
+ - !ruby/object:Gem::Version
110
+ version: '2.4'
97
111
  - !ruby/object:Gem::Dependency
98
112
  name: bundler
99
113
  requirement: !ruby/object:Gem::Requirement