pnbp

a terrible but reliable site builder
Log | Files | Refs | README

pages.yml (550B)


      1 index:
      2   template: "templates/std.html"
      3   pagevar:
      4     :header: "./includes/header.html"
      5     title: "pnbp- Home"
      6   pagemod:
      7     content:
      8       mod: "blog"
      9       settings:
     10         defaultPostCount: "1"
     11         data: "./data/index.json"
     12         postTemplate: "./templates/homepost.html"
     13 docs:
     14   template: "templates/std.html"
     15   pagevar:
     16     :header: "./includes/header.html"
     17     title: "pnbp- Documentation"
     18   pagemod:
     19     content:
     20       mod: "blog"
     21       settings:
     22         description: 1
     23         defaultPostCount: "0"
     24         data: "./data/docs.json"