brew install hugo
- Fork the repo
- Clone the project to local machine with
git clone YOUR_REPO_ADDR
- Create a new post:
hugo new posts/YOUR_ARTICLE_TITLE.md
- Write some awesome stuffs!
- Run a local preview server
make server
- Preview the article in http://localhost:1313/
- Build the post with
make build
- Send a pull request to our repo at [elixirtw/elixirtw.github.io」(https://github.com/elixirtw/elixirtw.github.io)