-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
69 lines (60 loc) · 1.31 KB
/
_config.yml
File metadata and controls
69 lines (60 loc) · 1.31 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
locale: "en"
title: "MALer Lab"
email: "dasaemj@sogang.ac.kr"
description: "Music & Arts Learning Lab, Sogang University, South Korea"
theme: minima
name: "MALer Lab"
domain: MALerLab.github.io
url: "https://MALerLab.github.io"
baseurl: ""
atom_path: "atom.xml"
include:
- _bibliography
# Build settings
markdown: kramdown
sass:
sass_dir: _scss
style: compressed
collections:
pages:
output: true
permalink: /:path/
plugins:
- jekyll-scholar
- jekyll-sitemap
- jekyll-archives
- jekyll-seo-tag
scholar:
style: apa
locale: en
source: "./_bibliography"
bibliography: "references.bib"
# bibliography_template: "%{reference}"
# details_dir: "publications"
# details_layout: "publication"
jekyll-archives:
enabled:
- categories
- tags
layouts:
category: archive
tag: archive
seo:
title: "MALer Lab"
description: "Music & Arts Learning Lab, Sogang University, South Korea"
image: "https://MALerLab.github.io/assets/images/maler_og.png"
url: "https://MALerLab.github.io"
twitter:
username: "MALerLab"
card: "summary_large_image"
author:
name: "MALer Lab"
url: "https://MALerLab.github.io"
github: "MALerLab"
email: "dasaemj@sogang.ac.kr"
defaults:
- scope:
path: ""
type: ""
values:
image: "/assets/images/maler-assets/maler_og.png"