-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
78 lines (64 loc) · 2.75 KB
/
Copy path_config.yml
File metadata and controls
78 lines (64 loc) · 2.75 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
73
74
75
76
77
78
# Welcome to Jekyll!
title: Rumbaugh Lab # your site title
author: wAOndering # You :P
description: > # Meta description of Homepage
Rumbaugh Lab - Neuroscience Lab at The Scripps Research Institute - Understand the links between Autism Spectrum Disorder (ASD) genetic risk, resulting distributed brain connectivity impairments, and their impact on ASD-relevant behaviors
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://rumbaugh.scripps.ufl.edu/" # the base hostname & protocol for your site, e.g. http://example.com
# SEO PLUGIN
social:
name: Rumbaugh
links:
- https://twitter.com/GavinRumbaugh
# - https://www.facebook.com/ben.balter
# - https://www.linkedin.com/in/BenBalter
# - https://plus.google.com/+BenBalter
# - https://github.com/benbalter
# THEME SETTINGS
navigation: # Navigation links
- {name: 'Home', link: '/'}
- {name: 'Team', link: '/the-team'}
- {name: 'Research', link: '/research'}
- {name: 'Tools', link: '/tools'}
- {name: 'Publications', link: '/publications'}
- {name: 'Gallery', link: '/lab-gallery'}
- {name: 'News', link: '/news'}
- {name: 'Contact', link: '/contact'}
- {name: 'For Families', link: '/families'}
tagline: >
Understand the links between Autism Spectrum Disorder (ASD) genetic risk, resulting distributed brain connectivity impairments, and their impact on ASD-relevant behaviors
hero_img: posts/research_lg.jpg # Main background image: use the path from /assets/img/ => This will output /assets/img/posts/sleek_lg.jpg
email: gavinrumbaugh@ufl.edu # email for form submission
twitter_username: GavinRumbaugh # replace with your_twitter_username or comment to remove link from footer
github_username: RumbaughLab # replace with your_github_username or comment to remove link from footer
# instagram_username: GavinRumbaugh # replace with your_instagram_username or comment to remove link from footer
pubmed_search: rumbaugh+g
biorxiv_search: author1%3Arumbaugh%2Bg%20jcode%3Abiorxiv%20numresults%3A10%20sort%3Arelevance-rank%20format_result%3Astandard
disqus:
shortname: GavinRumbaugh # to enable comments replace with your_disqus_shortname
google_tag_manager: GTM-5XRDCW2 # Uncomment to enable GTM. Replace GTM-XXXXXXX with your GTM container ID
# service_worker: true
# BUILD SETTINGS
markdown: kramdown
# highlighter: rouge # or pygments or null
theme: minima #jekyll-sleek # Uncomment if you're using the theme as a ruby gem
# exclude:
# - README.md
# - node_modules
# - script
# - package.json
# - package-lock.json
# - Gemfile
# - Gemfile.lock
# - vendor
# - npm-debug.log
# - gulpfile.js
# - sleek.jpg
# include: ['_pages']
# permalink: /:title/
# compress_html:
# clippings: all
plugins:
- jekyll-feed
# - jekyll-sitemap
- jekyll-seo-tag