Skip to content

Default Config

Cameron Roe edited this page Aug 31, 2016 · 1 revision
{
  "filedata": {
    "site": "data/site.yaml",
    "authors": "data/authors.json"
  },
  "bower": true,
  "jquery": true,
  "firebase": {
    "url": "https://website.firebaseio.com"
  },
  "robots": {
    "sitemap": "http://www.website.com/sitemap.xml"
  },
  "collections": {
    "pages": {
      "pattern": "pages/*.html"
    },
    "posts": {
      "pattern": "posts/*.html",
      "sortBy": "date",
      "reverse": true
    },
    "services": {
      "pattern": "services/*.html",
      "sortBy": "order"
    }
  },
  "permalinks": {
    "relative": false,
    "linksets": [
      { 
        "match": { "collection": "pages" },
        "pattern": ":title"
      },
      {
        "match": { "collection": "posts" },
        "pattern": "blog/:date/:title"
      },
      {
        "match": { "collection": "services" },
        "pattern": "services/:title"
      }
    ]
  },
  "pagination": {
    "collections.posts": {
      "perPage": 5,
      "first": "blog/index.html",
      "path": "blog/:num/index.html",
      "pageMetadata": "data/blog.yaml",
      "layout": "blog.liquid"
    }
  },
  "sitemap": {
    "hostname": "http://www.website.com"
  },
  "basePath": ".",
  "rss": {
    "feedOptions": {
      "title": "Axis Defined",
      "site_url": "http://www.website.com"
    }
  }
}
Clone this wiki locally