-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
45 lines (38 loc) · 909 Bytes
/
_config.yml
File metadata and controls
45 lines (38 loc) · 909 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
title: Technical blog for F123 Visual
tagline: Technology that enables
baseurl: ''
url: 'https://f123.github.io/'
markdown: kramdown
markdown_ext: "kd,kdwn,kdown,kramdown,md,mdwn,mdown,mk,markdown"
kramdown:
#auto_ids: true
paginate: 5
paginate_path: '/blog/page:num/'
gems: [jekyll-paginate, jekyll-feed, jekyll-relative-links]
# Includes
include: ["_pages", "_workflows"]
exclude: ["README.md", "LICENSE", "_drafts"]
collections:
workflows:
output: true
permalink: /:collection/:path/
# Defaults
defaults:
-
scope:
path: "" # empty string for all files
type: pages
values:
layout: page
-
scope:
path: "" # empty string for all files
type: posts
values:
layout: post
-
scope:
path: ""
type: drafts
values:
layout: post