Skip to content

YAML Style

Rafi Long edited this page May 10, 2014 · 1 revision
  • Naming
  • Should be named after the page
  • Location
  • In the _data folder
  • Commenting
  • Explanation at the top of the file
  • Should be brief
  • Whitespace
  • Two spaces at the top
  • Example:
# for the top and side nav

about:
  -
    name: Groups
    link: /about/groups
  -
    name: FIRST
    link: /about/FIRST
  -
    name: Sponsors
    link: /about/sponsors

Clone this wiki locally