{
  "baseUrl": "",
  "titlePrefix": "",
  "titleSuffix": "ProjectEx",
  "faviconPath": "images/SeEduLogo.png",
  "style": {
    "codeTheme": "light"
  },
  "ignore": [
    "_markbind/layouts/*",
    "_markbind/logs/*",
    "_site/*",
    "site.json",
    "*.md",
    "*.njk",
    ".git/*",
    "node_modules/*"
  ],
  "pagesExclude": ["node_modules/*"],
  "pages": [
    {
      "glob": ["**/index.md", "**/*.md"]
    }
  ],
  "deploy": {
    "message": "Site Update."
  },
  "timeZone": "Asia/Singapore"
}
