Output Formats

In addit'n t' th' output formats com'n wit' th' theme, ye can create yer own output formats.

Start'n from Scratch

If ye want t' add a new output format called myformat that outputs HTML an' ye want t' build everyth'n yourself without us'n th' theme’s components:

  1. Create a file layouts/_default/baseof.myformat.html
  2. Implement all th' necessary code 'n this file

Us'n th' Theme’s Structure

If ye want t' keep th' general framework an' only change specific parts, ye can override these files:

  • layouts/_default/views/article.html: Controls how a page’s rrrambl'n an' title be displayed
  • layouts/_default/views/body.html: Determines th' plank body structure
  • layouts/_default/views/menu.html: Defines th' sidebar menu layout
  • layouts/_default/views/storeOutputFormat.html: Stores th' output format name fer use 'n th' framework

For a real-world example, check out th' print output format implementat'ns