11# Site settings
22title : " 파이토치 한국 사용자 모임 (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 "
55description : " 파이토치 한국 사용자 모임에 오신 것을 환영합니다. 딥러닝 프레임워크인 파이토치(PyTorch)를 사용하는 한국어 사용자들을 위해 문서를 번역하고 정보를 공유하고 있습니다."
66latest_version : 1.0
77timezone : Asia/Seoul
@@ -11,6 +11,7 @@ plugins:
1111 - jekyll-redirect-from
1212 - jekyll-autoprefixer
1313 - jekyll-feed
14+ - jekyll-github-metadata
1415sass :
1516 load_paths :
1617 - _sass
@@ -29,7 +30,7 @@ exclude: [
2930 Makefile,
3031 scripts,
3132 docs,
32- _hub/docs/template.md
33+ _hub/docs/template.md,
3334 ]
3435include : [
3536 .nojekyll,
@@ -39,27 +40,29 @@ include: [
3940 _modules,
4041 _sources,
4142 _tensor_str.html,
42- _utils.html
43+ _utils.html,
4344 ]
4445keep_files : [vendor/assets, docs/master/_static/js/vendor/]
45- github : [metadata]
46+ repository : PyTorchKorea/pytorch.kr
4647external_urls :
47- org : https://pytorch.org
48+ org_www : https://pytorch.org
4849 org_docs : https://pytorch.org/docs
4950 org_tutorials : https://pytorch.org/tutorials
5051 hub_template : https://github.com/pytorch/hub/blob/master/docs/template.md
5152 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
5760livereload : false
5861markdown : kramdown
5962highlighter : rouge
6063collections :
6164 about :
62- output : true
65+ output : false
6366 get_started :
6467 output : true
6568 hub :
@@ -68,6 +71,7 @@ collections:
6871 resources :
6972 output : false
7073 features :
71- output : true
74+ output : false
7275 news :
7376 output : true
77+ permalink : /news/:title/
0 commit comments