@podlite/publisher 0.0.18 → 0.0.19
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.
- package/README.md +61 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,12 +1,69 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
<p align="center">
|
|
2
|
+
<picture>
|
|
3
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/podlite/podlite/main/assets/podlite-mark-core-dark.svg">
|
|
4
|
+
<img src="https://raw.githubusercontent.com/podlite/podlite/main/assets/podlite-mark-core.svg" width="350" alt="@podlite/publisher">
|
|
5
|
+
</picture>
|
|
6
|
+
</p>
|
|
7
|
+
<p align="center"><em>publishing toolkit for Podlite — transform documents to HTML, generate sites</em></p>
|
|
4
8
|
|
|
5
9
|
```sh
|
|
6
10
|
npm install @podlite/publisher
|
|
7
11
|
```
|
|
8
12
|
|
|
9
|
-
|
|
13
|
+
<div align="center">
|
|
14
|
+
<table border=0><tr><td valign=top><div align="center">
|
|
15
|
+
|
|
16
|
+
##### specification
|
|
17
|
+
|
|
18
|
+
</div>
|
|
19
|
+
|
|
20
|
+
- [Source](https://github.com/podlite/podlite-specs)
|
|
21
|
+
- [HTML](https://podlite.org/specification)
|
|
22
|
+
- [Discussions](https://github.com/podlite/podlite-specs/discussions)
|
|
23
|
+
|
|
24
|
+
<div align="center">
|
|
25
|
+
|
|
26
|
+
##### implementation
|
|
27
|
+
|
|
28
|
+
</div>
|
|
29
|
+
|
|
30
|
+
- [Source](https://github.com/podlite/podlite)
|
|
31
|
+
- [Changelog](https://github.com/podlite/podlite/releases)
|
|
32
|
+
- [Issues](https://github.com/podlite/podlite/issues)
|
|
33
|
+
|
|
34
|
+
</td><td valign=top><div align="center">
|
|
35
|
+
|
|
36
|
+
##### publishing
|
|
37
|
+
|
|
38
|
+
</div>
|
|
39
|
+
|
|
40
|
+
- [Podlite-web](https://github.com/podlite/podlite-web)
|
|
41
|
+
- [How-to article](https://zahatski.com/2022/8/23/1/start-you-own-blog-site-with-podlite-for-web)
|
|
42
|
+
- [Changelog](https://github.com/podlite/podlite-web/releases)
|
|
43
|
+
|
|
44
|
+
</td><td valign=top><div align="center">
|
|
45
|
+
|
|
46
|
+
##### desktop editor
|
|
47
|
+
|
|
48
|
+
</div>
|
|
49
|
+
|
|
50
|
+
- [Releases](https://github.com/podlite/podlite-desktop/releases)
|
|
51
|
+
- [Issues](https://github.com/podlite/podlite-desktop/issues)
|
|
52
|
+
- Stores: [Mac](https://apps.apple.com/us/app/podlite/id1526511053) · [Windows](https://www.microsoft.com/store/apps/9NVNT9SNQJM8) · [Linux](https://snapcraft.io/podlite)
|
|
53
|
+
|
|
54
|
+
</td><td valign=top><div align="center">
|
|
55
|
+
|
|
56
|
+
##### resources
|
|
57
|
+
|
|
58
|
+
</div>
|
|
59
|
+
|
|
60
|
+
- [podlite.org](https://podlite.org)
|
|
61
|
+
- [pod6.in](https://pod6.in/)
|
|
62
|
+
- [github.com/podlite](https://github.com/podlite/)
|
|
63
|
+
- [Funding](https://opencollective.com/podlite)
|
|
64
|
+
|
|
65
|
+
</td></tr></table>
|
|
66
|
+
</div>
|
|
10
67
|
|
|
11
68
|
## Author
|
|
12
69
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@podlite/publisher",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.19",
|
|
4
4
|
"description": "Publishing toolkit for Podlite — transform documents to HTML, generate sites",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"homepage": "https://podlite.org",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"transform"
|
|
54
54
|
],
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@podlite/schema": "0.0.
|
|
56
|
+
"@podlite/schema": "0.0.38",
|
|
57
57
|
"crc-32": "^1.2.2",
|
|
58
58
|
"gray-matter": "^4.0.3",
|
|
59
59
|
"iso_9": "^1.0.4",
|