Skip to content

Commit 2e943da

Browse files
authored
Switch CNAME to 'jupiter.qubitpi.org' (#1)
1 parent 6b28e7c commit 2e943da

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ vendor
77
.bundle
88
.sass-cache
99
.nox
10-
__pycache__/
10+
__pycache__/
11+
.idea/

CNAME

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
jupyter.org
1+
jupyter.qubitpi.org

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: > # this means to ignore newlines until "baseurl:"
66
notebook combines live code, equations, narrative text, visualizations,
77
interactive dashboards and other media.
88
baseurl: "" # the subpath of your site, e.g. /blog/
9-
url: "https://jupyter.org" # the base hostname & protocol for your site
9+
url: "https://jupyter.qubitpi.org" # the base hostname & protocol for your site
1010

1111
# Build settings
1212
markdown: kramdown

0 commit comments

Comments
 (0)