diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ $ pip3 install -r requirements.txt $ mkdir posts/hello-world $ echo 'Title: Hello, World!' > posts/hello-world/metadata.txt $ echo 'Date: 2022-12-23' >> posts/hello-world/metadata.txt -$ echo 'Hello, world!' > posts/hello-world/hello-world.txt +$ echo 'Hello, world!' > posts/hello-world/hello-world.md $ make deploy ``` |