al_ext_posts 0.1.0 → 1.0.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 +4 -4
- data/CHANGELOG.md +1 -0
- data/README.md +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f5ab66f82088899d5caa67f1247c948635fcc3b7b43e73706f9433352430d771
|
|
4
|
+
data.tar.gz: 5cadace8daa8f365709696ca53d164c9fa3cafbd694651c294a402662c964075
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9f6756b08533749353a98c29212a4b8b5337c5fb9f0b75020428b99ff5691cb7dd902c00e8f03c670bfb93f652733112d4bbe1eff2378efc463804b862dec651
|
|
7
|
+
data.tar.gz: 33e31dcc2d7362ef5e9aac0687e8cce67d0b4209511365675c9f82f40a9341152b9a27dd53705b3a9ea28a3d8b9041a13c8d630fc68b2f240cd4993c37bea7ed
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -44,10 +44,12 @@ external_sources:
|
|
|
44
44
|
```
|
|
45
45
|
|
|
46
46
|
The plugin supports two types of sources:
|
|
47
|
+
|
|
47
48
|
- RSS feeds: Provide the `rss_url` parameter
|
|
48
49
|
- Direct URLs: Provide a list of `posts` with `url` and `published_date`
|
|
49
50
|
|
|
50
51
|
Optional per-source defaults:
|
|
52
|
+
|
|
51
53
|
- `categories`: array of categories automatically applied to imported posts
|
|
52
54
|
- `tags`: array of tags automatically applied to imported posts
|
|
53
55
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: al_ext_posts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- al-org
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-02-
|
|
11
|
+
date: 2026-02-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|