-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
58 lines (58 loc) · 1.2 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
---
title: Documentation
timezone: UTC
collections:
docs:
title: Docs
output: false
posts:
title: Posts
output: true
uploads:
title: Uploads
output: true
defaults:
- scope:
path: ''
type: pages
values:
layout: page
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
hard_wrap: false
syntax_highlighter: rouge
permalink: pretty
tagline: Research Portal
description: Documentation Template for Researchers
url: http://adricanedo.github.io/template-jekyll-docs
baseurl: "/"
author:
name: Vanessa Sochat
url: https://twitter.com/StanfordCompute
github: researchapps
twitter: StanfordCompute
paginate: 5
gems:
- jekyll-paginate
- jekyll-gist
exclude:
- playground
- OLD
- theme
- src
version: 1.0.0
github:
repo: https://github.com/researchapps/template-jekyll-docs
google_analtics: UA-68034405-2
disqus_shortname: stanfordrc
twitter_username: StanfordApps
github_username: researchapps
contact_email: researchapps@googlegroups.com
site_name: Situm
site_description: Situm Documents
site_favicon: assets/img/favicon/favicon.ico
copyright: Have questions? Feel free to contact <a href='mailto:researchapps@googlegroups.com'>Research
Applications</a>