File tree 4 files changed +8
-10
lines changed
4 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 8
8
<!DOCTYPE html>
9
9
< html >
10
10
< body >
11
- < img src ="{{ site.url }}{{ site. baseurl }}/assets/images/404_sign.png " />
11
+ < img src ="{{ site.baseurl }}/assets/images/404_sign.png " />
12
12
13
13
< h1 > Oops!</ h1 >
14
14
15
15
< h4 > You've reached a dead end.</ h4 >
16
16
17
17
< h4 >
18
- If you feel like something should be here, you can < a href ="https://pytorch.org/ "> open an issue</ a > on GitHub.
18
+ If you feel like something should be here, you can < a href ="https://github.com/ pytorch/pytorch.github.io/issues "> open an issue</ a > on GitHub.
19
19
</ h4 >
20
20
21
21
< h4 >
22
- Click < a href ="https://pytorch.org / "> here</ a > to go back to the main page.
22
+ Click < a href ="/ "> here</ a > to go back to the main page.
23
23
</ h4 >
24
24
</ body >
25
25
</ html >
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ include-yarn-deps:
34
34
cp node_modules/anchor-js/anchor.min.js $(VENDOR_DIR )
35
35
36
36
build : install include-yarn-deps
37
- $(JEKYLL ) build --config _config.yml,_config_dev.yml
37
+ $(JEKYLL ) build --config _config.yml
38
38
rm _site/Gemfile
39
39
rm _site/Gemfile.lock
40
40
rm _site/Makefile
@@ -44,7 +44,7 @@ build: install include-yarn-deps
44
44
rm -rf _site/scripts
45
45
46
46
serve : install include-yarn-deps
47
- JEKYLL_ENV=development $(JEKYLL ) serve --config _config.yml,_config_dev.yml
47
+ JEKYLL_ENV=development $(JEKYLL ) serve --config _config.yml
48
48
49
49
build_deploy : include-yarn-deps
50
50
JEKYLL_ENV=production $(JEKYLL ) build
Original file line number Diff line number Diff line change 1
1
# Site settings
2
2
title : " PyTorch Website"
3
- author : " Shift Lab "
3
+ author : " Facebook "
4
4
description : " Static website for pytorch.org"
5
- url : " https://shiftlab.github.io "
5
+ url : " https://pytorch.org "
6
6
default_author : The PyTorch Team
7
7
plugins :
8
8
- jekyll-paginate-v2
14
14
- node_modules
15
15
exclude : [vendor, node_modules]
16
16
github : [metadata]
17
- baseurl : " /pytorch "
17
+ baseurl : " "
18
18
external_urls :
19
19
github : https://github.com/pytorch/pytorch
20
20
github_issues : https://github.com/pytorch/pytorch/issues
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments