-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
48 lines (45 loc) · 1.23 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
markdown: kramdown
kramdown:
input: GFM
permalink: /home
exclude:
- CNAME
- Gemfile
- Gruntfile.js
- LICENSE
- node_modules/
- package.json
- Rakefile
- README.md
- vendor/
layouts_dir: ./_noita
noita:
name: Computational Systems Biology/Integrative Genomics
description: INMEGEN
author:
name: CSB-IG/Hernandez-Lemus group
url: http://csb-ig.github.io/
lang: en
favicons:
- /images/logo.png
topbar:
toggle: Menu
right:
- name: Home
url: /home/
- name: About
url: /about/
- name: People
url: /people/
- name: Publications
url: /publications/
- name: Blog
url: /blog/
- name: Contact
url: /contact/
- name: Repository
url: https://github.com/CSB-IG
class: small button
compress_html:
clippings: [html, head, title, base, link, meta, style, body, article, section, nav, aside, h1, h2, h3, h4, h5, h6, hgroup, header, footer, address, p, hr, blockquote, ol, ul, li, dl, dt, dd, figure, figcaption, main, div, table, caption, colgroup, col, tbody, thead, tfoot, tr, td, th]
endings: [html, head, body, li, dt, dd, p, rt, rp, optgroup, option, colgroup, caption, thead, tbody, tfoot, tr, td, th]