-
Notifications
You must be signed in to change notification settings - Fork 6
/
_config.yml
47 lines (38 loc) · 1.54 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
# Jekyll workshop-template evanwill
# https://github.com/evanwill/workshop-template
# based on minima theme https://github.com/jekyll/minima
# Notes:
# - pages with "nav: true" in front matter will be in header nav
# - figure include for centered images, put file in images directory and use: {% include figure.html img="my-cat.jpg" alt="cat" caption="My cat" width="50%" %}
# Site settings
# title appears in the header
title: EANBiT-RT 2020
# description and keywords for meta tags
description: "An intensive 6-week bioinformatics residential course to be hosted by the International Centre of InsectPhysiology and Ecology, icipe in Nairobi, Kenya and Pwani University, Kilifi, Kenya from 01stvJuly – 09th August 2019."
keywords: "workshops, OER, Open Education, websites, gh-pages, jekyll"
# author settings for cc-by, appears in the footer
author: Caleb Kibet
pub_year: 2020
github_username: kipkurui
# add the full url for the github repository
repo: "https://eanbit-rt.github.io/EANBiT-RT2020/"
# site urls
# add the url for the domain,
# on gh-pages follow the pattern: https://username.github.io
url: https://eanbit-rt.github.io
# add subsection of the domain,
# on gh-pages this is a / followed by the name of the repository
baseurl: /EANBiT-RT2020
# add google analytics if desired (optional)
# if blank, it will be ignored
# use JEKYLL_ENV=production on build command
google_analytics:
# defaults (to simplify front matter)
defaults:
- scope:
path: ""
values:
layout: default
# Build settings
markdown: kramdown
theme: jekyll-theme-cayman