🐺 Freki

§ Config File

Most CLI flags are configurable through a handy JSON config file. Freki will automatically look for freki-config.json file in the working directory or it can be specified using the --config flag.

{
  "directory": "./path/to/docs/",
  "assets": "../path/to/assets/",
  "output": "./path/to/output/",
  "flavor": "Holonomic",
  "siteTitle": "Name of Site",
  "baseUrl": "/base/site/path/",
  "htmlTemplate": "./path/to/freki-template.html"
}