-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
73 lines (57 loc) · 1.6 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Dependencies
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
hard_wrap: false
syntax_highlighter: rouge
# filter used to process markdown. note that kramdown differs from github-flavored markdown in some subtle ways
# Permalinks
permalink: pretty
# Setup
title: Documentation
tagline: 'Research Portal'
description: 'Documentation Template for Researchers'
url: http://researchapps.github.io/red-docs-jekyll
baseurl: /red-docs-jekyll/
author:
name: 'Vanessa Sochat'
url: https://twitter.com/StanfordCompute
github: 'researchapps'
twitter: 'StanfordCompute'
paginate: 5
plugins: [jekyll-paginate, jekyll-gist]
collections:
- docs
# Defaults
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
# Stuff to ignore
exclude:
- playground
- OLD
- theme
- src
# Custom vars
version: 1.0.0
github:
repo: https://github.com/researchapps/red-docs-jekyll
# Social networking, etc
google_analtics: "UA-68034405-2"
disqus_shortname: "stanfordrc"
twitter_username: StanfordCompute
github_username: researchapps
contact_email: [email protected]
# Site information
site_name: RedDocs
site_description: Documentation Template for Researchers
site_favicon: assets/img/favicon/favicon.ico # relative to baseurl
#logo: assets/img/logo_small.png # relative to baseurl
# Copyright
copyright: "Have questions? Feel free to contact <a href='mailto:[email protected]'>RSE Services</a>"