wiki.clockworkpi.com/_config.yml
2024-02-22 00:54:05 -08:00

40 lines
768 B
YAML

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: ""