Skip to content

elixirtw/elixirtw.github.io

Repository files navigation

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)

Releases

No releases published

Packages

No packages published

Languages