jekyll-activity-pub 0.2.3 → 0.2.4
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/lib/jekyll-activity-pub-fep-fffd-distributed-press.rb +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9694a2d1df46c23e5c6ca51bfa88fb80a7df0709014be6fc0d48cae3e3e4cc6f
|
|
4
|
+
data.tar.gz: 3f844b85c3e200db65e7d1de6cfd25ee59b8450b18bad191bd4036731443e1ee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 95cfe56875a41b933d99cecc6788cb44823bad551e88ac152ad6c5bb3d33742945be3b14d75ac4f4e23bc85d961c8b97bb27663ebf10da4c36b0dfd3c1d279c1
|
|
7
|
+
data.tar.gz: f44349daeaed27d6e7d8ac8ff53a55a5b5925b635ca40785a156a1a58d83de4e7b65844d202e7d4138ff9046680863b1bb314855d70f7452247f2a5707f86336
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
# Priority is low so it's the last thing we do. If you need to modify
|
|
7
7
|
# the original activities after this plugins runs, use priority 0.
|
|
8
8
|
#
|
|
9
|
-
# The hook runs on
|
|
9
|
+
# The hook runs on post render so we can add the extra pages after
|
|
10
|
+
# activity generation but before write.
|
|
10
11
|
Jekyll::Hooks.register :site, :post_render, priority: 1 do |site|
|
|
11
|
-
require 'pry'
|
|
12
12
|
require 'jekyll/activity_pub/link'
|
|
13
13
|
|
|
14
14
|
# Changes the URLs from a base URL to have a different scheme
|