jekyll-theme-abd3lraouf 5.2.4 → 5.2.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 619d0af7d464d1fc4a78d19707519166d31533227ffa0f12bbaad3b91b45c6ac
4
- data.tar.gz: 92b724cadaa163e8b583c6f602a7026f8d7ae306d2e567f6ce39cd13c15efefb
3
+ metadata.gz: b415e573b5d697a7c216102faf935a1b92fa95f75cad75e9c60324083fc01bef
4
+ data.tar.gz: c477ad06bfb1daacb82d880b9952b8c5788182fd6d9ec5ae1815cbe544ef6761
5
5
  SHA512:
6
- metadata.gz: 3f5ec8ef30221324de148b62705570805b6aed68fab9c1b9e3778632a5c5238d1251c9d38a862f6a350a9082738ca0888ce5d3c6f73afaae13c601d4b32c43a3
7
- data.tar.gz: 978ea350f878c6f07fc4dec03fd9367f19f85554cdf75c2ca3f853f66344bed67dac2411ede078fe37b97436dedfd8da56b57f3f75dad12c9b12d708037c5a5b
6
+ metadata.gz: ab8fee48e3bfa894a8207e9cfa93da6735fce1306f5f75ec6dc200567541e922dffa228509bc0d17148df0271d8ee4bc0fe01da3768bc8f3bdb9f28d78c2470e
7
+ data.tar.gz: d52b6837f15c8c3f7c3180feb7f8b0e33266975d9555dc5533a5b901681609021b08ef459dde90acf020fc24a457725d7be25f2b1d7354e3d476741b6fb98e48
data/_config.yml CHANGED
@@ -1,206 +1,207 @@
1
- # The Site Configuration
2
-
3
- # Import the theme
4
- theme: jekyll-theme-abd3lraouf
5
-
6
- # Change the following value to '/PROJECT_NAME' ONLY IF your site type is GitHub Pages Project sites
7
- # and doesn't have a custom domain.
8
- baseurl: ''
9
-
10
- # The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
11
- # If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
12
- # otherwise, the layout language will use the default value of 'en'.
13
- lang: en
14
-
15
- # Additional parameters for datetime localization, optional. › https://github.com/iamkun/dayjs/tree/dev/src/locale
16
- prefer_datetime_locale:
17
-
18
- # Change to your timezone › http://www.timezoneconverter.com/cgi-bin/findzone/findzone
19
- timezone: Asia/Shanghai
20
-
21
- # jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
22
- # ↓ --------------------------
23
-
24
- title: Chirpy # the main title
25
-
26
- tagline: A text-focused Jekyll theme # it will display as the sub-title
27
-
28
- description: >- # used by seo meta and the atom feed
29
- A minimal, responsive, and powerful Jekyll theme for presenting professional writing.
30
-
31
- # Used to detemine custom excerpt tag. Include `<!-- excerpt-start -->` and `<!-- excerpt-end -->` in the post.
32
- # This will be the excepty on home page.
33
- excerpt_separator: <!-- excerpt-end -->
34
-
35
-
36
- # fill in the protocol & hostname for your site, e.g., 'https://username.github.io'
37
- url: ''
38
-
39
- github:
40
- username: github_username # change to your github username
41
-
42
- twitter:
43
- username: twitter_username # change to your twitter username
44
-
45
- social:
46
- # Change to your full name.
47
- # It will be displayed as the default author of the posts and the copyright owner in the Footer
48
- name: your_full_name
49
- email: example@doamin.com # change to your email address
50
- links:
51
- # The first element serves as the copyright owner's link
52
- - https://twitter.com/username # change to your twitter homepage
53
- - https://github.com/username # change to your github homepage
54
- # Uncomment below to add more social links
55
- # - https://www.facebook.com/username
56
- # - https://www.linkedin.com/in/username
57
-
58
- google_site_verification: # fill in to your verification string
59
-
60
- # ↑ --------------------------
61
- # The end of `jekyll-seo-tag` settings
62
-
63
- google_analytics:
64
- id: # fill in your Google Analytics ID
65
- # Google Analytics pageviews report settings
66
- pv:
67
- proxy_endpoint: # fill in the Google Analytics superProxy endpoint of Google App Engine
68
- cache_path: # the local PV cache data, friendly to visitors from GFW region
69
-
70
- # Prefer color scheme setting.
71
- #
72
- # Note: Keep empty will follow the system prefer color by default,
73
- # and there will be a toggle to switch the theme between dark and light
74
- # on the bottom left of the sidebar.
75
- #
76
- # Available options:
77
- #
78
- # light - Use the light color scheme
79
- # dark - Use the dark color scheme
80
- #
81
- theme_mode: # [light|dark]
82
-
83
- # The CDN endpoint for images.
84
- # Notice that once it is assigned, the CDN url
85
- # will be added to all image (site avatar & posts' images) paths starting with '/'
86
- #
87
- # e.g. 'https://cdn.com'
88
- img_cdn: 'https://raw.githubusercontent.com/abd3lraouf/chirpy-images/main'
89
-
90
- # the avatar on sidebar, support local or CORS resources
91
- avatar: '/commons/avatar.jpg'
92
-
93
- # boolean type, the global switch for ToC in posts.
94
- toc: true
95
-
96
- comments:
97
- active: # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable
98
- # The active options are as follows:
99
- disqus:
100
- shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
101
- # utterances settings › https://utteranc.es/
102
- utterances:
103
- repo: # <gh-username>/<repo>
104
- issue_term: # < url | pathname | title | ...>
105
- # Giscus options https://giscus.app
106
- giscus:
107
- repo: # <gh-username>/<repo>
108
- repo_id:
109
- category:
110
- category_id:
111
- mapping: # optional, default to 'pathname'
112
- input_position: # optional, default to 'bottom'
113
- lang: # optional, default to the value of `site.lang`
114
-
115
- # Self-hosted static assets, optional › https://github.com/abd3lraouf/chirpy-static-assets
116
- assets:
117
- self_host:
118
- enabled: # boolean, keep empty means false
119
- # specify the Jekyll environment, empty means both
120
- # only works if `assets.self_host.enabled` is 'true'
121
- env: # [development|production]
122
-
123
- pwa:
124
- enabled: true # the option for PWA feature
125
-
126
- paginate: 10
127
-
128
- # ------------ The following options are not recommended to be modified ------------------
129
-
130
- kramdown:
131
- syntax_highlighter: rouge
132
- syntax_highlighter_opts: # Rouge Options › https://github.com/jneen/rouge#full-options
133
- css_class: highlight
134
- # default_lang: console
135
- span:
136
- line_numbers: false
137
- block:
138
- line_numbers: true
139
- start_line: 1
140
-
141
- collections:
142
- tabs:
143
- output: true
144
- sort_by: order
145
-
146
- defaults:
147
- - scope:
148
- path: '' # An empty string here means all files in the project
149
- type: posts
150
- values:
151
- layout: post
152
- comments: true # Enable comments in posts.
153
- toc: true # Display TOC column in posts.
154
- # DO NOT modify the following parameter unless you are confident enough
155
- # to update the code of all other post links in this project.
156
- permalink: /posts/:title/
157
- - scope:
158
- path: _drafts
159
- values:
160
- comments: false
161
- - scope:
162
- path: ''
163
- type: tabs # see `site.collections`
164
- values:
165
- layout: page
166
- permalink: /:title/
167
- - scope:
168
- path: assets/img/favicons
169
- values:
170
- swcache: true
171
- - scope:
172
- path: assets/js/dist
173
- values:
174
- swcache: true
175
-
176
- sass:
177
- style: compressed
178
-
179
- compress_html:
180
- clippings: all
181
- comments: all
182
- endings: all
183
- profile: false
184
- blanklines: false
185
- ignore:
186
- envs: [development]
187
-
188
- exclude:
189
- - '*.gem'
190
- - '*.gemspec'
191
- - tools
192
- - README.md
193
- - CHANGELOG.md
194
- - LICENSE
195
- - gulpfile.js
196
- - node_modules
197
- - package*.json
198
-
199
- jekyll-archives:
200
- enabled: [categories, tags]
201
- layouts:
202
- category: category
203
- tag: tag
204
- permalinks:
205
- tag: /tags/:name/
206
- category: /categories/:name/
1
+ # The Site Configuration
2
+
3
+ # Import the theme
4
+ theme: jekyll-theme-abd3lraouf
5
+
6
+ # Change the following value to '/PROJECT_NAME' ONLY IF your site type is GitHub Pages Project sites
7
+ # and doesn't have a custom domain.
8
+ baseurl: ''
9
+
10
+ # The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
11
+ # If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
12
+ # otherwise, the layout language will use the default value of 'en'.
13
+ lang: en
14
+
15
+ # Additional parameters for datetime localization, optional. › https://github.com/iamkun/dayjs/tree/dev/src/locale
16
+ prefer_datetime_locale:
17
+
18
+ # Change to your timezone › http://www.timezoneconverter.com/cgi-bin/findzone/findzone
19
+ timezone: Asia/Shanghai
20
+
21
+ # jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
22
+ # ↓ --------------------------
23
+
24
+ title: Chirpy # the main title
25
+
26
+ tagline: A text-focused Jekyll theme # it will display as the sub-title
27
+
28
+ description: >- # used by seo meta and the atom feed
29
+ A minimal, responsive, and powerful Jekyll theme for presenting professional writing.
30
+
31
+ # Used to detemine custom excerpt tag. Include `<!-- excerpt-start -->` and `<!-- excerpt-end -->` in the post.
32
+ # This will be the excepty on home page.
33
+ excerpt_separator: <!-- excerpt-end -->
34
+
35
+
36
+ # fill in the protocol & hostname for your site, e.g., 'https://username.github.io'
37
+ url: ''
38
+
39
+ github:
40
+ username: github_username # change to your github username
41
+
42
+ twitter:
43
+ username: twitter_username # change to your twitter username
44
+
45
+ social:
46
+ # Change to your full name.
47
+ # It will be displayed as the default author of the posts and the copyright owner in the Footer
48
+ name: your_full_name
49
+ email: example@doamin.com # change to your email address
50
+ links:
51
+ # The first element serves as the copyright owner's link
52
+ - https://twitter.com/username # change to your twitter homepage
53
+ - https://github.com/username # change to your github homepage
54
+ # Uncomment below to add more social links
55
+ # - https://www.facebook.com/username
56
+ # - https://www.linkedin.com/in/username
57
+
58
+ google_site_verification: # fill in to your verification string
59
+
60
+ # ↑ --------------------------
61
+ # The end of `jekyll-seo-tag` settings
62
+
63
+ google_analytics:
64
+ id: # fill in your Google Analytics ID
65
+ # Google Analytics pageviews report settings
66
+ pv:
67
+ proxy_endpoint: # fill in the Google Analytics superProxy endpoint of Google App Engine
68
+ cache_path: # the local PV cache data, friendly to visitors from GFW region
69
+
70
+ # Prefer color scheme setting.
71
+ #
72
+ # Note: Keep empty will follow the system prefer color by default,
73
+ # and there will be a toggle to switch the theme between dark and light
74
+ # on the bottom left of the sidebar.
75
+ #
76
+ # Available options:
77
+ #
78
+ # light - Use the light color scheme
79
+ # dark - Use the dark color scheme
80
+ #
81
+ theme_mode: # [light|dark]
82
+
83
+ # The CDN endpoint for images.
84
+ # Notice that once it is assigned, the CDN url
85
+ # will be added to all image (site avatar & posts' images) paths starting with '/'
86
+ #
87
+ # e.g. 'https://cdn.com'
88
+ #img_cdn: 'https://raw.githubusercontent.com/abd3lraouf/chirpy-images/main'
89
+ img_cdn:
90
+
91
+ # the avatar on sidebar, support local or CORS resources
92
+ avatar: '/commons/avatar.jpg'
93
+
94
+ # boolean type, the global switch for ToC in posts.
95
+ toc: true
96
+
97
+ comments:
98
+ active: # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable
99
+ # The active options are as follows:
100
+ disqus:
101
+ shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
102
+ # utterances settings › https://utteranc.es/
103
+ utterances:
104
+ repo: # <gh-username>/<repo>
105
+ issue_term: # < url | pathname | title | ...>
106
+ # Giscus options › https://giscus.app
107
+ giscus:
108
+ repo: # <gh-username>/<repo>
109
+ repo_id:
110
+ category:
111
+ category_id:
112
+ mapping: # optional, default to 'pathname'
113
+ input_position: # optional, default to 'bottom'
114
+ lang: # optional, default to the value of `site.lang`
115
+
116
+ # Self-hosted static assets, optional › https://github.com/abd3lraouf/chirpy-static-assets
117
+ assets:
118
+ self_host:
119
+ enabled: # boolean, keep empty means false
120
+ # specify the Jekyll environment, empty means both
121
+ # only works if `assets.self_host.enabled` is 'true'
122
+ env: # [development|production]
123
+
124
+ pwa:
125
+ enabled: true # the option for PWA feature
126
+
127
+ paginate: 10
128
+
129
+ # ------------ The following options are not recommended to be modified ------------------
130
+
131
+ kramdown:
132
+ syntax_highlighter: rouge
133
+ syntax_highlighter_opts: # Rouge Options › https://github.com/jneen/rouge#full-options
134
+ css_class: highlight
135
+ # default_lang: console
136
+ span:
137
+ line_numbers: false
138
+ block:
139
+ line_numbers: true
140
+ start_line: 1
141
+
142
+ collections:
143
+ tabs:
144
+ output: true
145
+ sort_by: order
146
+
147
+ defaults:
148
+ - scope:
149
+ path: '' # An empty string here means all files in the project
150
+ type: posts
151
+ values:
152
+ layout: post
153
+ comments: true # Enable comments in posts.
154
+ toc: true # Display TOC column in posts.
155
+ # DO NOT modify the following parameter unless you are confident enough
156
+ # to update the code of all other post links in this project.
157
+ permalink: /posts/:title/
158
+ - scope:
159
+ path: _drafts
160
+ values:
161
+ comments: false
162
+ - scope:
163
+ path: ''
164
+ type: tabs # see `site.collections`
165
+ values:
166
+ layout: page
167
+ permalink: /:title/
168
+ - scope:
169
+ path: assets/img/favicons
170
+ values:
171
+ swcache: true
172
+ - scope:
173
+ path: assets/js/dist
174
+ values:
175
+ swcache: true
176
+
177
+ sass:
178
+ style: compressed
179
+
180
+ compress_html:
181
+ clippings: all
182
+ comments: all
183
+ endings: all
184
+ profile: false
185
+ blanklines: false
186
+ ignore:
187
+ envs: [development]
188
+
189
+ exclude:
190
+ - '*.gem'
191
+ - '*.gemspec'
192
+ - tools
193
+ - README.md
194
+ - CHANGELOG.md
195
+ - LICENSE
196
+ - gulpfile.js
197
+ - node_modules
198
+ - package*.json
199
+
200
+ jekyll-archives:
201
+ enabled: [categories, tags]
202
+ layouts:
203
+ category: category
204
+ tag: tag
205
+ permalinks:
206
+ tag: /tags/:name/
207
+ category: /categories/:name/
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * The styles for Jekyll theme Chirpy
3
3
  *
