forked from dbcls/website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
57 lines (57 loc) · 1.73 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
name: dbcls news
description: Database Center for Life Science (DBCLS) forms a base for integrating databases in life science field. Positioning itself as a specialized institution to provide biological databases and related services, DBCLS integrates and maintains biological databases mainly within Japan, conducts R&D of information technology and develops new services to enhance usability.
url: https://dbcls.rois.ac.jp
baseurl: ''
imageurl: '/img/'
BASE_PATH : /my-first-prose
paginate: 5
future: true
plugins:
- jekyll-redirect-from
- jekyll-paginate
prose:
siteurl: 'https://USERNAME.github.io/my-first-prose/'
media: 'media'
metadata:
_posts:
- name: "layout"
field:
element: "hidden"
value: "post"
- name: "tags"
field:
element: "multiselect"
label: "Add Tags"
placeholder: "Choose Tags"
options:
- name: "サービス"
value: "services"
- name: "広報"
value: "public_relations"
- name: "イベント"
value: "events"
- name: "募集"
value: "registration"
- name: "その他"
value: "other"
- name: "category"
field:
element: "multiselect"
label: "language"
placeholder: "select language"
options:
- name: "日本語"
value: "ja"
- name: "English"
value: "en"
_posts/static:
- name: "permalink"
field:
element: "text"
label: "Permalink"
value: ""
webserver_headers:
- - Access-Control-Allow-Origin
- "*"
- - Access-Control-Allow-Methods
- GET, OPTIONS, HEAD