We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a03699c commit ff8a3baCopy full SHA for ff8a3ba
1 file changed
website/README.md
@@ -19,6 +19,11 @@ $ source activate pelican-blog
19
$ pip install pelican Markdown ghp-import
20
```
21
22
+Copy the notebook content to the right location (this script also modifies some links for the HTML):
23
+```
24
+$ python copy_notebooks.py
25
26
+
27
Build the html and serve locally:
28
29
@@ -31,4 +36,4 @@ Deploy to github pages
31
36
32
37
33
38
$ make publish-to-github
34
-```
39
0 commit comments