From fc52da21af3fed5b5149528e41b2542f78c271e3 Mon Sep 17 00:00:00 2001 From: Marcus Elwin Date: Wed, 25 Oct 2023 23:01:21 +0200 Subject: [PATCH] feat(post): Add BQ chunk post --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index bda8be5..fc157f7 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,15 @@ typos ./ds-with-mac/content/ ```sh # correct typos in folder typos ./ds-with-mac/content/ -w +``` + +### Creating posts +```sh +# create new post +hugo new posts//index.md +``` + +```sh +# server website locally +hugo server ``` \ No newline at end of file