-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
39 lines (35 loc) · 768 Bytes
/
_config.yml
File metadata and controls
39 lines (35 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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: ""