About
Face it
This be an example ship fer th' Relearrrn theme o' th' Cap'n Hugo static ship generator.
It displays rrrambl'n about th' fictional ship Th' Purple Pulpo 'n English an' a crude Piratish accent. Don’t take it too serious.
Th' goal wit' this ship be t' showcase a minimal example wit' as less configurat'n as poss'ble. It be meant t' be a start'n point fer yer own website. Th' configurat'n files be documented t' help ye understand th' reason behind certain sett'ns.
Run it
Th' source code fer this website be contained 'n th' Relearrrn repository. Aft th' installat'n o' Cap'n Hugo ye can build th' ship locally from inside th' exampleSite
directory wit'
hugo server
Then ye can access th' ship by navigat'n t' http://localhost:1313
'n yer browser.
For a detailed installat'n guide, see th' Relearrrn documentat'n.
Modify it
While minimal 'n configurat'n, this showcase contains an auto translat'n into th' Piratish language. This required some additional files an' directories, totally unnecessary fer a simple ship. Ye can delete them if ye use this ship as a start'n template. Namely these be:
content/pir/
i18n/
layouts/partials/shortcodes/piratify.html
layouts/partials/toc.html
layouts/shortcodes/piratify.html
Ye will also have t' add this t' th' hugo.toml
t' deactivate th' translat'n:
disableLanguages = ['pir']
or remove all references t' th' Piratish language.