Rambl'n on Documentat'n fer Cap'n Hugo Relearrrn Themehttps://McShelby.github.io/hugo-theme-relearn/pir/cont/Recent content in Rambl'n on Documentat'n fer Cap'n Hugo Relearrrn ThemeHugo -- gohugo.ioenPlanks orrrganizat'nhttps://McShelby.github.io/hugo-theme-relearn/pir/cont/pages/Mon, 01 Jan 0001 00:00:00 +0000https://McShelby.github.io/hugo-theme-relearn/pir/cont/pages/In Cap'n Hugo, planks be th' core o' yer ship. Once it be configured, planks be definitely th' added value t' yer documentat'n ship. Folders Org'nize yer ship like any other Cap'n Hugo project. Typically, ye will have a rambl'n folder wit' all yer planks. rambl'n ├── level-one │ ├── level-two │ │ ├── level-three │ │ │ ├── level-four │ │ │ │ ├── _index.md <-- /level-one/level-two/level-three/level-four │ │ │ │ ├── page-4-a.Multilingual an' i18nhttps://McShelby.github.io/hugo-theme-relearn/pir/cont/i18n/Mon, 01 Jan 0001 00:00:00 +0000https://McShelby.github.io/hugo-theme-relearn/pir/cont/i18n/Th' Relearrrn theme be fully compat'ble wit' Cap'n Hugo multilingual mode. It provides: Translat'n str'ns fer default values (English, Arabic, Dutch, Piratized English, German, Hindi, Indonesian, Japanese, Piratized English, Portuguese, Russian, Simplified Chinese, Spanish, Turkish). Feel free t' contribute! Automatic menu generat'n from multilingual rambl'n In-browser language switch'n Basic configurat'n Aft learn'n how Cap'n Hugo handle multilingual websites, define yer languages 'n yer config.toml file. For example wit' current English an' Piratized English website.Arrrchetypeshttps://McShelby.github.io/hugo-theme-relearn/pir/cont/archetypes/Mon, 01 Jan 0001 00:00:00 +0000https://McShelby.github.io/hugo-theme-relearn/pir/cont/archetypes/Us'n th' command: hugo new [relative new rambl'n path], ye can start a rambl'n file wit' th' date an' title automatically set. While this be a welcome feature, active writers need more: archetypes. It be pre-configured skeleton planks wit' default front matter. Please refer t' th' documentat'n fer types o' plank t' understand th' differences. Chapter T' create a Chapter plank, run th' follow'n commands hugo new --kind chapter <name>/_index.Marrrkdown ruleshttps://McShelby.github.io/hugo-theme-relearn/pir/cont/markdown/Mon, 01 Jan 0001 00:00:00 +0000https://McShelby.github.io/hugo-theme-relearn/pir/cont/markdown/Let’s face it: Writ'n rambl'n fer th' Web be tiresome. WYSIWYG editors help alleviate this task, but they generally result 'n horr'ble code, or worse yet, ugly web planks. Marrrkdown be a better way t' write HTML, without all th' complexities an' ugliness that usually accompanies it. Some o' th' key benefits be: Marrrkdown be simple t' learn, wit' minimal extra characters so it’s also quicker t' write rambl'n.Code highlight'nhttps://McShelby.github.io/hugo-theme-relearn/pir/cont/syntaxhighlight/Mon, 01 Jan 0001 00:00:00 +0000https://McShelby.github.io/hugo-theme-relearn/pir/cont/syntaxhighlight/Th' Relearrrn theme uses Hugo’s built-in rules highlight'n fer code. Marrrkdown rules Wrap th' code block wit' three backticks an' th' name o' th' language. Highlight will try t' auto detect th' language if one be not provided. ```json [ { "title": "apples", "count": [12000, 20000], "description": {"text": "...", "sensitive": false} }, { "title": "oranges", "count": [17500, null], "description": {"text": "...", "sensitive": false} } ] ``` Renders t': [ { "title": "apples", "count": [12000, 20000], "description": {"text": ".Menu extrrra shorrrtcutshttps://McShelby.github.io/hugo-theme-relearn/pir/cont/menushortcuts/Mon, 01 Jan 0001 00:00:00 +0000https://McShelby.github.io/hugo-theme-relearn/pir/cont/menushortcuts/Ye can define additional menu entries or shortcuts 'n th' navigat'n menu without any link t' rambl'n. Basic configurat'n Edit th' website configurat'n config.toml an' add a [[menu.shortcuts]] entry fer each link yer want t' add. Example from th' current website: [[menu.shortcuts]] name = "<i class='fab fa-fw fa-github'></i> GitHub repo" identifier = "ds" url = "https://github.com/McShelby/hugo-theme-relearn" weight = 10 [[menu.shortcuts]] name = "<i class='fas fa-fw fa-camera'></i> Showcases" url = "/showcase/" weight = 11 [[menu.Ay'cons an' logoshttps://McShelby.github.io/hugo-theme-relearn/pir/cont/icons/Mon, 01 Jan 0001 00:00:00 +0000https://McShelby.github.io/hugo-theme-relearn/pir/cont/icons/Th' Relearrrn theme fer Cap'n Hugo loads th' Font Awesome library, allow'n ye t' easily display any ay'con or logo avail'ble 'n th' Font Awesome free collect'n. Find'n an ay'con Browse through th' avail'ble ay'cons 'n th' Font Awesome Gallery. Notice that th' free filter be enabled, as only th' free ay'cons be avail'ble by default. Once on th' Font Awesome plank fer a specific ay'con, fer example th' plank fer th' heart, copy th' HTML reference an' paste into th' Marrrkdown rambl'n.Tagshttps://McShelby.github.io/hugo-theme-relearn/pir/cont/tags/Mon, 01 Jan 0001 00:00:00 +0000https://McShelby.github.io/hugo-theme-relearn/pir/cont/tags/Th' Relearrrn theme supports one default taxonomy o' Cap'n Hugo: th' tag feature. Configurat'n Just add tags t' any plank: +++ tags = ["tutorial", "theme"] title = "Theme tutorial" weight = 15 +++ Behavior Th' tags be displayed at th' top o' th' plank, 'n their insert'n order. Each tag be a link t' a Taxonomy plank display'n all th' articles wit' th' given tag. List all th' tags In th' config.