jekyll-theme-abd3lraouf 5.2.4 → 5.2.7

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 (104) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +21 -21
  3. data/README.md +105 -105
  4. data/_config.yml +207 -206
  5. data/_data/assets/cross_origin.yml +62 -62
  6. data/_data/assets/self_host.yml +51 -51
  7. data/_data/authors.yml +17 -17
  8. data/_data/contact.yml +30 -30
  9. data/_data/locales/bg-BG.yml +83 -83
  10. data/_data/locales/en.yml +83 -83
  11. data/_data/locales/es-ES.yml +79 -79
  12. data/_data/locales/fr-FR.yml +79 -79
  13. data/_data/locales/hu-HU.yml +81 -81
  14. data/_data/locales/id-ID.yml +79 -79
  15. data/_data/locales/ko-KR.yml +79 -79
  16. data/_data/locales/my-MM.yml +79 -79
  17. data/_data/locales/pt-BR.yml +79 -79
  18. data/_data/locales/ru-RU.yml +79 -79
  19. data/_data/locales/tr-TR.yml +79 -79
  20. data/_data/locales/uk-UA.yml +79 -79
  21. data/_data/locales/vi-VN.yml +77 -77
  22. data/_data/locales/zh-CN.yml +78 -78
  23. data/_data/share.yml +27 -27
  24. data/_includes/assets-origin.html +12 -12
  25. data/_includes/comments/disqus.html +54 -54
  26. data/_includes/comments/giscus.html +56 -56
  27. data/_includes/comments/utterances.html +51 -51
  28. data/_includes/comments.html +5 -5
  29. data/_includes/datetime.html +21 -21
  30. data/_includes/favicons.html +17 -17
  31. data/_includes/footer.html +17 -36
  32. data/_includes/google-analytics.html +14 -14
  33. data/_includes/head.html +116 -116
  34. data/_includes/js-selector.html +104 -104
  35. data/_includes/jsdelivr-combine.html +32 -32
  36. data/_includes/lang.html +8 -8
  37. data/_includes/language-alias.html +70 -70
  38. data/_includes/mermaid.html +57 -57
  39. data/_includes/mode-toggle.html +129 -129
  40. data/_includes/no-linenos.html +10 -10
  41. data/_includes/post-nav.html +30 -30
  42. data/_includes/post-paginator.html +88 -88
  43. data/_includes/post-sharing.html +27 -27
  44. data/_includes/read-time.html +30 -30
  45. data/_includes/refactor-content.html +282 -282
  46. data/_includes/related-posts.html +103 -103
  47. data/_includes/search-loader.html +46 -46
  48. data/_includes/search-results.html +11 -11
  49. data/_includes/sidebar.html +93 -93
  50. data/_includes/toc.html +16 -16
  51. data/_includes/topbar.html +70 -70
  52. data/_includes/trending-tags.html +50 -50
  53. data/_includes/update-list.html +40 -40
  54. data/_layouts/archives.html +48 -48
  55. data/_layouts/categories.html +120 -120
  56. data/_layouts/category.html +24 -24
  57. data/_layouts/compress.html +10 -10
  58. data/_layouts/default.html +74 -74
  59. data/_layouts/home.html +103 -103
  60. data/_layouts/page.html +64 -64
  61. data/_layouts/post.html +159 -159
  62. data/_layouts/tag.html +23 -23
  63. data/_layouts/tags.html +23 -23
  64. data/_plugins/posts-lastmod-hook.rb +14 -14
  65. data/_sass/addon/commons.scss +1678 -1680
  66. data/_sass/addon/module.scss +151 -151
  67. data/_sass/addon/syntax.scss +289 -289
  68. data/_sass/addon/variables.scss +34 -34
  69. data/_sass/colors/dark-syntax.scss +88 -88
  70. data/_sass/colors/dark-typography.scss +157 -157
  71. data/_sass/colors/light-syntax.scss +84 -84
  72. data/_sass/colors/light-typography.scss +94 -94
  73. data/_sass/jekyll-theme-abd3lraouf.scss +1 -1
  74. data/_sass/layout/archives.scss +147 -147
  75. data/_sass/layout/categories.scss +67 -67
  76. data/_sass/layout/category-tag.scss +73 -73
  77. data/_sass/layout/home.scss +184 -184
  78. data/_sass/layout/post.scss +369 -369
  79. data/_sass/layout/tags.scss +19 -19
  80. data/_sass/variables-hook.scss +3 -3
  81. data/_tabs/about.md +8 -8
  82. data/_tabs/archives.md +7 -7
  83. data/_tabs/categories.md +6 -6
  84. data/_tabs/tags.md +6 -6
  85. data/assets/404.html +16 -16
  86. data/assets/css/style.scss +12 -12
  87. data/assets/feed.xml +61 -61
  88. data/assets/img/favicons/browserconfig.xml +13 -13
  89. data/assets/img/favicons/site.webmanifest +26 -26
  90. data/assets/js/data/search.json +18 -18
  91. data/assets/js/data/swcache.js +55 -55
  92. data/assets/js/dist/categories.min.js +1 -1
  93. data/assets/js/dist/commons.min.js +1 -1
  94. data/assets/js/dist/home.min.js +1 -1
  95. data/assets/js/dist/misc.min.js +1 -1
  96. data/assets/js/dist/page.min.js +1 -1
  97. data/assets/js/dist/post.min.js +1 -1
  98. data/assets/js/dist/pvreport.min.js +1 -1
  99. data/assets/js/pwa/app.js +47 -47
  100. data/assets/js/pwa/sw.js +89 -89
  101. data/assets/js/pwa/unregister.js +12 -12
  102. data/assets/robots.txt +10 -10
  103. data/index.html +4 -4
  104. metadata +7 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 619d0af7d464d1fc4a78d19707519166d31533227ffa0f12bbaad3b91b45c6ac
