Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 768 Bytes

squarkup-config.md

File metadata and controls

45 lines (30 loc) · 768 Bytes

Configuring Squarkup for a Repository


Options

Note

This table is auto-generated from the exact specification as laid out by the JSON schema.

Option Type Values Description Notes

Example

Feel free to copy this as a starting template!

{
  "$schema": "https://sup2point0.github.io/stranger-quarkdown/squarkup-schema.json",

  "repo": "Stranger Quarkdown",
  "site": "site",
  "exclude": [
    "stranger-quarkdown/README.md"
  ],

  "fonts": [
    "Fira+Sans"
  ],

  "if-no-dir": ["warn", "create"]
}