Skip to content

Commit e923a15

Browse files
committed
Fix typo in Hugo blog post
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 3342865 commit e923a15

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

_posts/2019-08-20-serverless-static-sites.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,13 @@ We won't be using our previous function anymore so remove it:
307307
faas-cli remove example-site
308308
```
309309

310-
Try creating a new blog post with: `Hugo new posts/my-first-post.md`. Remember to run that command inside the folder of your Hugo site, not the root folder of the project.
310+
Try creating a new blog post with:
311+
312+
```bash
313+
hugo new posts/my-first-post.md
314+
```
315+
316+
Remember to run that command inside the folder of your Hugo site, not the root folder of the project.
311317

312318
Commit and push your changes again, after OpenFaaS Cloud does its thing you will be able to see your new changes deployed.
313319

0 commit comments

Comments
 (0)