-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
121 lines (103 loc) · 3.62 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# # #
# MoTLabs Blog #
# # #
# Basic
name: "MoTLabs Blog"
authors:
jwkang:
nickname: Jaewook Kang
fullname: 강재욱
description: >
MoTLab에서 모바일 환경을 위한 **신호처리**와 **머신러닝**을 연구합니다.<br>
최근에는 [TensorFlowLite](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/lite) + Convolutional Neural Net에 빠져 있습니다.<br>
집에서는 볶음밥 레시피를 연구합니다 :-)
gravatar: d79c5efc1cfbc982f00b38d3290ef97c #you can obtain your gravatar hash code from http://www.miraclesalad.com/webtools/md5.php. This site translate your email to a hashcodes.
email: [email protected]
github: jwkanggist
facebook: https://www.facebook.com/jwkkang
dygwak:
nickname: Doyoung Gwak
fullname: 곽도영
description: >
MoTLab에서 iOS 개발을 담당하고 있고 모바일용 머신러닝 기술에 관심이 많습니다.
지금까지는 iOS 앱개발에 빠져있었으나 최근에는 머신러닝에 흥미가 많습니다.
gravatar: 93a901621e86a4fe17c77d4314374af4 #you can obtain your gravatar hash code from http://www.miraclesalad.com/webtools/md5.php. This site translate your email to a hashcodes.
email: [email protected]
github: tucan9389
facebook: https://www.facebook.com/tucan9389
howtowhy:
nickname: Stella Yang
fullname: 양서연
description: >
MoT에서 회식부장을 당담하고 있습니다.
우주를 좋아합니다. 물리학과 기계항공을 전공하였고,
임베디드 딥러닝과 HCI, 로보틱스 항법에 관심이 많습니다.
gravatar: 885d90b768d49bed83042cf42810e5f1
email: [email protected]
github: howtowhy
facebook: https://www.facebook.com/seoyeon.stella.yang
# penname:
# nickname: yourname
# fullname: yournick name
# description: Introduce yourself
# gravatar: d79c5efc1cfbc982f00b38d3290ef97c #you can obtain your gravatar hash code from http://www.miraclesalad.com/webtools/md5.php. This site translate your email to a hashcodes.
# email: [email protected]
# github: your githubid
# facebook: yourfacebook
copyright:
year: 2018
name: MoTLabs
# Google-analytics
google-analytics:
id: "UA-120661930-1"
# Disqus
disqus:
id: "motlabs-github-io"
# URL
url: "https://motlabs.github.io/" # the base hostname & protocol for your site
# url: "http://localhost:4000" # use this url when you develop
#baseurl: "/Kiko-plus" # the subpath of your site, e.g. /blog
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
timezone: Asia/Seoul
permalink: /:year-:month-:day/:title/
# Pagination
paginate: 5
paginate_path: /page:num/
# Markdown
markdown: kramdown
kramdown:
input: GFM
# Navigation
nav:
# - name: "About"
# url: "/about"
# - name: "Archive"
# url: "/archive"
# - name: "Tags"
# url: "/tags"
- name: "motlabs github link"
url: "https://github.com/motlabs/"
# Sass
sass:
sass_dir: _sass
style: :compressed
# Scopes
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
-
scope:
path: ""
type: "posts"
values:
layout: "post"
# jekyll-seo-tag, see: http://www.rubydoc.info/gems/jekyll-seo-tag/1.2.0
plugins:
- jekyll-seo-tag
- jekyll-paginate
- jekyll-admin
exclude: [vendor]