File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 23
23
# create an email-friendly HTML version of the "BLOG_DOWNLOAD" page.
24
24
# This is the equivalent of running `juice --web-resources-images false /tmp/in.html /tmp/out.html`
25
25
#
26
- # $ make optimize-email
26
+ # $ make optimize-email
27
27
#
28
28
# This results in the desired email-friendly HTML version: "juice/out.html".
29
29
30
30
# CHANGE ME! vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
31
- BLOG_DOWNLOAD =http://127.0.0.1:8000/blog/2022/07/27 /this-week-in-rust-453 /
31
+ BLOG_DOWNLOAD =http://127.0.0.1:8000/blog/2022/08/10 /this-week-in-rust-455 /
32
32
33
33
build :
34
34
cd .. && docker build -t twir -f publishing/Dockerfile . && cd -
@@ -56,6 +56,7 @@ host-content:
56
56
bash run_server.sh
57
57
58
58
optimize-email :
59
+ @echo -n " Is this '${BLOG_DOWNLOAD} ' your desired blog? [y/N] " && read ans && [ $$ {ans:-N} = y ]
59
60
rm -rf juice
60
61
mkdir juice
61
62
curl ${BLOG_DOWNLOAD} > juice/in.html
You can’t perform that action at this time.
0 commit comments