forked from poole/lanyon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·72 lines (65 loc) · 1.78 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
# Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: pretty
# Setup
# title 옆에 소제목 처럼 나오는 부분
title: Enfow's Blog
# tagline: 'A Jekyll theme'
# 사이드 바 상단에 나오는 부분. html tag 사용이 가능
# description: 'A reserved <a href="http://jekyllrb.com" target="_blank">Jekyll</a> theme that places the utmost gravity on content with a hidden drawer. Made by <a href="https://twitter.com/mdo" target="_blank">@mdo</a>.'
description1: ""
description2: ""
url: https://enfow.github.io
baseurl: ""
image_url: https://enfow.github.io/image
# 한 페이지에 보여지는 포스트 수
paginate: 1
plugins: [jekyll-paginate]
gems: [jekyll-paginate]
# About/contact
author:
name: Enfow
url: https://enfow.github.io
email: [email protected]
# Custom vars
version: 1.0.0
# category settings
cs_study_category_list: ["Computer-Science"]
development_category_list: ["Python"]
ml_study_category_list:
[
"Deep-Learning",
"Reinforcement-Learning-Introduction",
"Statistics",
"Linear-Algebra",
"Optimization",
"Mathematics-for-ML",
"Experiments",
]
paper_review_category_list:
[
"Neural-Network",
"Generative-Model",
"Model-Free-RL",
"Model-Based-RL",
"Parallel-RL",
"Multi-Agent-RL",
"Batch-RL",
"Distributional-RL",
"Meta-Learning",
"Sequence-to-Sequence",
"Large-Language-Model",
"Transfer-Learning",
"Graph-Neural-Network",
"Combinatorial-Optimization",
"Anomaly-Detection",
"Segmentation",
"Metric",
"Domain",
]
domain_category_list: ["Semiconductor", "Robotics"]
etc_category_list:
["Machine-Learning-project", "Environment-Settings", "Embedded"]
draft_list: ["draft", "archived"]
markdown: kramdown