forked from PyTorchKorea/pytorch.kr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
91 lines (91 loc) Β· 2.27 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Site settings
title: "νμ΄ν μΉ νκ΅ μ¬μ©μ λͺ¨μ (PyTorch Korea User Group)"
author: "PyTorch Korea User Group"
default_author: "PyTorch Korea User Group"
description: "νμ΄ν μΉ νκ΅ μ¬μ©μ λͺ¨μμ μ€μ κ²μ νμν©λλ€. λ₯λ¬λ νλ μμν¬μΈ νμ΄ν μΉ(PyTorch)λ₯Ό μ¬μ©νλ νκ΅μ΄ μ¬μ©μλ€μ μν΄ λ¬Έμλ₯Ό λ²μνκ³ μ 보λ₯Ό 곡μ νκ³ μμ΅λλ€."
latest_version: 1.0
timezone: Asia/Seoul
url: "https://pytorch.kr"
baseurl: ""
plugins:
- jekyll-redirect-from
- jekyll-autoprefixer
- jekyll-feed
- jekyll-github-metadata
- jekyll-sitemap
sass:
load_paths:
- _sass
- node_modules
exclude: [
vendor,
node_modules,
README.md,
CODE_OF_CONDUCT.md,
Gemfile,
Gemdile.lock,
LICENSE,
yarn.lock,
yarn-error.log,
package.json,
package-lock.json,
Makefile,
scripts,
docs,
_hub/docs/template.md,
install.sh,
install_basics.sh,
install_nightlies.sh,
preview_hub.sh,
run_pytorch.sh,
sanity_check.py,
setup_ci.sh,
upgrade_torchvision.sh,
]
include: [
.nojekyll,
CNAME,
_static,
_images,
_modules,
_sources,
_tensor_str.html,
_utils.html,
]
keep_files: [vendor/assets, docs/master/_static/js/vendor/]
repository: PyTorchKorea/pytorch.kr
external_urls:
org_www: https://pytorch.org
org_docs: https://pytorch.org/docs
org_tutorials: https://pytorch.org/tutorials
hub_template: https://github.com/pytorch/hub/blob/master/docs/template.md
previous_pytorch_versions: https://pytorch.kr/get-started/previous-versions/
site_tutorials: https://tutorials.pytorch.kr/
site_community: https://discuss.pytorch.kr/
site_hub: https://pytorch.kr/hub
repo_tutorials: https://github.com/PyTorchKorea/tutorials-kr
repo_hub: https://github.com/PyTorchKorea/hub-kr
repo_www: https://github.com/PyTorchKorea/pytorch.kr
repo_org: https://github.com/PyTorchKorea
livereload: false
markdown: kramdown
highlighter: rouge
collections:
about:
output: false
contributors:
output: true
get_started:
output: true
hub:
output: true
permalink: /hub/:title/
resources:
output: false
features:
output: false
maintainers:
output: false
news:
output: true
permalink: /news/:title/