Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 589 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 589 Bytes

Elixir Taiwan's blog

How to Contribute

Prerequisite

brew install hugo

Steps

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