diff --git a/scripts/new_post.py b/scripts/new_post.py index fed31d8..565e8bc 100755 --- a/scripts/new_post.py +++ b/scripts/new_post.py @@ -86,7 +86,8 @@ Path("highlights.md").touch() Path("blog.md").touch() url = f"http://localhost:4100/{now.strftime('%Y/%m/%d/')}{id_from_title}.html" -system(f"open {url}") +# system(f"open {url}") +print(f"Post served on localhost, open in browser to preview. {url}") system(f"code _posts/{filename}") print(f"Now on new branch post/{id_from_title}")