-
Notifications
You must be signed in to change notification settings - Fork 53
/
_config.yml
115 lines (115 loc) Β· 2.66 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# Site settings
lang: ko
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-paginate-v2
- 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
variables:
community_discourse_id: bot
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_blog: https://pytorch.kr/blog
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: true
markdown: kramdown
highlighter: rouge
collections:
about:
output: false
posts:
output: true
permalink: /blog/:year/:title/
contributors:
output: true
features:
output: false
get_started:
output: true
hub:
output: true
permalink: /hub/:title/
maintainers:
output: false
news:
output: true
permalink: /news/:title/
resources:
output: false
pagination:
enabled: true
per_page: 7
permalink: "/blog/:num/"
title: ":title | μ 체 :max νμ΄μ§ μ€ :num νμ΄μ§"
limit: 0
sort_field: "date"
sort_reverse: true
trail:
before: 2
after: 2