jekyll-theme-abd3lraouf 5.2.6 → 5.2.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +21 -21
  3. data/README.md +105 -105
  4. data/_data/assets/cross_origin.yml +62 -62
  5. data/_data/assets/self_host.yml +51 -51
  6. data/_data/authors.yml +17 -17
  7. data/_data/contact.yml +30 -30
  8. data/_data/locales/bg-BG.yml +83 -83
  9. data/_data/locales/en.yml +83 -83
  10. data/_data/locales/es-ES.yml +79 -79
  11. data/_data/locales/fr-FR.yml +79 -79
  12. data/_data/locales/hu-HU.yml +81 -81
  13. data/_data/locales/id-ID.yml +79 -79
  14. data/_data/locales/ko-KR.yml +79 -79
  15. data/_data/locales/my-MM.yml +79 -79
  16. data/_data/locales/pt-BR.yml +79 -79
  17. data/_data/locales/ru-RU.yml +79 -79
  18. data/_data/locales/tr-TR.yml +79 -79
  19. data/_data/locales/uk-UA.yml +79 -79
  20. data/_data/locales/vi-VN.yml +77 -77
  21. data/_data/locales/zh-CN.yml +78 -78
  22. data/_data/share.yml +27 -27
  23. data/_includes/assets-origin.html +12 -12
  24. data/_includes/comments/disqus.html +54 -54
  25. data/_includes/comments/giscus.html +56 -56
  26. data/_includes/comments/utterances.html +51 -51
  27. data/_includes/comments.html +5 -5
  28. data/_includes/datetime.html +21 -21
  29. data/_includes/favicons.html +17 -17
  30. data/_includes/footer.html +17 -36
  31. data/_includes/google-analytics.html +14 -14
  32. data/_includes/head.html +116 -116
  33. data/_includes/js-selector.html +104 -104
  34. data/_includes/jsdelivr-combine.html +32 -32
  35. data/_includes/lang.html +8 -8
  36. data/_includes/language-alias.html +70 -70
  37. data/_includes/mermaid.html +57 -57
  38. data/_includes/mode-toggle.html +129 -129
  39. data/_includes/no-linenos.html +10 -10
  40. data/_includes/post-nav.html +30 -30
  41. data/_includes/post-paginator.html +88 -88
  42. data/_includes/post-sharing.html +27 -27
  43. data/_includes/read-time.html +30 -30
  44. data/_includes/refactor-content.html +282 -282
  45. data/_includes/related-posts.html +103 -103
  46. data/_includes/search-loader.html +46 -46
  47. data/_includes/search-results.html +11 -11
  48. data/_includes/sidebar.html +93 -93
  49. data/_includes/toc.html +16 -16
  50. data/_includes/topbar.html +70 -70
  51. data/_includes/trending-tags.html +50 -50
  52. data/_includes/update-list.html +40 -40
  53. data/_layouts/archives.html +48 -48
  54. data/_layouts/categories.html +120 -120
  55. data/_layouts/category.html +24 -24
  56. data/_layouts/compress.html +10 -10
  57. data/_layouts/default.html +74 -74
  58. data/_layouts/home.html +103 -103
  59. data/_layouts/page.html +64 -64
  60. data/_layouts/post.html +159 -159
  61. data/_layouts/tag.html +23 -23
  62. data/_layouts/tags.html +23 -23
  63. data/_plugins/posts-lastmod-hook.rb +14 -14
  64. data/_sass/addon/commons.scss +1694 -1680
  65. data/_sass/addon/module.scss +151 -151
  66. data/_sass/addon/syntax.scss +289 -289
  67. data/_sass/addon/variables.scss +34 -34
  68. data/_sass/colors/dark-syntax.scss +88 -88
  69. data/_sass/colors/dark-typography.scss +157 -157
  70. data/_sass/colors/light-syntax.scss +84 -84
  71. data/_sass/colors/light-typography.scss +94 -94
  72. data/_sass/layout/archives.scss +147 -147
  73. data/_sass/layout/categories.scss +67 -67
  74. data/_sass/layout/category-tag.scss +73 -73
  75. data/_sass/layout/home.scss +184 -184
  76. data/_sass/layout/post.scss +369 -369
  77. data/_sass/layout/tags.scss +19 -19
  78. data/_sass/variables-hook.scss +3 -3
  79. data/_tabs/about.md +8 -8
  80. data/_tabs/archives.md +7 -7
  81. data/_tabs/categories.md +6 -6
  82. data/_tabs/tags.md +6 -6
  83. data/assets/404.html +69 -16
  84. data/assets/css/style.scss +12 -12
  85. data/assets/feed.xml +61 -61
  86. data/assets/img/404.png +0 -0
  87. data/assets/img/favicons/browserconfig.xml +13 -13
  88. data/assets/img/favicons/site.webmanifest +26 -26
  89. data/assets/js/data/search.json +18 -18
  90. data/assets/js/data/swcache.js +55 -55
  91. data/assets/js/pwa/app.js +47 -47
  92. data/assets/js/pwa/sw.js +89 -89
  93. data/assets/js/pwa/unregister.js +12 -12
  94. data/assets/robots.txt +10 -10
  95. data/index.html +4 -4
  96. metadata +8 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 65f5205414f72481c58856272543c756d45631b2077132e4a7a082e7ceab117c
