- You might need Hugo extened version for development.
- Fork this repository and get your fork.
git clone https://github.com/<your-username>/mammam.git
- Using Hugo command line to create new post. The new post's name should be your restaurant name.
hugo new content/hanoi/<your-restaurant>.md
# For example
hugo new content/hanoi/pizza-4p-phan-ke-binh.md
- Or simple just copy the existing post.
cp content/hanoi/content/hanoi/bia-hoi-thu-hang.md content/hanoi/<your-restaurant>.md
- Submit your changes and open a new request.