-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
39 lines (31 loc) · 1.06 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
# Site wide configuration
title: Simon Marius Mudd
description: "Simon M. Mudd's website"
logo: Simon_Photo_160x160.jpg # 120x120 px default image used for Twitter summary card
teaser: monkey_400x250.jpg # 400x250 px default teaser image used in image archive grid
locale: en_US
url: //simon-m-mudd.github.io
encoding: UTF-8
# Jekyll configuration
sass:
sass_dir: _sass
style: compressed
permalink: /:categories/:title/
kramdown:
toc_levels: 1..2
highlighter: rouge
gems:
- jekyll-sitemap
# Site owner
owner:
name: Simon M. Mudd
email: [email protected]
twitter: simonmariusmudd
avatar: Simon_Photo_160x160.jpg # 160x160 px image for author byline
# Some testing stuff
author:
name: 'Simon M Mudd'
twitter_username: SimonMariusMudd
github_username: simon-m-mudd
google_scholar_id: 9iv6l7wAAAAJ
exclude: ["lib", "config.rb", ".sass-cache", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "*.sublime-project", "*.sublime-workspace", "Gemfile", "Gemfile.lock", "readme.md", "LICENSE", "node_modules", "Gruntfile.js", "package.json"]