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
*Before attempting to build the website, ensure Docker is in a running state on your system.*
147
+
148
+
* Enter the `publishing/` directory:
149
+
```sh
150
+
cd publishing
151
+
```
152
+
* Run the Docker build and website local-host command:
153
+
```sh
154
+
make build && make generate-website && make host-content
155
+
```
156
+
* View the website locally at default http://localhost:8000, or specific posts
157
+
at http://localhost:8000/blog/{YEAR}/{MONTH}/{DAY}/{ISSUE}/.
158
+
159
+
Note: If looking to test the website's search functionality locally, you will need to adjust the [`TESTING_LOCALLY`](https://github.com/rust-lang/this-week-in-rust/blob/dc127f17fcabbf0f058eb3d5a3febba434ddca83/pelicanconf.py#L7)
160
+
variable to `True`.
161
+
162
+
### Building the newsletter
146
163
147
-
### To build the newsletter
164
+
*Before attempting to build the email newsletter, ensure Docker is in a running state on your system.*
0 commit comments