-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yaml
41 lines (41 loc) · 1.15 KB
/
config.yaml
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
text_extensions: [ 'css', 'erb', 'haml', 'htm', 'html', 'js', 'less', 'markdown', 'md', 'php', 'rb', 'sass', 'scss', 'txt', 'xhtml', 'xml' ]
output_dir: output
index_filenames: [ 'index.html' ]
enable_output_diff: false
site:
title: "Scaffolder"
subtitle: "Genome scaffolding for human beings"
url: "http://next.gs"
favicon: "/images/favicon.ico"
analytics_token: "UA-1362555-4"
navigation:
'api documentation': "http://rubydoc.info/gems/scaffolder/frames"
'unix manual pages': "/man/"
'contribute': "/contribute/"
'mailing list': "http://groups.google.com/group/scaffolder/topics"
'getting started': "/getting-started/"
'scaffold file format': "/man/scaffolder-format/"
author:
url: "http://www.michaelbarton.me.uk"
name: "Michael Barton"
google_fonts:
Molengo:
- "regular"
- "bold"
- "italic"
- "bolditalic"
Volkorn:
- "regular"
- "bold"
- "italic"
- "bolditalic"
Nobile:
- "regular"
- "bold"
- "italic"
- "bolditalic"
scripts:
- "/javascript/prettify.js"
stylesheets:
"/stylesheets/screen.css": "screen,projection"
"/stylesheets/print.css": "print"