File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ below.
15
15
16
16
### Building the site
17
17
18
- After checking out a local copy of the site, in your favorite terminal, navigate to the ` content ` directory of the source repository
18
+ After checking out a local copy of the site, in your favorite terminal, navigate to the ` portal ` directory of the source repository
19
19
20
20
``` bash
21
- cd projectpythia.github.io/content
21
+ cd projectpythia.github.io/portal
22
22
```
23
23
24
24
Use [ conda] ( https://docs.conda.io/ ) to set up a build environment:
@@ -52,7 +52,7 @@ Build the site locally using Sphinx (which you just installed in the `pythia` en
52
52
make html
53
53
```
54
54
55
- The newly rendered site is now available in ` content /_build/html/index.html` .
55
+ The newly rendered site is now available in ` portal /_build/html/index.html` .
56
56
Open with your web browser, or from the terminal:
57
57
58
58
``` bash
@@ -62,7 +62,7 @@ open _build/html/index.html
62
62
However, many of the links will not work. For all of the links
63
63
found in the portal to work properly, you'll need to set up a local
64
64
testing server. This can be done with Python's http.server by running
65
- the following command from within the content directory:
65
+ the following command from within the ` portal ` directory:
66
66
67
67
``` bash
68
68
python -m http.server --directory _build/html/
You can’t perform that action at this time.
0 commit comments