mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
docs: move images to content #567
This commit is contained in:
parent
4f29292b8e
commit
1e8d064d64
11 changed files with 9 additions and 9 deletions
|
@ -35,7 +35,7 @@ The Relearn theme is an enhanced fork of the popular [Learn theme](https://githu
|
|||
- [Configurable menu shortcuts](https://mcshelby.github.io/hugo-theme-relearn/configuration/sidebar/shortcutmenu/)
|
||||
- Support for hidden pages
|
||||
- [Comprehensive taxonomy support](https://mcshelby.github.io/hugo-theme-relearn/configuration/modifications/taxonomy)
|
||||
- [Social media integration](https://mcshelby.github.io/hugo-theme-relearn/configuration/content/image/)
|
||||
- [Social media integration](https://mcshelby.github.io/hugo-theme-relearn/content/image/)
|
||||
|
||||
- **Multilingual Support**
|
||||
- [Full right-to-left (RTL) language support](https://mcshelby.github.io/hugo-theme-relearn/configuration/siteorganization/multilingual/)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
description = "How to configure heading anchors"
|
||||
options = ["disableAnchorCopy", "disableAnchorScrolling"]
|
||||
title = "Headings"
|
||||
weight = 3
|
||||
weight = 2
|
||||
+++
|
||||
|
||||
Each heading may have an anchor link that is displayed when the heading is hovered.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
+++
|
||||
description = "How to configure heading anchors"
|
||||
title = "Headings"
|
||||
weight = 3
|
||||
weight = 2
|
||||
+++
|
||||
{{< piratify >}}
|
|
@ -3,7 +3,7 @@ description = "Learn about the hiddes pages feature"
|
|||
frontmatter = ["hidden"]
|
||||
options = ["disableSearchHiddenPages", "disableSeoHiddenPages", "disableTagHiddenPages"]
|
||||
title = "Hidden Pages"
|
||||
weight = 5
|
||||
weight = 4
|
||||
+++
|
||||
|
||||
The theme provides the concept of hidden pages.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
+++
|
||||
description = "Learn about the hiddes pages feature"
|
||||
title = "Hidden Pages"
|
||||
weight = 5
|
||||
weight = 4
|
||||
+++
|
||||
{{< piratify >}}
|
|
@ -1,7 +1,7 @@
|
|||
+++
|
||||
description = "How to use and extend layouts"
|
||||
title = "Custom Layouts"
|
||||
weight = 4
|
||||
weight = 3
|
||||
+++
|
||||
|
||||
The Relearn theme provides a few layouts for you to use. Namely these are `home`, `chapter` and `default`. All are accessible as so called [archetypes](content/layouts) for an author of your site.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
+++
|
||||
description = "How to use and extend layouts"
|
||||
title = "Custom Layouts"
|
||||
weight = 4
|
||||
weight = 3
|
||||
+++
|
||||
{{< piratify >}}
|
|
@ -36,7 +36,7 @@ weight = -23
|
|||
|
||||
- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} It is now possible to adjust the menu width for your whole site. [See the docs](configuration/sidebar/width/).
|
||||
|
||||
- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} This release adds social media meta tags for the Open Graph protocol and Twitter Cards to your site. [See the docs](configuration/content/image/).
|
||||
- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} This release adds social media meta tags for the Open Graph protocol and Twitter Cards to your site. [See the docs](content/image/).
|
||||
|
||||
- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} This release comes with additional sort options for the menu and the [`children` shortcode](shortcodes/children). Both will now accept the following values: `weight`, `title`, `linktitle`, `modifieddate`, `expirydate`, `publishdate`, `date`, `length` or `default` (adhering to Hugo's default sort order).
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
6.4.0+9cd17961fb55b218363258e59ebcfc7f0a115797
|
||||
6.4.0+61ac26ac9bcc30b64832a5fd792386701a89bf9c
|
Loading…
Reference in a new issue