-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
51 lines (43 loc) · 869 Bytes
/
_config.yml
File metadata and controls
51 lines (43 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
45
46
47
48
49
50
51
# https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll?platform=linux
# https://pages.github.com/versions/
site: Interra Project
domain: Interra-Project.github.io
url: https://interra-project.org
baseurl:
collections:
pages:
output: true
permalink: /:name
posts:
output: true
permalink: /papers/:slug
type: "post"
defaults:
-
scope:
path: ""
values:
layout: "default"
-
scope:
path: ""
type: "pages"
values:
layout: "default"
-
scope:
path: ""
type: "posts"
values:
layout: "post"
sass:
sass_dir: assets/styles
style: compressed
sourcemap: never
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-seo-tag
paginate: 6
paginate_path: "/papers/page:num/"