title: Clockworkpi Wiki description: > # this means to ignore newlines Jekyll to build a static Wiki baseurl: "" # the subpath of your site, e.g. /blog url: "https://wiki.clockworkpi.com" # Build settings markdown: kramdown plugins: - jekyll-asciidoc - jekyll-toc encoding: UTF-8 lang: en # fr is also supported ; feel free to contribute other languages date_format: "%-d %b %Y" exclude: - Gemfile - Gemfile.lock - img/brand - vendor # For CI cache collections: wiki: output: true permalink: "/:path" path: "" # avoid wiki in the url wiki-legacy: output: true permalink: "/:path" path: "" special: output: true permalink: "/:path" path: "" global: output: true permalink: "/:path" path: ""