hugo-theme-relearn/cont/index.xml
2024-04-12 14:48:05 +00:00

67 lines
No EOL
7.8 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Content on Hugo Relearn Theme</title>
<link>https://mcshelby.github.io/hugo-theme-relearn/cont/index.html</link>
<description>Recent content in Content on Hugo Relearn Theme</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<atom:link href="https://mcshelby.github.io/hugo-theme-relearn/cont/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Pages organization</title>
<link>https://mcshelby.github.io/hugo-theme-relearn/cont/pages/index.html</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://mcshelby.github.io/hugo-theme-relearn/cont/pages/index.html</guid>
<description>In Hugo, pages are the core of your site. Once it is configured, pages are definitely the added value to your documentation site.&#xA;Folders Organize your site like any other Hugo project. Typically, you will have a content folder with all your pages.&#xA;content ├── level-one │ ├── level-two │ │ ├── level-three │ │ │ ├── level-four │ │ │ │ ├── _index.md &amp;lt;-- /level-one/level-two/level-three/level-four │ │ │ │ ├── page-4-a.</description>
</item>
<item>
<title>Frontmatter</title>
<link>https://mcshelby.github.io/hugo-theme-relearn/cont/frontmatter/index.html</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://mcshelby.github.io/hugo-theme-relearn/cont/frontmatter/index.html</guid>
<description>Each Hugo page has to define a frontmatter.&#xA;All Frontmatter Options The values reflect example options. The defaults can be taken from the annotated example below.&#xA;&amp;#8203; toml yaml json +++ LastModifierDisplayName = &amp;#39;&amp;#39; LastModifierEmail = &amp;#39;&amp;#39; alwaysopen = &amp;#39;&amp;#39; collapsibleMenu = true customMathJaxURL = &amp;#39;&amp;#39; customMermaidURL = &amp;#39;&amp;#39; customOpenapiURL = &amp;#39;&amp;#39; description = &amp;#39;&amp;#39; disableBreadcrumb = false disableMathJax = true disableMermaid = true disableNextPrev = false disableOpenapi = true disableToc = false editURL = &amp;#39;&amp;#39; headingPost = &amp;#39;&amp;#39; headingPre = &amp;#39;&amp;#39; hidden = false highlightWrap = true images = [&amp;#39;images/hero.</description>
</item>
<item>
<title>Archetypes</title>
<link>https://mcshelby.github.io/hugo-theme-relearn/cont/archetypes/index.html</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://mcshelby.github.io/hugo-theme-relearn/cont/archetypes/index.html</guid>
<description>Using the command: hugo new [relative new content path], you can start a content file with the date and title automatically set. While this is a welcome feature, active writers need more: archetypes. These are preconfigured skeleton pages with default frontmatter.&#xA;The Relearn theme defines some few archetypes of pages but you are free to define new ones to your liking. All can be used at any level of the documentation, the only difference being the layout of the content.</description>
</item>
<item>
<title>Markdown Syntax</title>
<link>https://mcshelby.github.io/hugo-theme-relearn/cont/markdown/index.html</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://mcshelby.github.io/hugo-theme-relearn/cont/markdown/index.html</guid>
<description>Let&amp;rsquo;s face it: Writing content for the web is tiresome. WYSIWYG editors help alleviate this task, but they generally result in horrible code, or worse yet, ugly web pages.&#xA;Markdown is a better way to write HTML, without all the complexities and ugliness that usually accompanies it.&#xA;Some of the key benefits are:&#xA;Markdown is simple to learn, with minimal extra characters so it&amp;rsquo;s also quicker to write content. Less chance of errors when writing in Markdown.</description>
</item>
<item>
<title>Image Effects</title>
<link>https://mcshelby.github.io/hugo-theme-relearn/cont/imageeffects/index.html</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://mcshelby.github.io/hugo-theme-relearn/cont/imageeffects/index.html</guid>
<description>The theme supports non-standard image effects.&#xA;Name Description border Draws a light thin border around the image lazy Lets the image be lazy loaded lightbox The image will be clickable to show it enlarged shadow Draws a shadow around the image to make it appear hovered/glowing As described, you can add this to the URL query parameter, but this may be cumbersome to be done consistently for the whole page.</description>
</item>
<item>
<title>Menu extra shortcuts</title>
<link>https://mcshelby.github.io/hugo-theme-relearn/cont/menushortcuts/index.html</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://mcshelby.github.io/hugo-theme-relearn/cont/menushortcuts/index.html</guid>
<description>You can define additional menu entries or shortcuts in the navigation menu without any link to content.&#xA;Basic configuration Edit the website configuration hugo.toml and add a [[menu.shortcuts]] entry for each link your want to add.&#xA;Example from the current website:&#xA;hugo. toml yaml json [menu] [[menu.shortcuts]] identifier = &amp;#39;ds&amp;#39; name = &amp;#34;&amp;lt;i class=&amp;#39;fa-fw fab fa-github&amp;#39;&amp;gt;&amp;lt;/i&amp;gt; GitHub repo&amp;#34; url = &amp;#39;https://github.com/McShelby/hugo-theme-relearn&amp;#39; weight = 10 [[menu.shortcuts]] name = &amp;#34;&amp;lt;i class=&amp;#39;fa-fw fas fa-camera&amp;#39;&amp;gt;&amp;lt;/i&amp;gt; Showcases&amp;#34; url = &amp;#39;showcase/&amp;#39; weight = 11 [[menu.</description>
</item>
<item>
<title>Multilingual and i18n</title>
<link>https://mcshelby.github.io/hugo-theme-relearn/cont/i18n/index.html</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://mcshelby.github.io/hugo-theme-relearn/cont/i18n/index.html</guid>
<description>The Relearn theme is fully compatible with Hugo multilingual mode.&#xA;Available languages: Arabic, Simplified Chinese, Traditional Chinese, Czech, Dutch, English, Finnish, French, German, Hindi, Hungarian, Indonesian, Italian, Japanese, Korean, Polish, Portuguese, Romanian, Russian, Spanish, Swahili, Turkish, Vietnamese. Feel free to contribute! Full support for languages written right to left Automatic menu generation from multilingual content In-browser language switching Basic configuration After learning how Hugo handle multilingual websites, define your languages in your hugo.</description>
</item>
<item>
<title>Taxonomy</title>
<link>https://mcshelby.github.io/hugo-theme-relearn/cont/taxonomy/index.html</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://mcshelby.github.io/hugo-theme-relearn/cont/taxonomy/index.html</guid>
<description>The Relearn theme supports Hugo&amp;rsquo;s default taxonomies tag and category out of the box.&#xA;Configuration Just add tags and/or categories to any page. They can be given as a single string or an array of strings.&#xA;&amp;#8203; toml yaml json +++ categories = [&amp;#39;taxonomy&amp;#39;, &amp;#39;content&amp;#39;] tags = &amp;#39;tutorial&amp;#39; title = &amp;#39;Taxonomy&amp;#39; +++ --- categories: - taxonomy - content tags: tutorial title: Taxonomy --- { &amp;#34;categories&amp;#34;: [ &amp;#34;taxonomy&amp;#34;, &amp;#34;content&amp;#34; ], &amp;#34;tags&amp;#34;: &amp;#34;tutorial&amp;#34;, &amp;#34;title&amp;#34;: &amp;#34;Taxonomy&amp;#34; } Behavior The tags are displayed at the top of the page in alphabetical order.</description>
</item>
</channel>
</rss>