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.
- checksums.yaml +4 -4
- data/_config.yml +108 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 78046a0625cb4cfc08f67fd6379d34a5fe41410f550071a4d1998bb385f86cca
|
|
4
|
+
data.tar.gz: b9867929ad5a4b146db3c52c8d9ec483013b6b07ecdcb24e25da17de106f03b4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dc535184f8ad044c2257276d08b5caf08ba3270f705d8f4f609caf155509987aee66bb544f94a409aa290df4a302e41b1f287dc4ba65eb99d1706dd0feaa21f5
|
|
7
|
+
data.tar.gz: 80766d81cd694e53a1d2a1e5c93fe22d6ea6e9e1b1562b5ac1f5d5a61bbb62073dab9d3cfc0d027bb98e8a56a36789e8910acf7401612a42e5ec36594188a142
|
data/_config.yml
ADDED
|
@@ -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.
|
|
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
|