forked from parotlab/parotlab.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
90 lines (82 loc) · 2.2 KB
/
_config.yml
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# Basic
name: "Wenzel Lab"
title: "Wenzel Lab at Catholic University of Chile"
description: "this is a page for Tobias Wenzel's lab, we are an open method development lab for high-throughput bioanalysis lab at Catholic University of Chile in Santiago, Chile"
lang_title:
en: Wenzel Lab
es: Laboratorio Wenzel
lang_description:
en: >- # this means to ignore newlines until "baseurl:"
Open method development for high-throughput bioanalysis
es: >- # this means to ignore newlines until "baseurl:"
Desarrollo de métodos libres para bioanálisis de alto rendimiento
lang_institution:
en: >- # this means to ignore newlines until "baseurl:"
Institute for Biological and Medical Engineering, Catholic University of Chile
es: >- # this means to ignore newlines until "baseurl:"
Instituto de Ingeniería Biológica y Médica, Pontificia Universidad Católica de Chile
lang_names:
en: english
es: español
lang_teamnames:
en: people
es: equipo
# URL
url: "" # https://wenzel-lab.github.io/ # http://localhost:4000/ #
baseurl: ""
#baseurl: "" #For Root Domain
permalink: /:year/:month/:day/:title.html
# Markdown
markdown: kramdown
# Highlighter
highlighter: rouge
# Navigation
#nav:
# - name: "home"
# href: "/"
# - name: "blog"
# href: "/blog"
# Sass
sass:
style: :compressed
# Scopes
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "page"
- scope:
path: ""
type: "posts"
values:
layout: "post"
# - scope:
# path: ""
# type: "people"
# values:
# layout: "profile"
- scope:
path: '_people/en'
values:
permalink: 'en/people/:title'
lang: en
layout: "profile"
- scope:
path: '_people/es'
values:
permalink: 'es/equipo/:title'
lang: es
layout: "profile"
- scope:
path: en
values:
lang: en
- scope:
path: es
values:
lang: es
collections:
people:
output: true
# permalink: /people/:title/index.html