-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path_config.yml
More file actions
43 lines (37 loc) · 768 Bytes
/
_config.yml
File metadata and controls
43 lines (37 loc) · 768 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
# Dependencies
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
gems:
- jekyll-redirect-from
whitelist:
- jekyll-redirect-from
# Setup
title: BioSQL
logo: BioSQL-t.png
favicon: BioSQL-icon-48px.png
apple-touch-icon: BioSQL-icon-144px.png
tagline: Database schema for annotated biological sequences
url: http://biosql.org
baseurl:
author:
name: BioSQL Contributors
url: https://twitter.com/OBF_news
# Page settings
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"
# Custom variables for Hyde theme
version: 1.0.1
github:
repo: https://github.com/biosql/biosql
exclude:
- Gemfile
- node_modules
- Dockerfile
- serve-local.sh