diff options
Diffstat (limited to 'root/articles/mmmfs/image')
| -rw-r--r-- | root/articles/mmmfs/image/URL -> image$png | 1 | ||||
| -rw-r--r-- | root/articles/mmmfs/image/preview: text$moonscript -> fn -> mmm$dom.moon | 5 | ||||
| -rw-r--r-- | root/articles/mmmfs/image/title: text$plain | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/root/articles/mmmfs/image/URL -> image$png b/root/articles/mmmfs/image/URL -> image$png new file mode 100644 index 0000000..c586722 --- /dev/null +++ b/root/articles/mmmfs/image/URL -> image$png @@ -0,0 +1 @@ +https://picsum.photos/200?random diff --git a/root/articles/mmmfs/image/preview: text$moonscript -> fn -> mmm$dom.moon b/root/articles/mmmfs/image/preview: text$moonscript -> fn -> mmm$dom.moon new file mode 100644 index 0000000..6c431d0 --- /dev/null +++ b/root/articles/mmmfs/image/preview: text$moonscript -> fn -> mmm$dom.moon @@ -0,0 +1,5 @@ +import img from require 'mmm.dom' + +-- look for main content with 'URL to png' type +-- and wrap in an mmm/dom image tag +=> img src: @gett 'URL -> image/png' diff --git a/root/articles/mmmfs/image/title: text$plain b/root/articles/mmmfs/image/title: text$plain new file mode 100644 index 0000000..60a556f --- /dev/null +++ b/root/articles/mmmfs/image/title: text$plain @@ -0,0 +1 @@ +Hey I'm like a link to a picture or smth |
