1
1
# Site settings
2
2
title : " 파이토치 한국 사용자 모임 (PyTorch Korea User Group)"
3
- author : " PyTorchKorea Maintainers "
4
- default_author : " PyTorchKorea Maintainers "
3
+ author : " PyTorch Korea User Group "
4
+ default_author : " PyTorch Korea User Group "
5
5
description : " 파이토치 한국 사용자 모임에 오신 것을 환영합니다. 딥러닝 프레임워크인 파이토치(PyTorch)를 사용하는 한국어 사용자들을 위해 문서를 번역하고 정보를 공유하고 있습니다."
6
6
latest_version : 1.0
7
7
timezone : Asia/Seoul
@@ -11,6 +11,7 @@ plugins:
11
11
- jekyll-redirect-from
12
12
- jekyll-autoprefixer
13
13
- jekyll-feed
14
+ - jekyll-github-metadata
14
15
sass :
15
16
load_paths :
16
17
- _sass
@@ -29,7 +30,7 @@ exclude: [
29
30
Makefile,
30
31
scripts,
31
32
docs,
32
- _hub/docs/template.md
33
+ _hub/docs/template.md,
33
34
]
34
35
include : [
35
36
.nojekyll,
@@ -39,27 +40,29 @@ include: [
39
40
_modules,
40
41
_sources,
41
42
_tensor_str.html,
42
- _utils.html
43
+ _utils.html,
43
44
]
44
45
keep_files : [vendor/assets, docs/master/_static/js/vendor/]
45
- github : [metadata]
46
+ repository : PyTorchKorea/pytorch.kr
46
47
external_urls :
47
- org : https://pytorch.org
48
+ org_www : https://pytorch.org
48
49
org_docs : https://pytorch.org/docs
49
50
org_tutorials : https://pytorch.org/tutorials
50
51
hub_template : https://github.com/pytorch/hub/blob/master/docs/template.md
51
52
previous_pytorch_versions : https://pytorch.kr/get-started/previous-versions/
52
- hub_issue : https://github.com/PyTorchKorea/hub-kr/issues
53
- www_issue : https://github.com/PyTorchKorea/pytorch.kr/issues
54
- community : https://discuss.pytorch.kr/
55
- tutorials : https://tutorials.pytorch.kr/
56
- tutorials_github : https://github.com/PyTorchKorea/tutorials-kr
53
+ site_tutorials : https://tutorials.pytorch.kr/
54
+ site_community : https://discuss.pytorch.kr/
55
+ site_hub : https://pytorch.kr/hub
56
+ repo_tutorials : https://github.com/PyTorchKorea/tutorials-kr
57
+ repo_hub : https://github.com/PyTorchKorea/hub-kr
58
+ repo_www : https://github.com/PyTorchKorea/pytorch.kr
59
+ repo_org : https://github.com/PyTorchKorea
57
60
livereload : false
58
61
markdown : kramdown
59
62
highlighter : rouge
60
63
collections :
61
64
about :
62
- output : true
65
+ output : false
63
66
get_started :
64
67
output : true
65
68
hub :
@@ -68,6 +71,7 @@ collections:
68
71
resources :
69
72
output : false
70
73
features :
71
- output : true
74
+ output : false
72
75
news :
73
76
output : true
77
+ permalink : /news/:title/
0 commit comments