You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,4 +59,9 @@ Note that this will **not** render markdown syntax. Entries for both `name` and
59
59
```yaml
60
60
- name: National Science Foundation
61
61
image: /images/nsf.png
62
-
```
62
+
```
63
+
64
+
## Test the Site Locally
65
+
To test the site locally, install Jekyll along with the Jekyll github-pages extension (doing so via conda is recommended) and run the following command: `jekyll serve`
66
+
67
+
This will start a local development web server to preview the site. Note that updating the config files may require restarting this server to take effect.
0 commit comments