diff --git a/exampleSite/content/basics/installation/_index.en.md b/exampleSite/content/basics/installation/_index.en.md index 88725d0d49..e540e30f21 100644 --- a/exampleSite/content/basics/installation/_index.en.md +++ b/exampleSite/content/basics/installation/_index.en.md @@ -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=50pc) +![A Chapter](images/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 diff --git a/exampleSite/content/cont/pages/_index.en.md b/exampleSite/content/cont/pages/_index.en.md index 8e6bceef8b..c1973d1c62 100644 --- a/exampleSite/content/cont/pages/_index.en.md +++ b/exampleSite/content/cont/pages/_index.en.md @@ -43,10 +43,13 @@ content The Relearn theme defines two types of pages. *Default* and *Chapter*. Both can be used at any level of the documentation, the only difference being layout display. +### Chapter {#chapter-style} + 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 under it. + You can define any HTML as prefix for the menu. In the example below, it's just a number but that could be an [icon](https://fortawesome.github.io/Font-Awesome/). -![Chapter page](images/pages-chapter.png?classes=shadow&width=50pc) +![Chapter page](images/pages-chapter.png?classes=shadow&width=60pc) ```markdown +++ @@ -65,9 +68,11 @@ Discover what this Hugo theme is all about and the core-concepts behind it. To tell the Relearn theme to consider a page as a chapter, set `chapter=true` in the Front Matter of the page. +### Default + A **Default** page is any other content page. -![Default page](images/pages-default.png?classes=shadow&width=50pc) +![Default page](images/pages-default.png?classes=shadow&width=60pc) ```toml +++ diff --git a/exampleSite/content/more/showcase/_index.en.md b/exampleSite/content/more/showcase/_index.en.md index 49ef60959e..268074e1b4 100644 --- a/exampleSite/content/more/showcase/_index.en.md +++ b/exampleSite/content/more/showcase/_index.en.md @@ -1,11 +1,10 @@ +++ -disableToc = true title = "Showcase" +++ ## [GoboLinux Wiki](https://wiki.gobolinux.org/) by GoboLinux.org -![GoboLinux image](images/gobolinux.png?width=50pc&classes=shadow) +![GoboLinux image](images/gobolinux.png?width=60pc&classes=shadow) ## [BITS](https://bits-training.de/training/) by Dr. Lutz Gollan -![BITS image](images/bits-train.png?width=50pc&classes=shadow) +![BITS image](images/bits-train.png?width=60pc&classes=shadow) diff --git a/exampleSite/content/more/showcase/_index.pir.md b/exampleSite/content/more/showcase/_index.pir.md index 013c1b0488..c13c8877b3 100644 --- a/exampleSite/content/more/showcase/_index.pir.md +++ b/exampleSite/content/more/showcase/_index.pir.md @@ -1,5 +1,4 @@ +++ -disableToc = true title = "Showcase" +++ {{< piratify >}} \ No newline at end of file