-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path_config.yml
executable file
·45 lines (40 loc) · 1.9 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
# Site settings
title: 김태영의 케라스 블로그
motto: 케라스, 그 간결함에 빠지다
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Keras, deep learning, MLP, CNN, RNN, LSTM, 케라스, 딥러닝, 다층 퍼셉트론, 컨볼루션 신경망, 순환 신경망, 강좌, DL, RL, Relation Network
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://tykimos.github.io" # the base hostname & protocol for your site
tags: [Keras, deep learning, MLP, CNN, RNN, LSTM, 케라스, 딥러닝, 다층 퍼셉트론, 컨볼루션 신경망, 순환 신경망, 강좌, DL, RL, Relation Network]
github_username: tykimos
permalink: /:year/:month/:day/:title/
# this is the url root of the view source link on the footer page.
viewsourceroot: https://github.com/tykimos
# this is the url root of the create page link on the footer page.
newsourceroot: https://github.com/tykimos
#########################################
# for duoshuo.com commenting system, uncomment following line if you do not want to include duoshuo.com.
#duoshuo_shortname: lixizhi
#duoshuo_url: "http://lixizhi.github.io"
# disqus.com commenting system. please note that it is exclusive with duoshuo.com
disqus_shortname: tykimos
disqus_url: "http://tykimos.github.io"
#########################################
author:
facebook: tykimo # site author facebook page
facebook:
app_id: 133611907176334 # site facebook app id
publisher: 1234 # site facebook page id
admins: 1234 # site admin facebook profile id
# Build settings
markdown: kramdown
future: true
encoding: UTF-8
plugins:
- jekyll-paginate # 플러그인 사용을 의미한다.(Jekyll 3)
# pagination settings
paginate: 10 # 한 페이지당 보여줄 posts 수
# :num은 페이지마다 번호를 각각 부여한다.
paginate_path: "/posts/page/:num" # 다음 페이지에 해당하는 URL
excerpt_separator: <!--more-->