-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
44 lines (40 loc) · 869 Bytes
/
_config.yml
File metadata and controls
44 lines (40 loc) · 869 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
name: automatic analysis
remote_theme: mmistakes/minimal-mistakes
minimal_mistakes_skin: "sunrise"
logo: "/assets/images/logo.png"
title: automatic analysis
subtitle: "a MATLAB pipeline"
title_separator: "|"
markdown: kramdown
include: ["_pages"]
plugins:
- jekyll-remote-theme
- jekyll-include-cache
defaults:
# news
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
comments: true
share: true
related: true
# pages
- scope:
path: "_pages"
type: pages
values:
layout: single
classes: wide
author_profile: false
share: false
category_archive:
type: liquid
path: /categories/
tag_archive:
type: liquid
path: /tags/
repository: "automaticanalysis/automaticanalysis"