jekyll-theme-mehdix-rtl 3.1.0 → 3.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_config.yml +108 -0
  3. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0424ae25ada914b8cf1283f68906d93604f531664bf88cabf63988560dc3957f
4
- data.tar.gz: 55a7036099229f1340ebeb3f4ab2a61149c82d4cd4c3933b8d2f669bee57ca8c
3
+ metadata.gz: 78046a0625cb4cfc08f67fd6379d34a5fe41410f550071a4d1998bb385f86cca
4
+ data.tar.gz: b9867929ad5a4b146db3c52c8d9ec483013b6b07ecdcb24e25da17de106f03b4
5
5
  SHA512:
6
- metadata.gz: 4d3cf21363b64a3ddf40fc80a6f547137abf03421328d552abfc437db8f3666cd555e15744be00da86d48aa60c88bfd14527f06f36aba4ddf865b6bd1d871552
7
- data.tar.gz: 483f4b41fd78cae3bc52169b413d62a1f9d759ae4ff34f729628d82951d718c1ee704f2bb8a165bdb30d6117f62da0024ce7196b607c89080294f06140e7cd67
6
+ metadata.gz: dc535184f8ad044c2257276d08b5caf08ba3270f705d8f4f609caf155509987aee66bb544f94a409aa290df4a302e41b1f287dc4ba65eb99d1706dd0feaa21f5
7
+ data.tar.gz: 80766d81cd694e53a1d2a1e5c93fe22d6ea6e9e1b1562b5ac1f5d5a61bbb62073dab9d3cfc0d027bb98e8a56a36789e8910acf7401612a42e5ec36594188a142
@@ -0,0 +1,108 @@
1
+ # See https://jekyllrb.com/docs/configuration/default/
2
+ title: "روزنوشت‌های من"
3
+ motto: "می‌نویسم پس هستم"
4
+ author: Mehdi Sadeghi
5
+ email: sadeghi@mehdix.org
6
+
7
+ # the base hostname & protocol for your site without trailing slash
8
+ url: https://mystifying-benz-938b25.netlify.com
9
+ # the subpath of your site, e.g. /blog
10
+ baseurl:
11
+
12
+ keywords: کامپیوتر برنامه‌نویسی وب
13
+ copyright: "Commons Attribution 4.0 International"
14
+ robot:
15
+
16
+ # A one liner that describes your blog
17
+ description: > # this means to ignore newlines
18
+ سکوی انتشار مطالبی در مورد دانش تولید نرم‌افزار و ایده‌ها و علایق شخصی‌ام.
19
+
20
+ # Tell more about your blog here
21
+ long_description: >
22
+ بچه که بودیم همیشه برای بازی خونه می‌ساختیم. حالا هم نمونه‌اش رو در وب ساختم.
23
+ اینجا سکوی انتشار مطالبی در مورد دانش تولید نرم‌افزار و ایده‌ها و علایق شخصی‌ام است،
24
+ بویژه راه‌حل‌های مهندسی که باعث رشد و پیشرفتم شده است و می‌تواند مورد استفاده دیگران هم قرار بگیرد.
25
+
26
+ # The tiny icon of the website
27
+ favicon: assets/img/favicon.png
28
+ permalink: :title.html
29
+ timezone: Europe/Berlin
30
+
31
+ paginate: 3
32
+ paginate_path: /page:num/
33
+
34
+ tag_page_layout: tag_page
35
+ tag_page_dir: tag
36
+
37
+ collections:
38
+ projects:
39
+ output: true
40
+
41
+ # Set to `static` or `disqus`. Default is no comments.
42
+ comment_system: static
43
+
44
+ comments:
45
+ enabled: true
46
+ type: static
47
+ static:
48
+ avatar:
49
+ visible: true
50
+
51
+ # Used if the `comment_system` is set to `disqus`
52
+ #disqus_shortname:
53
+
54
+ # Setting this will add the analytics snipped.
55
+ #google_analytics_id:
56
+
57
+ # A unique identifier for your website's feed. If not set
58
+ # the url of the website will be used instead. Using URL is
59
+ # recommended if you own a domain name.
60
+ #atom_feed_id: urn:uuid:1e7d9dd8-29e4-475d-adc5-17494fb80445
61
+
62
+ # If you run a feedburner newsletter set this. Not recommended
63
+ # since sooner or later Google will kill this service.
64
+ #feedburner_id:
65
+
66
+ lang: fa_IR
67
+
68
+ # Footer stuff
69
+ twitter:
70
+ username: mehdisadeghii
71
+ github:
72
+ username: mehdisadeghi
73
+ repository: jekyll-theme-mehdix-rtl
74
+
75
+ # Footer logo will disappear if not set.
76
+ #logo: assets/img/me.png
77
+
78
+ exclude:
79
+ - scripts
80
+ - cache
81
+ - .bundle
82
+ - .sass-cache
83
+ - reply-mail-hook
84
+ - vendor
85
+ - CONTRIBUTING.md
86
+ - netlify.toml
87
+ - wercker.yml
88
+ - LICENSE
89
+ - env.sh
90
+ - screenshot.png
91
+ - jekyll-theme-mehdix-rtl.sublime-project
92
+ - jekyll-theme-mehdix-rtl.sublime-workspace
93
+ - travis.yml
94
+ - jekyll-theme-mehdix-rtl.gemspec
95
+ - rebuild_comments.py
96
+ - README.md
97
+ - Gemfile
98
+ - Gemfile.lock
99
+ - renovate.json
100
+
101
+
102
+ defaults:
103
+ -
104
+ scope:
105
+ path: ""
106
+ type: "posts"
107
+ values:
108
+ layout: "post"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-mehdix-rtl
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mehdi Sadeghi
@@ -179,6 +179,7 @@ extra_rdoc_files: []
179
179
  files:
180
180
  - LICENSE
181
181
  - README.md
182
+ - _config.yml
182
183
  - _includes/analyticstracking.html
183
184
  - _includes/comment.html
184
185
  - _includes/disqus.html