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 art-pir 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 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. rrrambl'n ├── level-one │ ├── level-two │ │ ├── level-three │ │ │ ├── level-four │ │ │ │ ├── _index.md <-- /level-one/level-two/level-three/level-four │ │ │ │ ├── page-4-a. Frrrontmatter https://McShelby.github.io/hugo-theme-relearn/pir/cont/frontmatter/index.html Mon, 01 Jan 0001 00:00:00 +0000 https://McShelby.github.io/hugo-theme-relearn/pir/cont/frontmatter/index.html Each Cap'n Hugo plank has t' define a frontmatter 'n toml, yaml or json. This ship will use toml fer documentat'n 'n all cases. +++ # If an opt'n value be said t' be not set, ye can achieve th' same behavior # by given it an empty str'n value. ############################################################################### # Cap'n Hugo # These opt'ns usually apply t' other themes aswell. # Th' social media image o' yer plank. 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 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. Th' Relearrrn theme defines some few archetypes o' planks but ye be free t' define new ones t' yer lik'n. All can be used at any level o' th' documentat'n, th' only difference be'n th' layout o' th' rrrambl'n. 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 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. Some o' th' key benefits be: Marrrkdown be simple t' learn, wit' minimal extra characters so it’s also quicker t' write rrrambl'n. Less chance o' errors when writ'n 'n Marrrkdown. Image Effects https://McShelby.github.io/hugo-theme-relearn/pir/cont/imageeffects/index.html Mon, 01 Jan 0001 00:00:00 +0000 https://McShelby.github.io/hugo-theme-relearn/pir/cont/imageeffects/index.html Th' theme supports non-standard image effects. As described, ye can add this t' th' URL query parameter, but this may be cumbersome t' do it consistently fer th' whole plank. Instead, ye can configure th' defaults 'n yer hugo.toml aswell as overrid'n these default 'n th' planks frontmatter. Explicitly set URL query parameter will override th' defaults 'n effect fer a plank. Without any sett'ns 'n yer hugo.toml this defaults t' 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 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 hugo.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. 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 Th' Relearrrn theme be fully compat'ble wit' Cap'n Hugo multilingual mode. Avail'ble languages: Arabic, Simplified Chinese, Traditional Chinese, Czech, Dutch, English, Finnish, French, German, Hindi, Hungarian, Indonesian, Italian, Japanese, Korean, Polish, Portuguese, Russian, Spanish, Swahili, Turkish, Vietnamese. Feel free t' contribute! Full support fer languages written right t' left Automatic menu generat'n from multilingual rrrambl'n In-browser language switch'n Basic configurat'n Aft learn'n how Cap'n Hugo handle multilingual websites, define yer languages 'n yer hugo. Taxonomy https://McShelby.github.io/hugo-theme-relearn/pir/cont/taxonomy/index.html Mon, 01 Jan 0001 00:00:00 +0000 https://McShelby.github.io/hugo-theme-relearn/pir/cont/taxonomy/index.html Th' Relearrrn theme supports Hugo’s default taxonomies tag an' category out o' th' box. Configurat'n Just add tags and/or categories t' any plank. They can be given as a single str'n or an array o' str'ns. +++ categories = ["taxonomy", "content"] tags = "tutorial" title = "Taxonomy" +++Behavior Th' tags be displayed at th' top o' th' plank 'n alphabetical order. Th' categories be displayed at th' bottom o' th' plank 'n alphabetical order 'n th' default implementat'n o' th' theme but can be customized by provid'n yer own content-footer.