4
- data.tar.gz: 92b724cadaa163e8b583c6f602a7026f8d7ae306d2e567f6ce39cd13c15efefb
3
+ metadata.gz: efebeb16deaad40b9947c32f072747e8bbc3da1b97a469faf720543c12dfedbb
4
+ data.tar.gz: a6ec1b4302864c884ec71f5cab09c33afac31a19abfc0cdfbe8b8d42ece5e4a1
5
5
  SHA512:
6
- metadata.gz: 3f5ec8ef30221324de148b62705570805b6aed68fab9c1b9e3778632a5c5238d1251c9d38a862f6a350a9082738ca0888ce5d3c6f73afaae13c601d4b32c43a3
7
- data.tar.gz: 978ea350f878c6f07fc4dec03fd9367f19f85554cdf75c2ca3f853f66344bed67dac2411ede078fe37b97436dedfd8da56b57f3f75dad12c9b12d708037c5a5b
6
+ metadata.gz: 4c4fee6e9568c8bd6b0ef1e3abab0f27ef29ca534151f312a3b8f87b77fb2b9509a5576948e0da6f490a4758f40b221967dd4b5f5f593c10e83b528aa8dd5d7b
7
+ data.tar.gz: 7f934c285127b9ca5f72b1dee42c357ce0780dc2c0f200db4b325335921c3fdfd93d6582784152b1cffd1e9a88aa844d9e4e6f2612ada642f4f21f6bbb88d91a
data/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2019 Cotes Chung
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2019 Cotes Chung
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md CHANGED
@@ -1,105 +1,105 @@
1
- <div align="center">
2
-
3
- # Chirpy Jekyll Theme
4
-
5
- A minimal, responsive, and powerful Jekyll theme for presenting professional writing.
6
-
7
- [![Gem Version](https://img.shields.io/gem/v/jekyll-theme-abd3lraouf?color=brightgreen)](https://rubygems.org/gems/jekyll-theme-abd3lraouf)
8
- [![Build Status](https://github.com/abd3lraouf/jekyll-theme-abd3lraouf/workflows/build/badge.svg?branch=master&event=push)](https://github.com/abd3lraouf/jekyll-theme-abd3lraouf/actions?query=branch%3Amaster+event%3Apush)
9
- [![Codacy Badge](https://app.codacy.com/project/badge/Grade/4e556876a3c54d5e8f2d2857c4f43894)](https://www.codacy.com/gh/abd3lraouf/jekyll-theme-abd3lraouf/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=abd3lraouf/jekyll-theme-abd3lraouf&amp;utm_campaign=Badge_Grade)
10
- [![GitHub license](https://img.shields.io/github/license/abd3lraouf/jekyll-theme-abd3lraouf.svg)](https://github.com/abd3lraouf/jekyll-theme-abd3lraouf/blob/master/LICENSE)
11
- [![996.icu](https://img.shields.io/badge/link-996.icu-%23FF4D5B.svg)](https://996.icu)
12
-
13
- [**Live Demo →**](https://abd3lraouf.github.io/chirpy-demo)
14
-
15
- [![Devices Mockup](https://raw.githubusercontent.com/abd3lraouf/chirpy-images/main/commons/devices-mockup.png)](https://abd3lraouf.github.io/chirpy-demo)
16
-
17
- </div>
18
-
19
- ## Features
20
-
21
- - Localized Layout
22
- - Dark/Light Theme Mode
23
- - Pinned Posts
24
- - Hierarchical Categories
25
- - Last Modified Date for Posts
26
- - Table of Contents
27
- - Auto-generated Related Posts
28
- - Syntax Highlighting
29
- - Mathematical Expressions
30
- - Mermaid Diagram & Flowchart
31
- - Disqus/Utterances/Giscus Comments
32
- - Search
33
- - Atom Feeds
34
- - Google Analytics
35
- - GA Pageviews Reporting
36
- - SEO & Performance Optimization
37
-
38
-
39
- ## Quick Start
40
-
41
- Before starting, please follow the instructions in the [Jekyll Docs](https://jekyllrb.com/docs/installation/) to complete the installation of `Ruby`, `RubyGems`, `Jekyll`, and `Bundler`. In addition, [Git](https://git-scm.com/) is also required to be installed.
42
-
43
- ### Step 1. Creating a New Site
44
-
45
- Create a new repository from the [**Chirpy Starter**](https://github.com/abd3lraouf/chirpy-starter/generate) and name it `<GH_USERNAME>.github.io`, where `GH_USERNAME` represents your GitHub username.
46
-
47
- ### Step 2. Installing Dependencies
48
-
49
- Before running for the first time, go to the root directory of your site, and install dependencies as follows:
50
-
51
- ```console
52
- $ bundle
53
- ```
54
-
55
- ### Step 3. Running Local Server
56
-
57
- Run the following command in the root directory of the site:
58
-
59
- ```console
60
- $ bundle exec jekyll s
61
- ```
62
-
63
- Or run with Docker:
64
-
65
- ```console
66
- $ docker run -it --rm \
67
- --volume="$PWD:/srv/jekyll" \
68
- -p 4000:4000 jekyll/jekyll \
69
- jekyll serve
70
- ```
71
-
72
- After a while, navigate to the site at <http://localhost:4000>.
73
-
74
- ## Documentation
75
-
76
- For more details on usage, please refer to the tutorial on the [demo website](https://abd3lraouf.github.io/chirpy-demo/) / [wiki](https://github.com/abd3lraouf/jekyll-theme-abd3lraouf/wiki). Note that the tutorial is based on the [latest tag](https://github.com/abd3lraouf/jekyll-theme-abd3lraouf/tags), and the features of the default branch are usually ahead of the documentation.
77
-
78
- ## Contributing
79
-
80
- Welcome to report bugs, improve code quality or submit a new feature. For more information, see [contributing guidelines](.github/CONTRIBUTING.md).
81
-
82
- ## Credits
83
-
84
- This theme is mainly built with [Jekyll](https://jekyllrb.com/) ecosystem, [Bootstrap](https://getbootstrap.com/), [Font Awesome](https://fontawesome.com/) and some other wonderful tools (their copyright information can be found in the relevant files). The avatar and favicon design come from [Clipart Max](https://www.clipartmax.com/middle/m2i8b1m2K9Z5m2K9_ant-clipart-childrens-ant-cute/).
85
-
86
- :tada: Thanks to all the volunteers who contributed to this project, their GitHub IDs are on [this list](https://github.com/abd3lraouf/jekyll-theme-abd3lraouf/graphs/contributors). Also, I won't forget those guys who submitted the issues or unmerged PR because they reported bugs, shared ideas, or inspired me to write more readable documentation.
87
-
88
- Last but not least, thank [JetBrains][jb] for providing the OSS development license.
89
-
90
- ## Sponsoring
91
-
92
- If you like this theme or find it helpful, please consider sponsoring me, because it will encourage and help me better maintain the project, I will be very grateful!
93
-
94
- [![Ko-fi](https://img.shields.io/badge/-Buy%20Me%20a%20Coffee-ff5f5f?logo=ko-fi&logoColor=white)](https://ko-fi.com/coteschung)
95
- [![Wechat Pay](https://img.shields.io/badge/-Tip%20Me%20on%20WeChat-brightgreen?logo=wechat&logoColor=white)][cn-donation]
96
- [![Alipay](https://img.shields.io/badge/-Tip%20Me%20on%20Alipay-blue?logo=alipay&logoColor=white)][cn-donation]
97
-
98
- ## License
99
-
100
- This work is published under [MIT](https://github.com/abd3lraouf/jekyll-theme-abd3lraouf/blob/master/LICENSE) License.
101
-
102
- <!-- ReadMe links -->
103
-
104
- [jb]: https://www.jetbrains.com/?from=jekyll-theme-abd3lraouf
105
- [cn-donation]: https://cotes.gitee.io/alipay-wechat-donation/
1
+ <div align="center">
2
+
3
+ # Chirpy Jekyll Theme
4
+
5
+ A minimal, responsive, and powerful Jekyll theme for presenting professional writing.
6
+
7
+ [![Gem Version](https://img.shields.io/gem/v/jekyll-theme-abd3lraouf?color=brightgreen)](https://rubygems.org/gems/jekyll-theme-abd3lraouf)
8
+ [![Build Status](https://github.com/abd3lraouf/jekyll-theme-abd3lraouf/workflows/build/badge.svg?branch=master&event=push)](https://github.com/abd3lraouf/jekyll-theme-abd3lraouf/actions?query=branch%3Amaster+event%3Apush)
9
+ [![Codacy Badge](https://app.codacy.com/project/badge/Grade/4e556876a3c54d5e8f2d2857c4f43894)](https://www.codacy.com/gh/abd3lraouf/jekyll-theme-abd3lraouf/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=abd3lraouf/jekyll-theme-abd3lraouf&amp;utm_campaign=Badge_Grade)
10
+ [![GitHub license](https://img.shields.io/github/license/abd3lraouf/jekyll-theme-abd3lraouf.svg)](https://github.com/abd3lraouf/jekyll-theme-abd3lraouf/blob/master/LICENSE)
11
+ [![996.icu](https://img.shields.io/badge/link-996.icu-%23FF4D5B.svg)](https://996.icu)
12
+
13
+ [**Live Demo →**](https://abd3lraouf.github.io/chirpy-demo)
14
+
15
+ [![Devices Mockup](https://raw.githubusercontent.com/abd3lraouf/chirpy-images/main/commons/devices-mockup.png)](https://abd3lraouf.github.io/chirpy-demo)
16
+
17
+ </div>
18
+
19
+ ## Features
20
+
21
+ - Localized Layout
22
+ - Dark/Light Theme Mode
23
+ - Pinned Posts
24
+ - Hierarchical Categories
25
+ - Last Modified Date for Posts
26
+ - Table of Contents
27
+ - Auto-generated Related Posts
28
+ - Syntax Highlighting
29
+ - Mathematical Expressions
30
+ - Mermaid Diagram & Flowchart
31
+ - Disqus/Utterances/Giscus Comments
32
+ - Search
33
+ - Atom Feeds
34
+ - Google Analytics
35
+ - GA Pageviews Reporting
36
+ - SEO & Performance Optimization
37
+
38
+
39
+ ## Quick Start
40
+
41
+ Before starting, please follow the instructions in the [Jekyll Docs](https://jekyllrb.com/docs/installation/) to complete the installation of `Ruby`, `RubyGems`, `Jekyll`, and `Bundler`. In addition, [Git](https://git-scm.com/) is also required to be installed.
42
+
43
+ ### Step 1. Creating a New Site
44
+
45
+ Create a new repository from the [**Chirpy Starter**](https://github.com/abd3lraouf/chirpy-starter/generate) and name it `<GH_USERNAME>.github.io`, where `GH_USERNAME` represents your GitHub username.
46
+
47
+ ### Step 2. Installing Dependencies
48
+
49
+ Before running for the first time, go to the root directory of your site, and install dependencies as follows:
50
+
51
+ ```console
52
+ $ bundle
53
+ ```
54
+
55
+ ### Step 3. Running Local Server
56
+
57
+ Run the following command in the root directory of the site:
58
+
59
+ ```console
60
+ $ bundle exec jekyll s
61
+ ```
62
+
63
+ Or run with Docker:
64
+
65
+ ```console
66
+ $ docker run -it --rm \
67
+ --volume="$PWD:/srv/jekyll" \
68
+ -p 4000:4000 jekyll/jekyll \
69
+ jekyll serve
70
+ ```
71
+
72
+ After a while, navigate to the site at <http://localhost:4000>.
73
+
74
+ ## Documentation
75
+
76
+ For more details on usage, please refer to the tutorial on the [demo website](https://abd3lraouf.github.io/chirpy-demo/) / [wiki](https://github.com/abd3lraouf/jekyll-theme-abd3lraouf/wiki). Note that the tutorial is based on the [latest tag](https://github.com/abd3lraouf/jekyll-theme-abd3lraouf/tags), and the features of the default branch are usually ahead of the documentation.
77
+
78
+ ## Contributing
79
+
80
+ Welcome to report bugs, improve code quality or submit a new feature. For more information, see [contributing guidelines](.github/CONTRIBUTING.md).
81
+
82
+ ## Credits
83
+
84
+ This theme is mainly built with [Jekyll](https://jekyllrb.com/) ecosystem, [Bootstrap](https://getbootstrap.com/), [Font Awesome](https://fontawesome.com/) and some other wonderful tools (their copyright information can be found in the relevant files). The avatar and favicon design come from [Clipart Max](https://www.clipartmax.com/middle/m2i8b1m2K9Z5m2K9_ant-clipart-childrens-ant-cute/).
85
+
86
+ :tada: Thanks to all the volunteers who contributed to this project, their GitHub IDs are on [this list](https://github.com/abd3lraouf/jekyll-theme-abd3lraouf/graphs/contributors). Also, I won't forget those guys who submitted the issues or unmerged PR because they reported bugs, shared ideas, or inspired me to write more readable documentation.
87
+
88
+ Last but not least, thank [JetBrains][jb] for providing the OSS development license.
89
+
90
+ ## Sponsoring
91
+
92
+ If you like this theme or find it helpful, please consider sponsoring me, because it will encourage and help me better maintain the project, I will be very grateful!
93
+
94
+ [![Ko-fi](https://img.shields.io/badge/-Buy%20Me%20a%20Coffee-ff5f5f?logo=ko-fi&logoColor=white)](https://ko-fi.com/coteschung)
95
+ [![Wechat Pay](https://img.shields.io/badge/-Tip%20Me%20on%20WeChat-brightgreen?logo=wechat&logoColor=white)][cn-donation]
96
+ [![Alipay](https://img.shields.io/badge/-Tip%20Me%20on%20Alipay-blue?logo=alipay&logoColor=white)][cn-donation]
97
+
98
+ ## License
99
+
100
+ This work is published under [MIT](https://github.com/abd3lraouf/jekyll-theme-abd3lraouf/blob/master/LICENSE) License.
101
+
102
+ <!-- ReadMe links -->
103
+
104
+ [jb]: https://www.jetbrains.com/?from=jekyll-theme-abd3lraouf
105
+ [cn-donation]: https://cotes.gitee.io/alipay-wechat-donation/