summaryrefslogtreecommitdiff
path: root/test/index.md
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2020-03-16 19:15:01 +0100
committerJonas Smedegaard <dr@jones.dk>2024-04-06 10:36:37 +0200
commite30097f4a9ffc42d57df2c463ae4770b61ff8769 (patch)
treed81a0f0c0153d99346cb1e123f7bc656991086b4 /test/index.md
parentc0be7d8b7c4caa1e1077e91912e93dac6c4e6470 (diff)
rename *.mdwn to */index.md, except index/topbar/farbar/sidebar files
command: ``` perl -MPath::Tiny -WE 'use strict; path(".")->visit(sub{return unless -f && /\.mdwn$/; my $stem=$_->basename(".mdwn"); my $new=$_->sibling($stem,"index.md"); return if $stem =~ /^index|topbar|sidebar|farbar|footer$/ || $new->exists; $new->parent->mkpath; system("git","mv", $_, $new)},{recurse=>1})' ```
Diffstat (limited to 'test/index.md')
-rw-r--r--test/index.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/index.md b/test/index.md
new file mode 100644
index 00000000..c0bcdac8
--- /dev/null
+++ b/test/index.md
@@ -0,0 +1,8 @@
+[[!meta stylesheet=front rel=stylesheet]]
+[[!template id=columns content="""
+
+[[!inline pages="( tagged(forside) or tagged(test) ) and tagged(top) and !tagged(bottom)" sort=mtime ]]
+[[!inline pages="( tagged(forside) or tagged(test) ) and !tagged(top) and !tagged(bottom)"]]
+[[!inline pages="( tagged(forside) or tagged(test) ) and tagged(bottom) and !tagged(top)" sort=mtime]]
+
+"""]]