1
+ # Welcome to Jekyll!
2
+ #
3
+ # This config file is meant for settings that affect your whole blog, values
4
+ # which you are expected to set up once and rarely edit after that. If you find
5
+ # yourself editing this file very often, consider using Jekyll's data files
6
+ # feature for the data you need to update frequently.
7
+ #
8
+ # For technical reasons, this file is *NOT* reloaded automatically when you use
9
+ # 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10
+ #
11
+ # If you need help with YAML syntax, here are some quick references for you:
12
+ # https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
13
+ # https://learnxinyminutes.com/docs/yaml/
14
+ #
15
+ # Site settings
16
+ # These are used to personalize your new site. If you look in the HTML files,
17
+ # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
18
+ # You can create any custom variable you would like, and they will be accessible
19
+ # in the templates via {{ site.myvariable }}.
20
+
21
+
22
+
23
+ title : OpenBioLink2021 Challenge
24
+
25
+ description : >- # this means to ignore newlines until "baseurl:"
26
+ Hello, this is an demo of the jekyll theme simplex.
27
+ Here you can check out all the features of the theme.
28
+ To try this theme, have a look at the Github.
29
+
30
+ # Build settings
31
+
32
+ plugins :
33
+ - jekyll-feed
34
+
35
+ # Exclude from processing.
36
+ # The following items will not be processed, by default.
37
+ # Any item listed under the `exclude:` key here will be automatically added to
38
+ # the internal "default list".
39
+ #
40
+ # Excluded items can be processed by explicitly listing the directories or
41
+ # their entries' file path in the `include:` list.
42
+ #
43
+ # exclude:
44
+ # - .sass-cache/
45
+ # - .jekyll-cache/
46
+ # - gemfiles/
47
+ # - Gemfile
48
+ # - Gemfile.lock
49
+ # - node_modules/
50
+ # - vendor/bundle/
51
+ # - vendor/cache/
52
+ # - vendor/gems/
53
+ # - vendor/ruby/
54
+
55
+ logo_img : /assets/img/logo2021-transp.png
56
+ copyright : © Simon Ott 2021, <a href="/attributions.html">Icon attributions</a> # Your copyright.
57
+
58
+ collections :
59
+ category :
60
+ output : true
61
+ authors :
62
+ output : false
63
+
64
+ defaults :
65
+ -
66
+ scope :
67
+ path : " "
68
+ type : category
69
+ values :
70
+ layout : " category"
0 commit comments