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 /english | |
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 'english')
-rw-r--r-- | english/city/index.md (renamed from english/city.mdwn) | 0 | ||||
-rw-r--r-- | english/contact/index.md (renamed from english/contact.mdwn) | 0 | ||||
-rw-r--r-- | english/copenhagen/index.md (renamed from english/copenhagen.mdwn) | 0 | ||||
-rw-r--r-- | english/index.md | 32 | ||||
-rw-r--r-- | english/prices/index.md (renamed from english/prices.mdwn) | 0 |
5 files changed, 32 insertions, 0 deletions
diff --git a/english/city.mdwn b/english/city/index.md index 734b0c18..734b0c18 100644 --- a/english/city.mdwn +++ b/english/city/index.md diff --git a/english/contact.mdwn b/english/contact/index.md index 04e92a04..04e92a04 100644 --- a/english/contact.mdwn +++ b/english/contact/index.md diff --git a/english/copenhagen.mdwn b/english/copenhagen/index.md index d8d8a9d8..d8d8a9d8 100644 --- a/english/copenhagen.mdwn +++ b/english/copenhagen/index.md diff --git a/english/index.md b/english/index.md new file mode 100644 index 00000000..98a9f01c --- /dev/null +++ b/english/index.md @@ -0,0 +1,32 @@ +[[!meta title="Copenhagen sightseeing and city walks by Byvandring.nu"]] + +[[!template id="deco" text=" +[[!img egomargrethe.jpg class="deco"]] +[[!img rundetaarn.jpg class="deco"]] +[[!img gardemusik.jpg class="deco"]] +[[!img tubacity.jpg class="deco"]] +"]] + +# Welcome to Copenhagen + +Come explore Copenhagen with a storyteller by your side. + +## Tours and services + +* Dive into [[Old Copenhagen|english/city]], palaces, side streets and harborside stories. +* Sample from a full plate of great museums, cultural events and shopping possibilities.. +* Experience lively urban neighborhoods, close to the city centre, yet off the beaten track. +* Take a bike tour in the City’s green surroundings. +* Visit the Royal Castles of North Zealand, or discover the land of the Vikings. +* Travel advisory service. +* Event ideas and management. + +We are professional guides, city historians and storytellers. +We’ll show you the city we love to live in, and help you make +the most of your stay here. + +Yours Truly, the Copenhagen Guides. + +[[Contact us here|contact]] +[[Price examples|english/prices]] + diff --git a/english/prices.mdwn b/english/prices/index.md index d81db64e..d81db64e 100644 --- a/english/prices.mdwn +++ b/english/prices/index.md |