-
Notifications
You must be signed in to change notification settings - Fork 290
Expand file tree
/
Copy path_config.yml
More file actions
49 lines (38 loc) · 811 Bytes
/
_config.yml
File metadata and controls
49 lines (38 loc) · 811 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
40
41
42
43
44
45
46
47
encoding: utf-8
markdown: kramdown
include:
- /css/*
exclude:
- package-lock.json
- node_modules
- package.json
- postcss.config.js
- tailwind.config.js
url: "https://fsharp.org"
gems:
- jekyll-redirect-from
# Note: individual pages can be excluded from sitemap by including
# `sitemap: false` in the frontmatter.
# Glob excludes can be achieved with the `defaults` setting in
# this config file
# See: https://github.com/jekyll/jekyll-sitemap
plugins:
- jekyll-sitemap
collections:
testimonials:
output: false
permalink: /testimonials/#:id
snippets:
output: false
sort_by: order
excerpt_enabled: false
books:
output: false
sort_by: year
excerpt_enabled: false
defaults:
-
scope:
path: "archive/**/*"
values:
sitemap: false