Rambl'n on Cap'n Hugo Relearrrn Theme https://McShelby.github.io/hugo-theme-relearn/pir/cont/index.html Recent content in Rambl'n on Cap'n Hugo Relearrrn Theme Hugo -- gohugo.io en Planks orrrganizat'n https://McShelby.github.io/hugo-theme-relearn/pir/cont/pages/index.html Mon, 01 Jan 0001 00:00:00 +0000 https://McShelby.github.io/hugo-theme-relearn/pir/cont/pages/index.html Arrr! Pirrrates Fello' pirrates, be awarrre some stuff may not work fer us in this trrranslat'n. Like table of rrramblings, see'ng Merrrmaids, do'ng math or chemistrrry and stuff. 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 rrrambl'n folder wit' all yer planks. Arrrchetypes https://McShelby.github.io/hugo-theme-relearn/pir/cont/archetypes/index.html Mon, 01 Jan 0001 00:00:00 +0000 https://McShelby.github.io/hugo-theme-relearn/pir/cont/archetypes/index.html Arrr! Pirrrates Fello' pirrates, be awarrre some stuff may not work fer us in this trrranslat'n. Like table of rrramblings, see'ng Merrrmaids, do'ng math or chemistrrry and stuff. Us'n th' command: hugo new [relative new rrrambl'n path], ye can start a rrrambl'n file wit' th' date an' title automatically set. While this be a welcome feature, active writers need more: archetypes. These be preconfigured skeleton planks wit' default frontmatter. Multilingual an' i18n https://McShelby.github.io/hugo-theme-relearn/pir/cont/i18n/index.html Mon, 01 Jan 0001 00:00:00 +0000 https://McShelby.github.io/hugo-theme-relearn/pir/cont/i18n/index.html Arrr! Pirrrates Fello' pirrates, be awarrre some stuff may not work fer us in this trrranslat'n. Like table of rrramblings, see'ng Merrrmaids, do'ng math or chemistrrry and stuff. Th' Relearrrn theme be fully compat'ble wit' Cap'n Hugo multilingual mode. It provides: Translat'n str'ns fer default values (English, Arabic, Simplified Chinese, Traditional Chinese, Dutch, Finnish (Suomi), French, German, Hindi, Indonesian, Italian, Japanese, Korean, Polish, Portuguese, Russian, Spanish, Turkish, Vietnamese). Feel free t' contribute! Marrrkdown rules https://McShelby.github.io/hugo-theme-relearn/pir/cont/markdown/index.html Mon, 01 Jan 0001 00:00:00 +0000 https://McShelby.github.io/hugo-theme-relearn/pir/cont/markdown/index.html Arrr! Pirrrates Fello' pirrates, be awarrre some stuff may not work fer us in this trrranslat'n. Like table of rrramblings, see'ng Merrrmaids, do'ng math or chemistrrry and stuff. Let’s face it: Writ'n rrrambl'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. Code highlight'n https://McShelby.github.io/hugo-theme-relearn/pir/cont/syntaxhighlight/index.html Mon, 01 Jan 0001 00:00:00 +0000 https://McShelby.github.io/hugo-theme-relearn/pir/cont/syntaxhighlight/index.html Arrr! Pirrrates Fello' pirrates, be awarrre some stuff may not work fer us in this trrranslat'n. Like table of rrramblings, see'ng Merrrmaids, do'ng math or chemistrrry and stuff. 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": ". Menu extrrra shorrrtcuts https://McShelby.github.io/hugo-theme-relearn/pir/cont/menushortcuts/index.html Mon, 01 Jan 0001 00:00:00 +0000 https://McShelby.github.io/hugo-theme-relearn/pir/cont/menushortcuts/index.html Arrr! Pirrrates Fello' pirrates, be awarrre some stuff may not work fer us in this trrranslat'n. Like table of rrramblings, see'ng Merrrmaids, do'ng math or chemistrrry and stuff. Ye can define additional menu entries or shortcuts 'n th' navigat'n menu without any link t' rrrambl'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: Ay'cons an' logos https://McShelby.github.io/hugo-theme-relearn/pir/cont/icons/index.html Mon, 01 Jan 0001 00:00:00 +0000 https://McShelby.github.io/hugo-theme-relearn/pir/cont/icons/index.html Arrr! Pirrrates Fello' pirrates, be awarrre some stuff may not work fer us in this trrranslat'n. Like table of rrramblings, see'ng Merrrmaids, do'ng math or chemistrrry and stuff. 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. Tags https://McShelby.github.io/hugo-theme-relearn/pir/cont/tags/index.html Mon, 01 Jan 0001 00:00:00 +0000 https://McShelby.github.io/hugo-theme-relearn/pir/cont/tags/index.html Arrr! Pirrrates Fello' pirrates, be awarrre some stuff may not work fer us in this trrranslat'n. Like table of rrramblings, see'ng Merrrmaids, do'ng math or chemistrrry and stuff. 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.