diff options
author | Jonas Smedegaard <dr@jones.dk> | 2020-03-16 19:15:01 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-04-06 10:36:37 +0200 |
commit | e30097f4a9ffc42d57df2c463ae4770b61ff8769 (patch) | |
tree | d81a0f0c0153d99346cb1e123f7bc656991086b4 /tours/turlisten | |
parent | c0be7d8b7c4caa1e1077e91912e93dac6c4e6470 (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 'tours/turlisten')
-rw-r--r-- | tours/turlisten/index.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tours/turlisten/index.md b/tours/turlisten/index.md new file mode 100644 index 00000000..8b3c0e00 --- /dev/null +++ b/tours/turlisten/index.md @@ -0,0 +1,14 @@ +[[!if test="included() and !(destpage(index) or destpage(test))" then=""" +[[!template id="deco" text=" +[[!img tours/vindue_turliste.jpg class="deco" link="/tours" ]] +"]] +"""]] +[[!if test="included()" then=""" +[[!img tours/vindue_turliste.jpg link="/tours" class="solo" ]] +"""]] +[[!if test="!included()" then=""" +[[!inline pages=tours raw=yes]] +"""]] +[[!tag forside test cover top]] +[[!meta title=Turlisten]] +[[!meta redir=/tours]] |