@@ -15,18 +15,19 @@ sass:
15
15
load_paths :
16
16
- _sass
17
17
- node_modules
18
- exclude : [vendor, node_modules, README.md, CODE_OF_CONDUCT .md, Gemfile, Gemdile.lock, LICENSE , yarn.lock, yarn-error.log, package.json, Makefile, scripts, docs, _hub/docs/template.md]
18
+ exclude : [vendor, node_modules, Gemfile, Gemdile.lock, README .md, LICENSE, CONTRIBUTING.md , yarn.lock, yarn-error.log, package.json, Makefile, scripts, docs, _hub/docs/template.md]
19
19
include : [.nojekyll, CNAME, _static, _images, _modules, _sources, _tensor_str.html, _utils.html]
20
20
keep_files : [vendor/assets, docs/master/_static/js/vendor/]
21
21
github : [metadata]
22
22
external_urls :
23
- org : https://pytorch.org
23
+ org_www : https://pytorch.org
24
24
org_docs : https://pytorch.org/docs
25
25
org_tutorials : https://pytorch.org/tutorials
26
26
hub_template : https://github.com/pytorch/hub/blob/master/docs/template.md
27
27
previous_pytorch_versions : https://pytorch.kr/get-started/previous-versions/
28
- community : https://discuss.pytorch.kr/
29
- tutorials : https://tutorials.pytorch.kr/
28
+ site_tutorials : https://tutorials.pytorch.kr/
29
+ site_community : https://discuss.pytorch.kr/
30
+ site_hub : https://pytorch.kr/hub
30
31
repo_tutorials : https://github.com/PyTorchKorea/tutorials-kr
31
32
repo_hub : https://github.com/PyTorchKorea/hub-kr
32
33
repo_www : https://github.com/PyTorchKorea/pytorch.kr
0 commit comments