From e30097f4a9ffc42d57df2c463ae4770b61ff8769 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 16 Mar 2020 19:15:01 +0100 Subject: 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})' ``` --- josephine/index.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 josephine/index.md (limited to 'josephine') diff --git a/josephine/index.md b/josephine/index.md new file mode 100644 index 00000000..fcfa369c --- /dev/null +++ b/josephine/index.md @@ -0,0 +1,35 @@ +[[!meta title="Dancing in the summer night shadow of war"]] + +[[!if test="included()" then=""" + +For treasure hunt 2023 + +[[Læs mere...|/josephine]] + +""" +else=""" + +#Dancing in the summer night shadow of war + +The area became part of Copenhagen, at a built up neighborhood by the 1940'ies. +During the hot summer of 1944, central Amager was one of the areas that rebelled, at was mostly cleared of occupying forces. There was shooting and revenge against supposed nazi sympathisers, food shortages and uncertainty. But in the summer evenings people defied the curfew and danced in the streets. + +See if you can figure out the exact spot the photographer stood. + + +[[!img frankrigsgadedans_172825.jpg size="600x" class="solo"]] + + +The People's Strike (Folkestriken) ended after a truce, Occupation normalcy was established until final liberation in May 1945. + +##On to the last stop of the tour +Go from here to the corner of Oliebladsgade and Reberbanegade, and look at the big square building. + +Find the placard on the shed or enter byvandring.nu/reberbane + + + +"""]] + + +[[reberbane]] -- cgit v1.2.3