domain-jekyll 1.0.4 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +2 -0
- data/_includes/ContextMenu.html +0 -2
- data/_includes/LinkLibrary.md +3 -0
- data/assets/.DS_Store +0 -0
- data/assets/img/jekylladmin.png +0 -0
- data/assets/img/jekylladmin.xcf +0 -0
- data/assets/img/linklibrary.png +0 -0
- data/assets/img/linklibrary.xcf +0 -0
- metadata +8 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 97ee2c5d7558a391b8417099563f0f3387b91c8665d0ae5000803ad4a4cfd741
|
4
|
+
data.tar.gz: a04679080cb676d3039ac69a21fe701a541d0336615fb9099e0fd70e009573ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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)
|
data/_includes/ContextMenu.html
CHANGED
@@ -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 -%}
|
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
|
+
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-
|
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.
|
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.
|