Skip to content

codejourneytw/codejourneytw.github.io

Repository files navigation

Deploy Hugo site to Pages

CodeJourney 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 codejourneytw/codejourneytw.github.io

About

CodeJourneyTW Blog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages