-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·69 lines (61 loc) · 1.86 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
# Site setings
name: 'Miguel Jimenez-Urias'
description: 'Computational Physical Oceanographer'
meta_description: ''
logo:
# Author image is used in site sidebar and greetings in the home page hero text
author:
image: 'profile0.png'
greetings: "I am a computational physical oceanographer interested in improving our understanding of ocean circulation, through the use of theory, computer simulations and global ocean circulation models. I am currently a postdoctoral fellow at Johns Hopkins University."
favicon: 'assets/images/favicon.ico'
baseurl:
production_url: https://royce.netlify.com/
disqus: 'justgoodthemes'
# mailchimp_url: '//justgoodthemes.us3.list-manage.com/subscribe/post?u=78f1bab16028354caeb23aecd&id=4a7330d117'
# Add your GA Tracking Id
ga_analytics:
# Contact form setings
email: [email protected]
# contact_page_description: "Horace theme comes with a contact form built-in. You can use this form with Formspree service and get up to 50 submissions for free. Also, you can easily switch to another service if you want."
#thankyou_page_description: "Your message has been successfully sent. We will contact you very soon!"
# Social links
# twitter: 'justgoodthemes'
# facebook: 'mike.jmnez86'
github: 'Mikejmnez'
# codepen: 'username'
# dribbble: 'username'
# medium: '@username'
# instagram: 'username'
# pinterest: 'username'
# linkedin: 'username'
# producthunt: '@username'
# quora: 'username'
# Navigation
navigation:
- text: Home
url: /
- text: About
url: /About
- text: Research
url: /research
- text: Teaching
url: /teaching
- text: [email protected]
url:
# Required Plugins
plugins_dir:
- jekyll-paginate
- jekyll-tagsgenerator
- jekyll-seo-tag
- jekyll-sitemap
# Pagination
paginate: 5
paginate_path: /page:num/
# Permalinks
permalink: /:title
# Other
markdown: kramdown
# Sass
sass:
sass_dir: _sass
style: compressed