forked from SpellOnYou/SpellOnYou.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
66 lines (53 loc) · 1.88 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
# Site
name: 'SpellOnYou'
description: "Be afraid only of standing still. Remain fresh, body and soul."
logo: 'assets/images/logo.png'
favicon: 'assets/images/favicon.ico'
baseurl: ''
disqus: 'dionne'
email: 'kimjiwon08@snu.ac.kr'
# mailchimp-list: 'https://wowthemes.us11.list-manage.com/subscribe/post?u=8aeb20a530e124561927d3bd8&id=8c3d2d214b'
include: ["_pages"]
permalink: /:year/:month/:title/
twitter_username: karma_Aleph
github_username: SpellOnYou
# disqus_shortname: dionne
# favicon: "/images/favicon.ico"
# aboutme: In the face of ambiguity, refuse the temptation to guess.
# aboutme_photo: "/images/IMG_0610.JPG"
# Plugins
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-paginate
- jekyll-seo-tag
# assets/images/my_photo.png
authors:
dionne:
name: dionne
site: https://spellonyou.github.io
avatar: assets/images/my_photo.png
bio: "Welcome, I'm dionne. My old hobby is collecting and systemizing data related with me. (I'm with my kindergarten newsletter) I am an observationist. In the meantime, I enjoy the difference between my expectation and result which I've been facinated(my korean-sarcasm project). And I love a film written and directed by Paul Thomas Anderson. Now, I'm interested in AI ethics, and especially studying bias."
email: kimjiwon08@snu.ac.kr
twitter: https://twitter.com/karma_Aleph
# Defaults
defaults:
# all posts
- scope:
path: "_posts"
values:
layout: post
author: Dionne
avatar: assets/images/my_photo.png
# all pages
- scope:
path: "_pages"
values:
layout: page
# Syntax
markdown: kramdown
highlighter: rouge
# Paginate
paginate: 10
# Exclude metadata and development time dependencies (like Grunt plugins)
exclude: [README.markdown, package.json, grunt.js, Gruntfile.js, Gruntfile.coffee, node_modules]