summaryrefslogtreecommitdiff
path: root/riki.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-07-08 19:05:14 +0300
committerLars Wirzenius <liw@liw.fi>2022-07-08 19:05:14 +0300
commitecfb19680d832f5d6c98157fb8049f4fb65b4258 (patch)
treef7056a601f7e41fb5ad51157a47bbaf20a2a9226 /riki.md
parentc5f6307eb65ad18dbe750d9e83c4183c2cb02c5f (diff)
downloadriki-ecfb19680d832f5d6c98157fb8049f4fb65b4258.tar.gz
feat: copy non-Markdown files as-is
Sponsored-by: author
Diffstat (limited to 'riki.md')
-rw-r--r--riki.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/riki.md b/riki.md
index 3ae21b2..349c352 100644
--- a/riki.md
+++ b/riki.md
@@ -206,3 +206,21 @@ then AST of site/page.mdwn matches that of output/page.html
~~~{#backticks .file}
There is `code` lurking here.
~~~
+
+## Input files other than Markdown
+
+_Requirement: Input files that aren't Markdown files must be copied
+into the destination directory as-is._
+
+~~~scenario
+given an installed riki
+given file site/image.jpg from image
+when I run riki site output
+then files site/image.jpg and output/image.jpg match
+~~~
+
+
+~~~{#image .file}
+# Dummy
+Pretend this is an image.
+~~~