We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d7c7cf commit 59c4057Copy full SHA for 59c4057
README.md
@@ -13,7 +13,7 @@ A simple blog/personal site with an MVC architecture and new-school tech flavors
13
cargo run --bin post-maker <post-title-here>
14
```
15
> [!IMPORTANT]
16
-> You'll need an `.env` file with an api token in plain text in the project's root.
+> You'll need an `.env` file with an api token, e.g. `API_TOKEN=123456789`, in the project's root.
17
18
This will create a markdown file in the `data/posts/` directory. The file's frontmatter
19
contains a `draft` key which defaults to true. For the post to appar on the website,
0 commit comments