Skip to content

Commit 810b276

Browse files
committed
잘못된 변경사항 되돌리기
1 parent 8ab6eb7 commit 810b276

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

_config.yml

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Site settings
22
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"
55
description: "파이토치 한국 사용자 모임에 오신 것을 환영합니다. 딥러닝 프레임워크인 파이토치(PyTorch)를 사용하는 한국어 사용자들을 위해 문서를 번역하고 정보를 공유하고 있습니다."
66
latest_version: 1.0
77
timezone: Asia/Seoul
@@ -11,6 +11,7 @@ plugins:
1111
- jekyll-redirect-from
1212
- jekyll-autoprefixer
1313
- jekyll-feed
14+
- jekyll-github-metadata
1415
sass:
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
]
3435
include: [
3536
.nojekyll,
@@ -39,27 +40,29 @@ include: [
3940
_modules,
4041
_sources,
4142
_tensor_str.html,
42-
_utils.html
43+
_utils.html,
4344
]
4445
keep_files: [vendor/assets, docs/master/_static/js/vendor/]
45-
github: [metadata]
46+
repository: PyTorchKorea/pytorch.kr
4647
external_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
5760
livereload: false
5861
markdown: kramdown
5962
highlighter: rouge
6063
collections:
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

Comments
 (0)