-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
59 lines (53 loc) · 1.26 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
title: HFS - CCQC
email: ccq@uga.edu
description: >
Research group website for Henry F. Schaefer III, director of the
Center of Computational Quantum Chemistry, a part of the
Department of Chemistry at the University of Georgia.
tagline: All Quantum, All the Time
baseurl: ""
url: https://ccqc.github.io
author: CCQC
github_username: CCQC
project_repository: ccqc.github.io
permalink: pretty
favicon: /img/icons/favicon.png
theme_color: '#b02b21'
footer_menu: footer_menu
logo: /img/ccqc_logo.png
twitter:
username: CCQC_UGA
card: summary
social:
name:
links:
- https://twitter.com/ccqc_uga?lang=en
- https://www.facebook.com/pages/Center-for-Computational-Quantum-Chemistry/107917969264397
- https://www.instagram.com/ccqc_at_uga/?igshid=NTc4MTIwNjQ2YQ%3D%3D
- https://github.com/CCQC
defaults:
- scope:
path: ""
values:
image: /img/ccqc_logo.png
author: CCQC
# Build settings
remote_theme: chrisrhymes/bulma-clean-theme
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-paginate
- jekyll-sitemap
- jekyll-redirect-from
- kramdown-parser-gfm
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/