4
- * Chirpy v5.2.4 (https://github.com/abd3lraouf/jekyll-theme-abd3lraouf)
4
+ * Chirpy v5.2.5 (https://github.com/abd3lraouf/jekyll-theme-abd3lraouf)
5
5
  * © 2019 Cotes Chung
6
6
  * MIT Licensed
7
7
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Chirpy v5.2.4 (https://github.com/abd3lraouf/jekyll-theme-abd3lraouf/)
2
+ * Chirpy v5.2.5 (https://github.com/abd3lraouf/jekyll-theme-abd3lraouf/)
3
3
  * © 2019 Cotes Chung
4
4
  * MIT Licensed
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Chirpy v5.2.4 (https://github.com/abd3lraouf/jekyll-theme-abd3lraouf/)
2
+ * Chirpy v5.2.5 (https://github.com/abd3lraouf/jekyll-theme-abd3lraouf/)
3
3
  * © 2019 Cotes Chung
4
4
  * MIT Licensed
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Chirpy v5.2.4 (https://github.com/abd3lraouf/jekyll-theme-abd3lraouf/)
2
+ * Chirpy v5.2.5 (https://github.com/abd3lraouf/jekyll-theme-abd3lraouf/)
3
3
  * © 2019 Cotes Chung
4
4
  * MIT Licensed
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Chirpy v5.2.4 (https://github.com/abd3lraouf/jekyll-theme-abd3lraouf/)
2
+ * Chirpy v5.2.5 (https://github.com/abd3lraouf/jekyll-theme-abd3lraouf/)
3
3
  * © 2019 Cotes Chung
4
4
  * MIT Licensed
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Chirpy v5.2.4 (https://github.com/abd3lraouf/jekyll-theme-abd3lraouf/)
2
+ * Chirpy v5.2.5 (https://github.com/abd3lraouf/jekyll-theme-abd3lraouf/)
3
3
  * © 2019 Cotes Chung
4
4
  * MIT Licensed
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Chirpy v5.2.4 (https://github.com/abd3lraouf/jekyll-theme-abd3lraouf/)
2
+ * Chirpy v5.2.5 (https://github.com/abd3lraouf/jekyll-theme-abd3lraouf/)
3
3
  * © 2019 Cotes Chung
4
4
  * MIT Licensed
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Chirpy v5.2.4 (https://github.com/abd3lraouf/jekyll-theme-abd3lraouf/)
2
+ * Chirpy v5.2.5 (https://github.com/abd3lraouf/jekyll-theme-abd3lraouf/)
3
3
  * © 2019 Cotes Chung
4
4
  * MIT Licensed
5
5
  */
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-abd3lraouf
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.2.4
4
+ version: 5.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - AbdElraouf Sabri