docs: branch bundle resources must not reside in subdirectories

This commit is contained in:
Sören Weber 2022-07-14 18:28:56 +02:00
parent 55f7624fe4
commit b48edadfcd
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589
22 changed files with 15 additions and 40 deletions

View file

@ -175,4 +175,4 @@ landingPageName = "<i class='fas fa-home'></i> Home"
The home button is going to look like this:
![Default Home Button](images/home_button_defaults.png?classes=shadow&width=300px)
![Default Home Button](home_button_defaults.png?classes=shadow&width=300px)

View file

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -48,7 +48,7 @@ Discover what this Hugo theme is all about and the core concepts behind it.
renders as
![A Chapter](images/chapter.png?classes=shadow&width=60pc)
![A Chapter](chapter.png?classes=shadow&width=60pc)
The Relearn theme provides archetypes to create skeletons for your website. Begin by creating your first chapter page with the following command

View file

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 63 KiB

View file

@ -8,4 +8,4 @@ Thanks to the simplicity of Hugo, this page is as empty as this theme needs requ
Just download latest version of [Hugo binary](https://gohugo.io/getting-started/installing/) for your OS (Windows, Linux, Mac) : it's that simple.
![Magic](images/magic.gif?classes=shadow)
![Magic](magic.gif?classes=shadow)

View file

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

View file

@ -13,7 +13,7 @@ The Relearn theme defines some few archetypes of pages but you are free to defin
A **Home** page is the starting page of your project. It's best to have only one page of this kind in your project.
![Home page](images/pages-home.png?classes=shadow&width=60pc)
![Home page](pages-home.png?classes=shadow&width=60pc)
To create a home page, run the following command
@ -36,7 +36,7 @@ Lorem Ipsum.
A **Chapter** displays a page meant to be used as introduction for a set of child pages. Commonly, it contains a simple title and a catch line to define content that can be found below it.
![Chapter page](images/pages-chapter.png?classes=shadow&width=60pc)
![Chapter page](pages-chapter.png?classes=shadow&width=60pc)
To create a chapter page, run the following command
@ -62,7 +62,7 @@ Replace the `X` with a number. Because this number will be used to generate the
A **Default** page is any other content page. If you set an unknown archetype in your frontmatter, this archetype will be used to generate the page.
![Default page](images/pages-default.png?classes=shadow&width=60pc)
![Default page](pages-default.png?classes=shadow&width=60pc)
To create a default page, run either one of the following commands

View file

Before

Width:  |  Height:  |  Size: 154 KiB

After

Width:  |  Height:  |  Size: 154 KiB

View file

Before

Width:  |  Height:  |  Size: 239 KiB

After

Width:  |  Height:  |  Size: 239 KiB

View file

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 100 KiB

View file

@ -11,7 +11,7 @@ It provides:
- Automatic menu generation from multilingual content
- In-browser language switching
![I18n menu](images/i18n-menu.gif?classes=shadow&width=300px)
![I18n menu](i18n-menu.gif?classes=shadow&width=300px)
## Basic configuration

View file

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 84 KiB

View file

@ -96,7 +96,7 @@ menuPre = "<i class='fab fa-github'></i> "
+++
```
![Title with icon](images/frontmatter-icon.png?classes=shadow&width=300px)
![Title with icon](frontmatter-icon.png?classes=shadow&width=300px)
### Ordering sibling menu/page entries

View file

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View file

@ -4,12 +4,12 @@ title = "Showcase"
## [GoboLinux Wiki](https://wiki.gobolinux.org/) by NEONsys.org
![GoboLinux image](images/gobolinux.png?width=60pc&classes=shadow)
![GoboLinux image](gobolinux.png?width=60pc&classes=shadow)
## [BITS](https://bits-training.de/training/) by Dr. Lutz Gollan
![BITS image](images/bits-train.png?width=60pc&classes=shadow)
![BITS image](bits-train.png?width=60pc&classes=shadow)
## [Pamasol Electrics](https://pamasol.github.io/de/) by Pamasol Swiss Aerosol Solutions
![Pamasol Electrics](images/pamasol-electrics-portal.png?width=60pc&classes=shadow)
![Pamasol Electrics](pamasol-electrics-portal.png?width=60pc&classes=shadow)

View file

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 147 KiB

View file

Before

Width:  |  Height:  |  Size: 302 KiB

After

Width:  |  Height:  |  Size: 302 KiB

View file

Before

Width:  |  Height:  |  Size: 242 KiB

After

Width:  |  Height:  |  Size: 242 KiB

View file

@ -9,11 +9,11 @@ Some testing for different styles of image links.
### Relative to page
![Magic](images/magic.gif?classes=shadow&height=50px)
![Magic](magic.gif?classes=shadow&height=50px)
### Relative to page up level
![Magic](../images/images/magic.gif?classes=shadow&height=50px)
![Magic](../images/magic.gif?classes=shadow&height=50px)
### Static
@ -35,11 +35,11 @@ Some testing for different styles of image links.
### Relative to page
<p><img src="images/magic.gif?classes=shadow&height=50px"></p>
<p><img src="magic.gif?classes=shadow&height=50px"></p>
### Relative to page up level
<p><img src="../images/images/magic.gif?classes=shadow&height=50px"></p>
<p><img src="../images/magic.gif?classes=shadow&height=50px"></p>
### Static

View file

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

View file

@ -1,20 +0,0 @@
+++
description = "Some testing for different styles of links"
title = "Links"
+++
Some testing for different styles of links.
## Markdown
### Relative to page:
![Magic](images/magic.gif?classes=shadow)
### Relative to page up level:
![Magic](../images/images/magic.gif?classes=shadow)
### Static:
![Logo](/images/logo.svg?classes=shadow)

View file

@ -1,5 +0,0 @@
+++
description = "Some test'n fer different styles o' links"
title = "Links"
+++
{{< piratify >}}