diff --git a/exampleSite/content/basics/configuration/_index.en.md b/exampleSite/content/basics/configuration/_index.en.md index ded16a2c75..09265d5d3f 100644 --- a/exampleSite/content/basics/configuration/_index.en.md +++ b/exampleSite/content/basics/configuration/_index.en.md @@ -134,4 +134,4 @@ landingPageName = " Home" The home button is going to look like this: -![Default Home Button](images/home_button_defaults.png?width=100%) +![Default Home Button](images/home_button_defaults.png?classes=shadow&width=300px) diff --git a/exampleSite/content/basics/configuration/images/home_button_defaults.png b/exampleSite/content/basics/configuration/images/home_button_defaults.png index c5c32f10dd..ef63acbaca 100644 Binary files a/exampleSite/content/basics/configuration/images/home_button_defaults.png and b/exampleSite/content/basics/configuration/images/home_button_defaults.png differ diff --git a/exampleSite/content/basics/installation/_index.en.md b/exampleSite/content/basics/installation/_index.en.md index e540e30f21..88725d0d49 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=60pc) +![A Chapter](images/chapter.png?classes=shadow&width=50pc) 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/basics/installation/images/chapter.png b/exampleSite/content/basics/installation/images/chapter.png index 18b18415da..21ca9adc24 100644 Binary files a/exampleSite/content/basics/installation/images/chapter.png and b/exampleSite/content/basics/installation/images/chapter.png differ diff --git a/exampleSite/content/cont/i18n/_index.en.md b/exampleSite/content/cont/i18n/_index.en.md index 82042a86ee..ec0a46c209 100644 --- a/exampleSite/content/cont/i18n/_index.en.md +++ b/exampleSite/content/cont/i18n/_index.en.md @@ -11,7 +11,7 @@ It provides: - Automatic menu generation from multilingual content - In-browser language switching -![I18n menu](images/i18n-menu.gif) +![I18n menu](images/i18n-menu.gif?classes=shadow&width=300px) ## Basic configuration diff --git a/exampleSite/content/cont/i18n/images/i18n-menu.gif b/exampleSite/content/cont/i18n/images/i18n-menu.gif index abf4cd55b4..dd5d002a8c 100644 Binary files a/exampleSite/content/cont/i18n/images/i18n-menu.gif and b/exampleSite/content/cont/i18n/images/i18n-menu.gif differ diff --git a/exampleSite/content/cont/pages/_index.en.md b/exampleSite/content/cont/pages/_index.en.md index e006634700..8e6bceef8b 100644 --- a/exampleSite/content/cont/pages/_index.en.md +++ b/exampleSite/content/cont/pages/_index.en.md @@ -46,7 +46,7 @@ The Relearn theme defines two types of pages. *Default* and *Chapter*. Both can 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?width=50pc) +![Chapter page](images/pages-chapter.png?classes=shadow&width=50pc) ```markdown +++ @@ -67,7 +67,7 @@ To tell the Relearn theme to consider a page as a chapter, set `chapter=true` in A **Default** page is any other content page. -![Default page](images/pages-default.png?width=50pc) +![Default page](images/pages-default.png?classes=shadow&width=50pc) ```toml +++ @@ -131,7 +131,7 @@ pre = " " +++ ``` -![Title with icon](images/frontmatter-icon.png) +![Title with icon](images/frontmatter-icon.png?classes=shadow&width=300px) ### Ordering sibling menu/page entries diff --git a/exampleSite/content/cont/pages/images/frontmatter-icon.png b/exampleSite/content/cont/pages/images/frontmatter-icon.png index d04374e4d1..8614767a03 100644 Binary files a/exampleSite/content/cont/pages/images/frontmatter-icon.png and b/exampleSite/content/cont/pages/images/frontmatter-icon.png differ diff --git a/exampleSite/content/cont/pages/images/pages-chapter.png b/exampleSite/content/cont/pages/images/pages-chapter.png index 652f37bf5d..dd340fa0a8 100644 Binary files a/exampleSite/content/cont/pages/images/pages-chapter.png and b/exampleSite/content/cont/pages/images/pages-chapter.png differ diff --git a/exampleSite/content/cont/pages/images/pages-default.png b/exampleSite/content/cont/pages/images/pages-default.png index 4ebe5496ec..071b43a79f 100644 Binary files a/exampleSite/content/cont/pages/images/pages-default.png and b/exampleSite/content/cont/pages/images/pages-default.png differ diff --git a/exampleSite/content/more/showcase/_index.en.md b/exampleSite/content/more/showcase/_index.en.md index 8764981b66..49ef60959e 100644 --- a/exampleSite/content/more/showcase/_index.en.md +++ b/exampleSite/content/more/showcase/_index.en.md @@ -5,7 +5,7 @@ title = "Showcase" ## [GoboLinux Wiki](https://wiki.gobolinux.org/) by GoboLinux.org -![GoboLinux image](images/gobolinux.png?width=50pc&classes=border,shadow) +![GoboLinux image](images/gobolinux.png?width=50pc&classes=shadow) ## [BITS](https://bits-training.de/training/) by Dr. Lutz Gollan -![BITS image](images/bits-train.png?width=50pc&classes=border,shadow) +![BITS image](images/bits-train.png?width=50pc&classes=shadow)