-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path_config.yml
More file actions
72 lines (63 loc) · 1.53 KB
/
_config.yml
File metadata and controls
72 lines (63 loc) · 1.53 KB
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
# Site settings
title: Gene Ontology Resource
email: help@geneontology.org
description: >
The Gene Ontology (GO) project is a major bioinformatics initiative
to develop a computational representation of our evolving knowledge
of how genes encode biological functions at the molecular, cellular
and tissue system levels.
baseurl: "" # the subpath of your site, e.g. /blog/
url: http://geneontology.org # the base hostname & protocol for your site
git_address: https://github.com/geneontology/geneontology.github.io
# theme options from https://bootswatch.com/
# comment out this to use default Bootstrap
bootwatch: readable
# Build settings
markdown: kramdown
highlighter: rouge
gems:
- jekyll-feed
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-datapage-generator
exclude:
- Gemfile
- Gemfile.lock
- .idea/
- .gitignore
- README.md
- vendor # In GitHub workflows, the ruby/setup-ruby action will install gems here
timezone: America/Los_Angeles
defaults:
- scope:
path: _docs
type: docs
values:
sectionid: docs
layout: docs
seo:
type: "WebPage"
- scope:
path: _posts
type: posts
values:
sectionid: blog
layout: post
collections:
docs:
permalink: /:collection/:path/
output: true
downloads:
permalink: /:collection/:path/
output: true
posts:
permalink: /blog/:year/:month/:day/:title/
output: true
sass:
sass_dir: _sass
page_gen:
- data: gorefs
template: goref
dir: GO_REF
name_expr: "record['id'].sub('GO_REF:', '')"