diff --git a/src/pages/documentation/index.md b/src/pages/documentation/index.md index cb3430a..b9de623 100644 --- a/src/pages/documentation/index.md +++ b/src/pages/documentation/index.md @@ -16,4 +16,4 @@ ismarkdown: true ## wind 🌬️ -![Wind is playing with the grass and they are dancing and enjoying the magical moment in their lives. Tinos, Greece](/documentation/vera.jpg) +![Wind is playing with the grass and they are dancing and enjoying the magical moment in their lives. Tinos, Greece](/img/vera.jpg) diff --git a/src/pages/examples/images/global/cows.md b/src/pages/examples/images/global/cows.md new file mode 100644 index 0000000..c050068 --- /dev/null +++ b/src/pages/examples/images/global/cows.md @@ -0,0 +1,17 @@ +--- +layout: base +title: Cows +subtitle: Yet another example page +--- +## Picture of cows + +This is an example page with an image of cows. The image file is not a global file but it is located higher in the section of the current page. + +It can be used with the path from the root of pages but will not be able to be used on other sections. + +`![drooderfiets and cows](/examples/cows.jpg)` + +Also it will not be visible in the CMS when editing the current page. + +![drooderfiets and cows](/examples/cows.jpg) + diff --git a/src/pages/examples/part-1/section-a/grasshoper.md b/src/pages/examples/images/global/grasshoper.md similarity index 56% rename from src/pages/examples/part-1/section-a/grasshoper.md rename to src/pages/examples/images/global/grasshoper.md index 10223bc..713c4c1 100644 --- a/src/pages/examples/part-1/section-a/grasshoper.md +++ b/src/pages/examples/images/global/grasshoper.md @@ -2,9 +2,11 @@ layout: base title: Grasshoper subtitle: drooderfiets and grasshopper -description: An example page with a Grasshopper from general folder +description: An example page with a grasshopper from general folder --- -This is an example page with the image of a grasshopper (made of steel) with that was uploaded in the global media folder (Uncategorized). The resulting Markdown code is: +## Picture with a grasshopper + +This is an example page with the image of a grasshopper (made of steel) that was uploaded in the global media folder (Uncategorized). The resulting Markdown code is: `![drooderfiets and grasshopper](/img/grasshopper.jpg)` diff --git a/src/pages/examples/images/global/heron.md b/src/pages/examples/images/global/heron.md new file mode 100644 index 0000000..18602c3 --- /dev/null +++ b/src/pages/examples/images/global/heron.md @@ -0,0 +1,11 @@ +--- +layout: base +title: Heron +subtitle: drooderfiets and heron +description: An example page with a heron from general folder +--- +This is an example page with the image of a heron that was uploaded in the global media folder (Uncategorized). The resulting Markdown code is: + +`![drooderfiets and grasshopper](/img/animals/heron.jpg)` + +![drooderfiets and grasshopper](/img/animals/heron.jpg) diff --git a/src/pages/examples/part-1/section-b/index.md b/src/pages/examples/images/global/index.md similarity index 50% rename from src/pages/examples/part-1/section-b/index.md rename to src/pages/examples/images/global/index.md index f197669..46940cc 100644 --- a/src/pages/examples/part-1/section-b/index.md +++ b/src/pages/examples/images/global/index.md @@ -1,7 +1,7 @@ --- layout: base -title: Section B +title: Global images subtitle: Yet another example page --- -This is section B of Part 1 +This is the head of section global diff --git a/src/pages/examples/part-1/index.md b/src/pages/examples/images/index.md similarity index 60% rename from src/pages/examples/part-1/index.md rename to src/pages/examples/images/index.md index e3e639e..8bd9a47 100644 --- a/src/pages/examples/part-1/index.md +++ b/src/pages/examples/images/index.md @@ -4,4 +4,4 @@ title: Part 1 subtitle: Yet another example page --- -This is the page Part 1 \ No newline at end of file +This is the page at the head of image section. \ No newline at end of file diff --git a/src/pages/examples/part-1/section-a/index.md b/src/pages/examples/images/local/index.md similarity index 100% rename from src/pages/examples/part-1/section-a/index.md rename to src/pages/examples/images/local/index.md diff --git a/src/pages/examples/part-1/section-a/sheep.jpg b/src/pages/examples/images/local/sheep.jpg similarity index 100% rename from src/pages/examples/part-1/section-a/sheep.jpg rename to src/pages/examples/images/local/sheep.jpg diff --git a/src/pages/examples/part-1/section-a/sheep.md b/src/pages/examples/images/local/sheep.md similarity index 59% rename from src/pages/examples/part-1/section-a/sheep.md rename to src/pages/examples/images/local/sheep.md index 9df0c04..369fff3 100644 --- a/src/pages/examples/part-1/section-a/sheep.md +++ b/src/pages/examples/images/local/sheep.md @@ -5,5 +5,5 @@ subtitle: Yet another example page --- ## A picture of sheep -![drooderfiets and sheep](/examples/part-1/section-a/sheep.jpg) +![drooderfiets and sheep](/examples/images/local/sheep.jpg) diff --git a/src/pages/examples/part-1/section-a/wasps.jpg b/src/pages/examples/images/local/wasps.jpg similarity index 100% rename from src/pages/examples/part-1/section-a/wasps.jpg rename to src/pages/examples/images/local/wasps.jpg diff --git a/src/pages/examples/images/local/wasps.md b/src/pages/examples/images/local/wasps.md new file mode 100644 index 0000000..794d846 --- /dev/null +++ b/src/pages/examples/images/local/wasps.md @@ -0,0 +1,13 @@ +--- +layout: base +title: Wasps +subtitle: Yet another example page +--- +## A picture with wasps + +This is an example page with a photo of wasps that sits in the same folder as the current page. The resulting Markdown code is: + +`![drooderfiets and wasps](wasps.jpg)` + +![drooderfiets and wasps](wasps.jpg) + diff --git a/src/pages/examples/part-2/1st-page.md b/src/pages/examples/pages/1st-page.md similarity index 100% rename from src/pages/examples/part-2/1st-page.md rename to src/pages/examples/pages/1st-page.md diff --git a/src/pages/examples/part-2/2nd-page.md b/src/pages/examples/pages/2nd-page.md similarity index 100% rename from src/pages/examples/part-2/2nd-page.md rename to src/pages/examples/pages/2nd-page.md diff --git a/src/pages/examples/part-2/3rd-page.md b/src/pages/examples/pages/3rd-page.md similarity index 100% rename from src/pages/examples/part-2/3rd-page.md rename to src/pages/examples/pages/3rd-page.md diff --git a/src/pages/examples/part-2/index.md b/src/pages/examples/pages/index.md similarity index 100% rename from src/pages/examples/part-2/index.md rename to src/pages/examples/pages/index.md diff --git a/src/pages/examples/part-1/section-a/cows.md b/src/pages/examples/part-1/section-a/cows.md deleted file mode 100644 index 0e62e82..0000000 --- a/src/pages/examples/part-1/section-a/cows.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -layout: base -title: Cows -subtitle: Yet another example page ---- -## A picture of cows - -![drooderfiets and cows](/examples/cows.jpg) - diff --git a/src/pages/examples/part-1/section-a/wasps.md b/src/pages/examples/part-1/section-a/wasps.md deleted file mode 100644 index bc7c448..0000000 --- a/src/pages/examples/part-1/section-a/wasps.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -layout: base -title: Wasps -subtitle: Yet another example page ---- -## A picture of wasps - -![drooderfiets and wasps](/examples/part-1/section-a/wasps.jpg) - diff --git a/src/pages/examples/part-1/section-b/onepage.md b/src/pages/examples/part-1/section-b/onepage.md deleted file mode 100644 index ceb380e..0000000 --- a/src/pages/examples/part-1/section-b/onepage.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -layout: base -title: RAI -subtitle: Yet another example page ---- -## A picture of a bike path - -![drooderfiets at RAI](/examples/rai.jpg) - diff --git a/src/pages/examples/part-1/section-b/secondpage.md b/src/pages/examples/part-1/section-b/secondpage.md deleted file mode 100644 index 9b8a2fb..0000000 --- a/src/pages/examples/part-1/section-b/secondpage.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -layout: base -title: Radar -subtitle: Yet another example page ---- -## A picture of a former slaughterhouse - -![drooderfiets and radar house](/examples/radar.jpg) - diff --git a/src/pages/examples/radar.jpg b/src/pages/examples/radar.jpg deleted file mode 100644 index 85a25ff..0000000 Binary files a/src/pages/examples/radar.jpg and /dev/null differ diff --git a/src/pages/examples/rai.jpg b/src/pages/examples/rai.jpg deleted file mode 100644 index 344e8ce..0000000 Binary files a/src/pages/examples/rai.jpg and /dev/null differ diff --git a/src/static/img/heron.jpg b/src/static/img/animals/heron.jpg similarity index 100% rename from src/static/img/heron.jpg rename to src/static/img/animals/heron.jpg diff --git a/src/static/img/documentation/airport.jpg b/src/static/img/documentation/airport.jpg deleted file mode 100644 index 6a88438..0000000 Binary files a/src/static/img/documentation/airport.jpg and /dev/null differ diff --git a/src/static/img/documentation/dekas.jpg b/src/static/img/documentation/dekas.jpg deleted file mode 100644 index 0a1b2cd..0000000 Binary files a/src/static/img/documentation/dekas.jpg and /dev/null differ diff --git a/src/static/img/documentation/regata.jpg b/src/static/img/documentation/regata.jpg deleted file mode 100644 index 0d5bc89..0000000 Binary files a/src/static/img/documentation/regata.jpg and /dev/null differ diff --git a/src/pages/documentation/vera.jpg b/src/static/img/vera.jpg similarity index 100% rename from src/pages/documentation/vera.jpg rename to src/static/img/vera.jpg