-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
61 lines (57 loc) · 1.21 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
title: Learning Julia
author: Michele Pratusevich
email: [email protected]
description: >
A blog documenting my learning of the Julia programming
language. My background is in computer vision and computational
photography, so the posts and projects will have a vision-and-graphics
bent.
baseurl: ""
url: "https://learningjulia.com"
twitter:
username: learningjulia
github:
username: mprat
google_analytics: G-E8SQHHCGTK
disqus:
shortname: learningjulia
logo: /assets/imgs/learningjulia.svg
social:
links:
- https://twitter.com/learningjulia
# Build settings
safe: true
markdown: kramdown
highlighter: rouge
theme: minima
plugins:
- jekyll-feed
- jekyll-coffeescript
- jekyll-gist
- jekyll-mentions
- jekyll-paginate
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
exclude:
- Gemfile
- Gemfile.lock
whitelist:
- jekyll-coffeescript
- jekyll-gist
- jekyll-mentions
- jekyll-paginate
- jekyll-redirect-from
kramdown:
input: GFM
hard_wrap: false
excerpt_separator: <!--more-->
# default image for twitter cards
# and facebook open-graph
defaults:
- scope:
path: ""
values:
image: /assets/imgs/learningjulia.svg
height: 250
width: 250