-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
79 lines (69 loc) · 1.91 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
77
78
79
title: WY Chow Lab
url: "https://www.wychowlab.org"
baseurl: ""
tagline: Using magnetic resonance to deliver new insight to human health and disease.
description: We use solid-state NMR spectroscopy to bring new insight to biomolecules in the extracellular matrix that are relevant to human health and disease. We are based at the University of Warwick, UK.
# seo-tag info
author:
twitter: wingyingchow
name: Wing Ying Chow
image: /img/people/ying.jpg
url: https://www.wychowlab.org/
twitter:
username: wingyingchow
card: summary_large_image
social:
name: Wing Ying Chow
links:
- https://twitter.com/wingyingchow
- https://orcid.org/0000-0003-0719-5958
- https://scholar.google.com/citations?user=IIFksEIAAAAJ&hl=en
- https://www.linkedin.com/in/wingyingchow/
- https://www.researchgate.net/profile/Wing-Ying-Chow
- https://github.com/selkieupsilon
locale: en_GB
logo: /img/logo.png
# colorize code snippets with the pygments module
highlighter: pygments
# The path structure for posts.
permalink: /:categories/:year/:month/:day/:title
# Number of news stories on the front page.
front_page_news: 5
# Base pathname for links.
base: ''
# make pages for the _projects folder
collections:
projects:
output: true
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
defaults:
- scope:
path: ""
values:
image:
path: /img/logo.png
alt: WYChow Lab logo
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
exclude:
- Makefile
- README.md
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/