jekyll-linktree 0.1.0 → 0.1.2
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 +4 -4
- data/README.md +3 -3
- data/_layouts/default.html +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4e096e7bc183f90ad87fe2670d6f2bbfc173e8cd2b9a2af6406e704348397a55
|
4
|
+
data.tar.gz: afc4da262fcf6b99a0410e0587503988f43bbcda8b13f9e629bf05cd87b79a11
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ede21d9537c4a59d61ce650a87b1f45b369e74dce3cdd1e6da5d43e830314227cd378ccbc7dc936b85a173445246e8366b0e03d9d2e7c3c1b6ffa5f7007156e7
|
7
|
+
data.tar.gz: b82e45d679e8131a3868ca42e8677b0d6cdda100eb29952d397f1b6c76a12bafa1e893b5a868b6dc55aa0d70d106ad36c510aacc900d9b09bd8da731c16e9e5a
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
# jekyll-linktree
|
1
|
+
# [jekyll-linktree](https://lazypwny751.github.io/jekyll-linktree)
|
2
2
|
|
3
|
-

|
4
4
|
|
5
5
|
|
6
6
|
Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
|
@@ -37,7 +37,7 @@ TODO: Write usage instructions here. Describe your available layouts, includes,
|
|
37
37
|
|
38
38
|
## Contributing
|
39
39
|
|
40
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
40
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/lazypwny751/jekyll-linktree. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](https://www.contributor-covenant.org/) code of conduct.
|
41
41
|
|
42
42
|
## Development
|
43
43
|
|
data/_layouts/default.html
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-linktree
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- lazypwny751
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-02-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -59,7 +59,8 @@ files:
|
|
59
59
|
homepage: https://github.com/lazypwny751/jekyll-linktree
|
60
60
|
licenses:
|
61
61
|
- MIT
|
62
|
-
metadata:
|
62
|
+
metadata:
|
63
|
+
source_code_uri: https://github.com/lazypwny751/jekyll-linktree
|
63
64
|
post_install_message:
|
64
65
|
rdoc_options: []
|
65
66
|
require_paths:
|