-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·51 lines (41 loc) · 1.12 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
# visit https://github.com/mojombo/jekyll/wiki/Configuration for more settings
source: .
paginate: 10 # pagination based on number of posts
paginate_path: "page:num"
exclude: ["README.md"] # files to exclude
highlighter: rouge
markdown: kramdown
disqus: lioumens
google_analytics: dbyll
url: https://lioumens.github.io
defaults:
-
scope:
path: "" # empty string for all files
values:
title: Michael Liou
repository: lioumens/lioumens.github.io
title: "Michael Liou"
description: Michael (lioumens) projects, research and blog posts.
author:
name: Michael Liou
email: [email protected]
github: lioumens
twitter: lioumens
pinterest: asd123
linkedin: asd123
bio: "Statistics PhD Student at UW-Madison"
email_md5: cff471ff7d771f85f7c842ee87eb095c
rss_path: feed.xml
categories_path: categories.html
tags_path: tags.html
# Added to remove regeneration errors
# set it as url of an image
# sidebar_background_image: https://www.dropbox.com/s/g9h23zrycedxtk5/sky.png?raw=1
BASE_PATH: ""
plugins:
- jekyll-paginate
- jekyll-github-metadata
- jekyll-seo-tag
- jekyll-sitemap
github: [metadata]