summaryrefslogtreecommitdiff
path: root/riki.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-08-05 11:17:11 +0000
committerLars Wirzenius <liw@liw.fi>2022-08-05 11:17:11 +0000
commitc0b2e9b7d3caa27865e8c0f5dcf4ed7e9223f245 (patch)
treeb5fc9f97cee99cf2f8f17397988ee42af0398772 /riki.md
parent4abc61a4aeef01fc918957b48c4b618ad7109889 (diff)
parentc7b37b35c4530dc9ee79a4b79a46041ed682b183 (diff)
downloadriki-c0b2e9b7d3caa27865e8c0f5dcf4ed7e9223f245.tar.gz
Merge branch 'names' into 'main'
refactor: drop unused method PageMeta::name See merge request larswirzenius/riki!33
Diffstat (limited to 'riki.md')
-rw-r--r--riki.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/riki.md b/riki.md
index 7adb3ff..c5dc4c0 100644
--- a/riki.md
+++ b/riki.md
@@ -532,6 +532,18 @@ then stdout doesn't contain "#index.mdwn#"
## Output directory tree
+### No markdown files in output tree
+
+_Requirement: Markdown files are not copied to the output tree._
+
+~~~scenario
+given an installed riki
+given file site/index.mdwn from empty
+when I run riki build site output
+then file output/index.html exists
+then file output/index.mdwn does not exist
+~~~
+
### Output files have source file modification times
_Requirement: Files in the output directory have the same time stamp