@@ -4,8 +4,8 @@ title: "파이토치 한국 사용자 모임 (PyTorch Korea User Group)"
44author : " PyTorch Korea User Group"
55default_author : " PyTorch Korea User Group"
66description : >-
7- 파이토치 한국 사용자 모임에 오신 것을 환영합니다.
8- 딥러닝 프레임워크인 파이토치(PyTorch)를 사용하는 한국어 사용자들을 위해 문서를 번역하고 정보를 공유하고 있습니다 .
7+ 파이토치 한국 사용자 모임(PyTorchKR)에 오신 것을 환영합니다.
8+ 파이토치 한국 사용자 모임은 인공지능 프레임워크 파이토치(PyTorch)를 사용하는 한국어 사용자들이 지식과 경험을 공유하며 함께 성장하는 커뮤니티입니다 .
99latest_version : 1.0
1010timezone : Asia/Seoul
1111url : " https://pytorch.kr"
@@ -72,26 +72,11 @@ keep_files: [
7272 vendor/assets,
7373 docs/master/_static/js/vendor/
7474 ]
75- repository : PyTorchKorea/pytorch.kr
76- variables :
77- community_discourse_id : bot
78- external_urls :
79- org_www : https://pytorch.org
80- org_docs : https://pytorch.org/docs
81- org_tutorials : https://pytorch.org/tutorials
82- hub_template : https://github.com/pytorch/hub/blob/master/docs/template.md
83- previous_pytorch_versions : https://pytorch.kr/get-started/previous-versions/
84- site_tutorials : https://tutorials.pytorch.kr/
85- site_blog : https://pytorch.kr/blog
86- site_community : https://discuss.pytorch.kr/
87- site_hub : https://pytorch.kr/hub
88- repo_tutorials : https://github.com/PyTorchKorea/tutorials-kr
89- repo_hub : https://github.com/PyTorchKorea/hub-kr
90- repo_www : https://github.com/PyTorchKorea/pytorch.kr
91- repo_org : https://github.com/PyTorchKorea
9275livereload : true
9376markdown : kramdown
9477highlighter : rouge
78+
79+ # Jekyll Collections: Blog, Events, Hub, News, Resources, ...
9580collections :
9681 about :
9782 output : false
@@ -117,6 +102,10 @@ collections:
117102 permalink : /news/:title/
118103 resources :
119104 output : false
105+ domains :
106+ output : false
107+
108+ # Blog Pagination
120109pagination :
121110 enabled : true
122111 per_page : 7
@@ -128,3 +117,25 @@ pagination:
128117 trail :
129118 before : 2
130119 after : 2
120+
121+ # Variables
122+ repository : PyTorchKorea/pytorch.kr
123+ variables :
124+ community_discourse_id : bot
125+
126+ # External URLs
127+ external_urls :
128+ org_www : https://pytorch.org
129+ org_docs : https://docs.pytorch.org/docs
130+ org_tutorials : https://docs.pytorch.org/tutorials
131+ org_landscape : https://landscape.pytorch.org
132+ hub_template : https://github.com/pytorch/hub/blob/master/docs/template.md
133+ previous_pytorch_versions : https://pytorch.kr/get-started/previous-versions/
134+ site_tutorials : https://tutorials.pytorch.kr
135+ site_blog : https://pytorch.kr/blog
136+ site_community : https://discuss.pytorch.kr
137+ site_hub : https://pytorch.kr/hub
138+ repo_tutorials : https://github.com/PyTorchKorea/tutorials-kr
139+ repo_hub : https://github.com/PyTorchKorea/hub-kr
140+ repo_www : https://github.com/PyTorchKorea/pytorch.kr
141+ repo_org : https://github.com/PyTorchKorea
0 commit comments