muriel 1.0.0 → 1.0.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.
package/README.md CHANGED
@@ -1,4 +1,5 @@
1
- # Lightweight Filtergraph Flow Engine
1
+
2
+ # Muriel: The Lightweight Filtergraph Flow Engine
2
3
 
3
4
  A tiny, human-readable flow engine inspired by FFmpeg filtergraphs and
4
5
  Processing modes.
@@ -0,0 +1,33 @@
1
+ {
2
+ "profile": "catpea_www",
3
+ "title": "Cat Pea",
4
+
5
+ "src": "examples/catpea-blog-sample-data/database/main-posts",
6
+ "dest": "examples/catpea-blog-sample-data/dist/{profile}",
7
+ "theme": "examples/catpea-blog-sample-data/theme",
8
+
9
+ "pagerizer": {
10
+ "dest": "examples/catpea-blog-sample-data/dist/{profile}"
11
+ },
12
+
13
+ "feed":{
14
+ "dest": "examples/catpea-blog-sample-data/dist/{profile}/feed.xml"
15
+ },
16
+
17
+ "cover": {
18
+ "dest": "examples/catpea-blog-sample-data/dist/{profile}/permalink/{guid}/cover.avif",
19
+ "url": "/permalink/{guid}/cover.avif",
20
+ "width": 1024,
21
+ "height": 1024,
22
+ "quality": 80,
23
+ "effort": 4
24
+ },
25
+
26
+ "audio": {
27
+ "dest": "examples/catpea-blog-sample-data/dist/audio/{chapter}/docs/{id}.mp3",
28
+ "url": "https://catpea.github.io/chapter-15/{id}.mp3",
29
+ "preset": "balanced"
30
+ },
31
+
32
+ "text": {}
33
+ }
@@ -0,0 +1,4 @@
1
+ #!/bin/bash
2
+
3
+ # helper
4
+ node muriel-blog-maker/blog.js catpea-blog-profile.json