mirror of
https://github.com/clockworkpi/wiki.clockworkpi.com.git
synced 2025-12-12 16:58:50 +01:00
40 lines
768 B
YAML
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: ""
|