4
- data.tar.gz: 17746a1c263e338c22ec1ee30e46b95f8ea5caacd3d0450fe02cea8cae2e161c
3
+ metadata.gz: 5f03787ec216d9bb1b90e44edb9a46952f8d2c8346e9bb0099d68befa3dd659d
4
+ data.tar.gz: 9848b0367216d1059120876101b6c931a307a2a3b256300346c5177b0303a4a7
5
5
  SHA512:
6
- metadata.gz: 4f060bac6113294f24f7599ae10e6e6d2ff6b664513eeea4b17d43677a69991d2f7f2027af37a5c07eed0c25c0f2e1029cad04109f36153bb7cc7db5cb9620d8
7
- data.tar.gz: 476e789ace0bc489507b681cbe04efce78f6ea47fe35f8e9d49a8c8b950925a7b8b72dad7c5b67a99b803ac0f4314b5a0126b358bf094788cd47a98277146db7
6
+ metadata.gz: 45c751ab5588e8e51d53cec4a0a06c1816493fc03c4ff9a395620e04c55fffa0e1e1037c2909e012b30191f2a8e0a74bc50f677395d7c5f7acf5b3647e864fb4
7
+ data.tar.gz: 4e9f9b8ad01b0340c597731e915f3b45c18130dca6d0ec1d57e9d9419b5c9e4688b595137899addfa01f5512c8660baa19073a7132166c63d1b68070effe368c
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/
@@ -1,62 +1,62 @@
1
- # CDNs
2
-
3
- cdns:
4
- # Google Fonts
5
- - url: https://fonts.googleapis.com
6
- - url: https://fonts.gstatic.com
7
- args: crossorigin
8
- - url: https://fonts.googleapis.com
9
- # jsDelivr CDN
10
- - url: https://cdn.jsdelivr.net
11
-
12
- # fonts
13
-
14
- webfonts: https://fonts.googleapis.com/css2?family=Lato&family=Source+Sans+Pro:wght@400;600;700;900&display=swap
15
-
16
- # Libraries
17
-
18
- jquery:
19
- js: https://cdn.jsdelivr.net/npm/jquery@3/dist/jquery.min.js
20
-
21
- bootstrap:
22
- css: https://cdn.jsdelivr.net/npm/bootstrap@4/dist/css/bootstrap.min.css
23
- js: https://cdn.jsdelivr.net/npm/bootstrap@4/dist/js/bootstrap.bundle.min.js
24
-
25
- bootstrap-toc:
26
- css: https://cdn.jsdelivr.net/gh/afeld/bootstrap-toc@1.0.1/dist/bootstrap-toc.min.css
27
- js: https://cdn.jsdelivr.net/gh/afeld/bootstrap-toc@1.0.1/dist/bootstrap-toc.min.js
28
-
29
- fontawesome:
30
- css: https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.11.2/css/all.min.css
31
-
32
- search:
33
- js: https://cdn.jsdelivr.net/npm/simple-jekyll-search@1.10.0/dest/simple-jekyll-search.min.js
34
-
35
- mermaid:
36
- js: https://cdn.jsdelivr.net/npm/mermaid@8/dist/mermaid.min.js
37
-
38
- dayjs:
39
- js:
40
- common: https://cdn.jsdelivr.net/npm/dayjs@1/dayjs.min.js
41
- locale: https://cdn.jsdelivr.net/npm/dayjs@1/locale/:LOCALE.min.js
42
- relativeTime: https://cdn.jsdelivr.net/npm/dayjs@1/plugin/relativeTime.min.js
43
- localizedFormat: https://cdn.jsdelivr.net/npm/dayjs@1/plugin/localizedFormat.min.js
44
-
45
- countup:
46
- js: https://cdn.jsdelivr.net/npm/countup.js@1.9.3/dist/countUp.min.js
47
-
48
- magnific-popup:
49
- css: https://cdn.jsdelivr.net/npm/magnific-popup@1/dist/magnific-popup.min.css
50
- js: https://cdn.jsdelivr.net/npm/magnific-popup@1/dist/jquery.magnific-popup.min.js
51
-
52
- lozad:
53
- js: https://cdn.jsdelivr.net/npm/lozad/dist/lozad.min.js
54
-
55
- clipboard:
56
- js: https://cdn.jsdelivr.net/npm/clipboard@2/dist/clipboard.min.js
57
-
58
- polyfill:
59
- js: https://polyfill.io/v3/polyfill.min.js?features=es6
60
-
61
- mathjax:
62
- js: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js
1
+ # CDNs
2
+
3
+ cdns:
4
+ # Google Fonts
5
+ - url: https://fonts.googleapis.com
6
+ - url: https://fonts.gstatic.com
7
+ args: crossorigin
8
+ - url: https://fonts.googleapis.com
9
+ # jsDelivr CDN
10
+ - url: https://cdn.jsdelivr.net
11
+
12
+ # fonts
13
+
14
+ webfonts: https://fonts.googleapis.com/css2?family=Lato&family=Source+Sans+Pro:wght@400;600;700;900&display=swap
15
+
16
+ # Libraries
17
+
18
+ jquery:
19
+ js: https://cdn.jsdelivr.net/npm/jquery@3/dist/jquery.min.js
20
+
21
+ bootstrap:
22
+ css: https://cdn.jsdelivr.net/npm/bootstrap@4/dist/css/bootstrap.min.css
23
+ js: https://cdn.jsdelivr.net/npm/bootstrap@4/dist/js/bootstrap.bundle.min.js
24
+
25
+ bootstrap-toc:
26
+ css: https://cdn.jsdelivr.net/gh/afeld/bootstrap-toc@1.0.1/dist/bootstrap-toc.min.css
27
+ js: https://cdn.jsdelivr.net/gh/afeld/bootstrap-toc@1.0.1/dist/bootstrap-toc.min.js
28
+
29
+ fontawesome:
30
+ css: https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.11.2/css/all.min.css
31
+
32
+ search:
33
+ js: https://cdn.jsdelivr.net/npm/simple-jekyll-search@1.10.0/dest/simple-jekyll-search.min.js
34
+
35
+ mermaid:
36
+ js: https://cdn.jsdelivr.net/npm/mermaid@8/dist/mermaid.min.js
37
+
38
+ dayjs:
39
+ js:
40
+ common: https://cdn.jsdelivr.net/npm/dayjs@1/dayjs.min.js
41
+ locale: https://cdn.jsdelivr.net/npm/dayjs@1/locale/:LOCALE.min.js
42
+ relativeTime: https://cdn.jsdelivr.net/npm/dayjs@1/plugin/relativeTime.min.js
43
+ localizedFormat: https://cdn.jsdelivr.net/npm/dayjs@1/plugin/localizedFormat.min.js
44
+
45
+ countup:
46
+ js: https://cdn.jsdelivr.net/npm/countup.js@1.9.3/dist/countUp.min.js
47
+
48
+ magnific-popup:
49
+ css: https://cdn.jsdelivr.net/npm/magnific-popup@1/dist/magnific-popup.min.css
50
+ js: https://cdn.jsdelivr.net/npm/magnific-popup@1/dist/jquery.magnific-popup.min.js
51
+
52
+ lozad:
53
+ js: https://cdn.jsdelivr.net/npm/lozad/dist/lozad.min.js
54
+
55
+ clipboard:
56
+ js: https://cdn.jsdelivr.net/npm/clipboard@2/dist/clipboard.min.js
57
+
58
+ polyfill:
59
+ js: https://polyfill.io/v3/polyfill.min.js?features=es6
60
+
61
+ mathjax:
62
+ js: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js
@@ -1,51 +1,51 @@
1
- # fonts
2
-
3
- webfonts: /assets/lib/fonts/main.css
4
-
5
- # Libraries
6
-
7
- jquery:
8
- js: /assets/lib/jquery-3.6.0/jquery.min.js
9
-
10
- bootstrap:
11
- css: /assets/lib/bootstrap-4.6.1/bootstrap.min.css
12
- js: /assets/lib/bootstrap-4.6.1/bootstrap.bundle.min.js
13
-
14
- bootstrap-toc:
15
- css: /assets/lib/bootstrap-toc-1.0.1/bootstrap-toc.min.css
16
- js: /assets/lib/bootstrap-toc-1.0.1/bootstrap-toc.min.js
17
-
18
- fontawesome:
19
- css: /assets/lib/fontawesome-free-5.15.4/css/all.min.css
20
-
21
- search:
22
- js: /assets/lib/simple-jekyll-search-1.10.0/simple-jekyll-search.min.js
23
-
24
- mermaid:
25
- js: /assets/lib/mermaid-8.13.10/mermaid.min.js
26
-
27
- dayjs:
28
- js:
29
- common: /assets/lib/dayjs-1.10.7/dayjs.min.js
30
- locale: /assets/lib/dayjs-1.10.7/locale/en.min.js
31
- relativeTime: /assets/lib/dayjs-1.10.7/plugin/relativeTime.min.js
32
- localizedFormat: /assets/lib/dayjs-1.10.7/plugin/localizedFormat.min.js
33
-
34
- countup:
35
- js: /assets/lib/countup.js-1.9.3/countUp.min.js
36
-
37
- magnific-popup:
38
- css: /assets/lib/magnific-popup-1.1.0/magnific-popup.css
39
- js: /assets/lib/magnific-popup-1.1.0/jquery.magnific-popup.min.js
40
-
41
- lozad:
42
- js: /assets/lib/lozad-1.16.0/lozad.min.js
43
-
44
- clipboard:
45
- js: /assets/lib/clipboard-2.0.9/clipboard.min.js
46
-
47
- polyfill:
48
- js: /assets/lib/polyfill-v3-es6/polyfill.min.js
49
-
50
- mathjax:
51
- js: /assets/lib/mathjax-3.2.0/tex-chtml.js
1
+ # fonts
2
+
3
+ webfonts: /assets/lib/fonts/main.css
4
+
5
+ # Libraries
6
+
7
+ jquery:
8
+ js: /assets/lib/jquery-3.6.0/jquery.min.js
9
+
10
+ bootstrap:
11
+ css: /assets/lib/bootstrap-4.6.1/bootstrap.min.css
12
+ js: /assets/lib/bootstrap-4.6.1/bootstrap.bundle.min.js
13
+
14
+ bootstrap-toc:
15
+ css: /assets/lib/bootstrap-toc-1.0.1/bootstrap-toc.min.css
16
+ js: /assets/lib/bootstrap-toc-1.0.1/bootstrap-toc.min.js
17
+
18
+ fontawesome:
19
+ css: /assets/lib/fontawesome-free-5.15.4/css/all.min.css
20
+
21
+ search:
22
+ js: /assets/lib/simple-jekyll-search-1.10.0/simple-jekyll-search.min.js
23
+
24
+ mermaid:
25
+ js: /assets/lib/mermaid-8.13.10/mermaid.min.js
26
+
27
+ dayjs:
28
+ js:
29
+ common: /assets/lib/dayjs-1.10.7/dayjs.min.js
30
+ locale: /assets/lib/dayjs-1.10.7/locale/en.min.js
31
+ relativeTime: /assets/lib/dayjs-1.10.7/plugin/relativeTime.min.js
32
+ localizedFormat: /assets/lib/dayjs-1.10.7/plugin/localizedFormat.min.js
33
+
34
+ countup:
35
+ js: /assets/lib/countup.js-1.9.3/countUp.min.js
36
+
37
+ magnific-popup:
38
+ css: /assets/lib/magnific-popup-1.1.0/magnific-popup.css
39
+ js: /assets/lib/magnific-popup-1.1.0/jquery.magnific-popup.min.js
40
+
41
+ lozad:
42
+ js: /assets/lib/lozad-1.16.0/lozad.min.js
43
+
44
+ clipboard:
45
+ js: /assets/lib/clipboard-2.0.9/clipboard.min.js
46
+
47
+ polyfill:
48
+ js: /assets/lib/polyfill-v3-es6/polyfill.min.js
49
+
50
+ mathjax:
51
+ js: /assets/lib/mathjax-3.2.0/tex-chtml.js
data/_data/authors.yml CHANGED
@@ -1,17 +1,17 @@
1
- ## Template › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/advanced-usage.md#setting-author-url
2
- # -------------------------------------
3
- # {author_id}:
4
- # name: {full name}
5
- # twitter: {twitter_of_author}
6
- # url: {homepage_of_author}
7
- # -------------------------------------
8
-
9
- cotes:
10
- name: Cotes Chung
11
- twitter: abd3lraouf
12
- url: https://github.com/abd3lraouf/
13
-
14
- sille_bille:
15
- name: Dinesh Prasanth Moluguwan Krishnamoorthy
16
- twitter: dinesh_MKD
17
- url: https://github.com/SilleBille/
1
+ ## Template › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/advanced-usage.md#setting-author-url
2
+ # -------------------------------------
3
+ # {author_id}:
4
+ # name: {full name}
5
+ # twitter: {twitter_of_author}
6
+ # url: {homepage_of_author}
7
+ # -------------------------------------
8
+
9
+ cotes:
10
+ name: Cotes Chung
11
+ twitter: abd3lraouf
12
+ url: https://github.com/abd3lraouf/
13
+
14
+ sille_bille:
15
+ name: Dinesh Prasanth Moluguwan Krishnamoorthy
16
+ twitter: dinesh_MKD
17
+ url: https://github.com/SilleBille/
data/_data/contact.yml CHANGED
@@ -1,30 +1,30 @@
1
- # The contact options.
2
-
3
- -
4
- type: github
5
- icon: 'fab fa-github'
6
- -
7
- type: twitter
8
- icon: 'fab fa-twitter'
9
- -
10
- type: email
11
- icon: 'fas fa-envelope'
12
- noblank: true # open link in current tab
13
- -
14
- type: rss
15
- icon: 'fas fa-rss'
16
- noblank: true
17
-
18
- # Uncomment and complete the url below to enable more contact options
19
- # -
20
- # type: mastodon
21
- # icon: 'fab fa-mastodon' # icons powered by <https://fontawesome.com/>
22
- # url: '' # Fill with your mastodon account page
23
- # -
24
- # type: linkedin
25
- # icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/>
26
- # url: '' # Fill with your Linkedin homepage
27
- # -
28
- # type: stack-overflow
29
- # icon: 'fab fa-stack-overflow'
30
- # url: '' # Fill with your stackoverflow homepage
1
+ # The contact options.
2
+
3
+ -
4
+ type: github
5
+ icon: 'fab fa-github'
6
+ -
7
+ type: twitter
8
+ icon: 'fab fa-twitter'
9
+ -
10
+ type: email
11
+ icon: 'fas fa-envelope'
12
+ noblank: true # open link in current tab
13
+ -
14
+ type: rss
15
+ icon: 'fas fa-rss'
16
+ noblank: true
17
+
18
+ # Uncomment and complete the url below to enable more contact options
19
+ # -
20
+ # type: mastodon
21
+ # icon: 'fab fa-mastodon' # icons powered by <https://fontawesome.com/>
22
+ # url: '' # Fill with your mastodon account page
23
+ # -
24
+ # type: linkedin
25
+ # icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/>
26
+ # url: '' # Fill with your Linkedin homepage
27
+ # -
28
+ # type: stack-overflow
29
+ # icon: 'fab fa-stack-overflow'
30
+ # url: '' # Fill with your stackoverflow homepage