wiki.clockworkpi.com/_config.yml
2019-05-04 21:31:47 +02:00

40 lines
791 B
YAML

title: Jekyll for Wiki
description: > # this means to ignore newlines
Bootstrap project based on Jekyll to build a static Wiki
baseurl: "" # the subpath of your site, e.g. /blog
url: "htpps://jek4wik.github.io"
# 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: ""