domain-jekyll 1.0.4 → 1.1.0

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: e2d2e5a3d050c88e25afa08a4af02cace2b2c65704e91930221fee7c5d824708
4
- data.tar.gz: d6bc5750c911c04d86bdec1483706f9edb17a1b83e815fde90c3824fc72e348d
3
+ metadata.gz: 97ee2c5d7558a391b8417099563f0f3387b91c8665d0ae5000803ad4a4cfd741
4
+ data.tar.gz: a04679080cb676d3039ac69a21fe701a541d0336615fb9099e0fd70e009573ea
5
5
  SHA512:
6
- metadata.gz: c8517c78e2ccec1871b0f309c006b0598d2f31a549af72220bffc346ecbf45b3320d72be53d8ac41804781010e10d64b743c23ae176425577bdbd232c6b408e2
7
- data.tar.gz: 879009e42a03da1c2738c82da41e48e4dbb045581bbf1f6890e9fc00834e199d32d2c0ffacb0863905908a30f98022eab88cc67a8c4eb44fead3917700095f35
6
+ metadata.gz: dfb761af1661b41eaebff972374ac00bca6ce4e49bf05b31411e4c3b1bb37be8ffecb8c1c4abb33ef8b251c2796c9e207fb9f9bd5222a41839d65aa80a84df8e
7
+ data.tar.gz: 2bcc1ddac4e18f92747705335c5552fdb947617d0958c56aafa754d64c2be05d697135d01a59403cb080f34d8268556065b1bbab58eea8f078532a0ef9eaab12
data/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ ## [1.1.0](https://github.com/lumunix/domain/releases/tag/1.1.0)
2
+ ## [1.0.4](https://github.com/lumunix/domain/releases/tag/1.0.4)
1
3
  ## [1.0.3](https://github.com/lumunix/domain/releases/tag/1.0.3)
2
4
  ## [1.0.2](https://github.com/lumunix/domain/releases/tag/1.0.2)
3
5
  ## [1.0.1](https://github.com/lumunix/domain/releases/tag/1.0.1)
@@ -29,7 +29,6 @@
29
29
  *
30
30
  {%- endcomment -%}
31
31
 
32
- {%- if page.layout == "Main" -%}
33
32
  {%- if site.preferences.contextmenu.enabled -%}
34
33
  <nav class="context-menu" id="context-menu">
35
34
  <ul class="context-menu__items">
@@ -67,4 +66,3 @@
67
66
  </nav>
68
67
  <script src="{{site.baseurl}}/assets/js/ContextMenu.js"></script>
69
68
  {%- endif -%}
70
- {%- endif -%}
@@ -0,0 +1,3 @@
1
+ [GitHub]: https://github.com
2
+ [Jekyll]: http://jekyllrb.com/
3
+ [Lumunix]: https://lumunix.github.io
data/assets/.DS_Store CHANGED
Binary file
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: domain-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lumunix
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-07 00:00:00.000000000 Z
11
+ date: 2022-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: webrick
@@ -159,6 +159,7 @@ files:
159
159
  - _includes/Head.html
160
160
  - _includes/Header.html
161
161
  - _includes/InfiniteScroll.html
162
+ - _includes/LinkLibrary.md
162
163
  - _includes/Pagination.html
163
164
  - _includes/Postlist.html
164
165
  - _includes/Related.html
@@ -221,8 +222,12 @@ files:
221
222
  - assets/img/features.png
222
223
  - assets/img/features.xcf
223
224
  - assets/img/hi.png
225
+ - assets/img/jekylladmin.png
226
+ - assets/img/jekylladmin.xcf
224
227
  - assets/img/license.png
225
228
  - assets/img/license.xcf
229
+ - assets/img/linklibrary.png
230
+ - assets/img/linklibrary.xcf
226
231
  - assets/img/markdown.png
227
232
  - assets/img/markdown.xcf
228
233
  - assets/img/mermaid.png
@@ -390,7 +395,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
390
395
  - !ruby/object:Gem::Version
391
396
  version: '0'
392
397
  requirements: []
393
- rubygems_version: 3.3.7
398
+ rubygems_version: 3.3.22
394
399
  signing_key:
395
400
  specification_version: 4
396
401
  summary: Jekyll theme for building a personal knowledge repository and blog.