jekyll-theme-mehdix-rtl 0.1.14 → 0.1.15

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: 8778d7dd60e010845e0ef9cda2e117e3a3a3edc4
4
- data.tar.gz: 5d2024ccc626b3ab51fce12118f0d9d9d9f9730d
3
+ metadata.gz: 4b29e75091e753016a662eeaf22a82f90c0758e6
4
+ data.tar.gz: ecf42902be9c03d2d11b0bdde6870acf614a91dd
5
5
  SHA512:
6
- metadata.gz: 33ab485ee7d097b0482b19462afa7b89cc4b72e46d426d23e8339149e0bf59421b2e6527591f358e81f50e5c63c0a93ded7656a7b9276380442250ce2da28653
7
- data.tar.gz: d3f5e0cba089d65e79953bd7c63c1fa9f1029c156100c597aaa531fde35b728d4cc0d05eeae0ad75db5ad1b01b46200117a11874340bb89995402de5a8fafd1a
6
+ metadata.gz: 8adfacfa4842b3334656aed81d60f9aadc1d516f7274c993cc7cc2fa6db3dd1f7ab4af9469da1281558a9d1cded9682b1f8933d013c751c869d6795361e5ebc9
7
+ data.tar.gz: 2783c41f94aba824ad874f23e3368bd5cf9ea70aa74ffb0e9a408562449744fc2a77ab9d8cc0f501c486c6f6d5496651acf3c9dd9c126001d56272fdd0ece5a7
data/README.md CHANGED
@@ -41,6 +41,10 @@ You can override theme style by creating matching files with the same structure
41
41
 
42
42
 
43
43
  ## Further customization
44
+
45
+ ### Styles
46
+ You can create a `_sass` folder and put a file named `custom.scss` in it. This theme will load it by default.
47
+
44
48
  ### Layouts
45
49
  The following layouts are available for your homepage:
46
50
  - home: post titles along with an excerpt and pagination
@@ -77,3 +81,12 @@ In order to send pageviews to Google Analytics set your ID in the `_config.yml`:
77
81
  ## License
78
82
 
79
83
  [MIT](http://opensource.org/licenses/MIT)
84
+
85
+ <div dir="rtl" lang="fa">
86
+
87
+ ## در مورد فارسی‌نویسی
88
+ در هنگام گزارش مشکلات یا شرح تغییرات، فارسی نوشتن خیلی هم خوب است. فقط یک شرط دارد! متن را درون تگ راست به چپ شده بنویسید که درست نمایش داده بشود. اگر هم دوست دارید انگلیسی بنویسید هیچ اشکالی ندارد.
89
+
90
+ </div>
91
+
92
+ <div dir="rtl" lang="fa">مطلب مورد نظر</div>
data/_sass/_layout.scss CHANGED
@@ -52,6 +52,7 @@ html, body {
52
52
  &:visited {
53
53
  color: $grey-color-dark;
54
54
  }
55
+
55
56
  float: right;
56
57
  }
57
58
 
@@ -120,6 +121,7 @@ html, body {
120
121
 
121
122
  .site-footer {
122
123
  border-top: 1px solid $grey-color-light;
124
+
123
125
  //padding: $spacing-unit 0;
124
126
  background-color: floralwhite;
125
127
  }
@@ -141,7 +143,7 @@ html, body {
141
143
  }
142
144
 
143
145
  #mail-icon {
144
- filter: invert(100);
146
+ filter: invert(100);
145
147
  }
146
148
 
147
149
  .footer-col-wrapper {
@@ -149,6 +151,7 @@ html, body {
149
151
  color: $grey-color;
150
152
  display: inline-flex;
151
153
  margin-top: 1em;
154
+
152
155
  //margin-left: -$spacing-unit / 2;
153
156
 
154
157
  @extend %clearfix;
@@ -156,6 +159,7 @@ html, body {
156
159
 
157
160
  .footer-col {
158
161
  float: left;
162
+
159
163
  //margin-bottom: $spacing-unit / 2;
160
164
  padding-left: $spacing-unit / 2;
161
165
  }
@@ -198,7 +202,7 @@ html, body {
198
202
  }
199
203
 
200
204
  #footer_description, #gravatar_container, #footer_build_status,
201
- .footer-heading, #license_link {
205
+ .footer-heading, #license_link {
202
206
  display: none;
203
207
  }
204
208
 
@@ -207,7 +211,7 @@ html, body {
207
211
  }
208
212
 
209
213
  .site-footer {
210
- text-align: center;
214
+ text-align: center;
211
215
  }
212
216
 
213
217
  .social-media-list {
@@ -324,7 +328,7 @@ html, body {
324
328
  }
325
329
 
326
330
  #gravatar {
327
- //margin-top: 5em;
331
+ margin-top: 1em;
328
332
  }
329
333
 
330
334
  table, td, th {
@@ -338,7 +342,6 @@ table, td, th {
338
342
  }
339
343
 
340
344
  ul, ol {
341
-
342
345
  list-style-type: persian;
343
346
  }
344
347
 
@@ -370,6 +373,7 @@ blockquote {
370
373
  padding: 0.35em;
371
374
  line-height: 1.45;
372
375
  position: relative;
376
+
373
377
  //background-color: lighten($grey-color, 47%);
374
378
  }
375
379
 
@@ -538,7 +542,6 @@ pre {
538
542
  padding-bottom: 0px;
539
543
  }
540
544
 
541
-
542
545
  .site-header {
543
546
  border-bottom: none;
544
547
  }
data/_sass/custom.scss ADDED
File without changes
data/assets/css/main.scss CHANGED
@@ -70,7 +70,8 @@ $assets-dir: '{{ "assets" | absolute_url }}';
70
70
  // Import partials from `sass_dir` (defaults to `_sass`)
71
71
  @import
72
72
  "pygments.css",
73
- "base",
74
- "layout",
75
- "print"
73
+ "base",
74
+ "layout",
75
+ "print",
76
+ "custom"
76
77
  ;
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.14
4
+ version: 0.1.15
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-17 00:00:00.000000000 Z
11
+ date: 2017-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -149,6 +149,7 @@ files:
149
149
  - _sass/_base.scss
150
150
  - _sass/_layout.scss
151
151
  - _sass/_print.scss
152
+ - _sass/custom.scss
152
153
  - assets/css/main.scss
153
154
  - assets/css/pygments.css
154
155
  - assets/img/background.gif