mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-31 08:57:15 +00:00
docs: full sized images
This commit is contained in:
parent
f646a885cf
commit
bad3af5889
4 changed files with 10 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
+++
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
+++
|
||||
disableToc = true
|
||||
title = "Showcase"
|
||||
+++
|
||||
{{< piratify >}}
|
Loading…
Add table
Reference in a new issue