-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·76 lines (65 loc) · 1.97 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
74
75
76
# Site setings
name: 'NUCLEARKATIE'
description: 'Katie is driven by two of the largest problems facing our world today: climate change and nuclear weapons.'
meta_description: ''
logo: 'assets/images/bitmap.png'
favicon: 'assets/images/atoms.ico'
baseurl:
production_url: http://nuclearkatie.com/
disqus: 'nuclearkatie'
#mailchimp_url: '//justgoodthemes.us3.list-manage.com/subscribe/post?u=78f1bab16028354caeb23aecd&id=4a7330d117'
cover_image: atomz.gif
# Add your GA Tracking Id
ga_analytics: UA-134095464-1
# Author
author:
name: 'Katie Mummah'
image: 'mummah_trinitite.jpg'
greetings: ''
description: "My name is Katie Mummah. I'm a nuclear engineer, graduate student, and clean energy advocate. It’s nice to meet you."
bio: 'Katie is a nuclear engineer, graduate student and avid tweeter. You can find her at <a href="https://twitter.com.nuclearkatie">@nuclearkatie</a>'
# 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. I'll get back to you as soon as possible!"
# Social links
twitter: 'nuclearkatie'
# facebook: ''
github: 'nuclearkatie'
# codepen: ''
# dribbble: ''
medium: '@nuclearkatie'
# pinterest: ''
linkedin: 'nuclearkatie'
# producthunt: ''
# Navigation
navigation:
- text: About
url: /about
- text: Resume/CV
url: /cv
- text: Research
url: /research
# - text: Style Guide
# url: /style-guide/
- text: Uranium glass
url: uranium-glass
- text: Contact Me
url: /contact
# 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