-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
53 lines (40 loc) · 1.02 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
# Dependencies
markdown: kramdown
#highlighter: pygments
# Permalinks
permalink: pretty
# Setup
title: Invenia Blog
tagline: 'Electricity Grids, Julia, and Machine Learning'
description: 'Blogging About Electricity Grids, Julia, and Machine Learning'
url: https://invenia.github.io
baseurl: /blog
home: /
logo: /public/InveniaLogo.png
footer-links:
rss: true
twitter: InveniaLabs
author:
name: 'Invenia'
url: https://www.invenia.ca/
twitter:
username: InveniaLabs
card: summary
paginate: 5
# Post Metadata Defaults
defaults:
- scope:
path: ""
values:
image: /public/InveniaLogo.png
# Custom vars
version: 0.0.2
github:
repo: https://github.com/invenia/blog
repository: invenia/blog
google_analytics: UA-120694221-1
avatar: https://www.invenia.ca/wp-content/uploads/favicon.png
plugins:
- jekyll-paginate
- jekyll-feed
- jekyll-seo-tag