www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

pages.yml (1511B)


      1 index: 
      2   template: "templates/base.html"
      3   pagevar: 
      4     title:       "banna - ramblings"
      5     :head:       "includes/head.html"
      6     :sidebar:    "includes/sidebar.html"
      7     :content:    "includes/blog.html"
      8   pagemod: 
      9     content: 
     10       mod: "blog"
     11       settings: 
     12         defaultPostCount: "1"
     13         data: "./data/index.json"
     14 post: 
     15   template: "templates/base.html"
     16   pagevar: 
     17     title:       "banna - archives"
     18     :head:       "includes/head.html"
     19     :sidebar:    "includes/sidebar.html"
     20     :content:    "includes/archive.html"
     21   pagemod: 
     22     archive: 
     23       mod: "page"
     24 
     25 things: 
     26   template: "templates/base.html"
     27   pagevar: 
     28     title:       "banna - useless things"
     29     :head:       "includes/head.html"
     30     :sidebar:    "includes/sidebar.html"
     31     :content:    "includes/blog.html"
     32   pagemod: 
     33     content: 
     34       mod: "blog"
     35       settings: 
     36         description: "1"
     37         postTemplate: "./templates/postproject.html"
     38         data: "./data/projects.json"
     39 about: 
     40   template: "templates/base.html"
     41   pagevar: 
     42     title:       "banna - about me"
     43     :head:       "includes/head.html"
     44     :sidebar:    "includes/sidebar.html"
     45     :content:    "includes/about.html"
     46   pagemod: 
     47     content: 
     48       mod: "blog"
     49       settings: 
     50         postTemplate: "./templates/postabout.html"
     51         defaultPostCount: "1"
     52         data: "./data/about.json"
     53 admin:
     54   pagemod:
     55     admin:
     56       mod: "admin"
     57       settings:
     58         root: "/var/web/www/"
     59         dest: "/var/web/www/site/"
     60         user: "paul"