Skip to content

ntk148v/mammam

Repository files navigation

Măm măm

My food collection powered by Hugo, Cuisine-book theme and Github Pages.

GitHub license GitHub stars Hugo


1. How to contribute

  • 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.

2. Contributors