title | categories |
---|---|
Team Engineer |
docs setup |
Thanks to GitHub I get to learn Markdown and Jekyll.
- install ruby in Homebrew
brew install ruby
- Ensure Homebrew ruby in /usr/local/bin comes before macOS /bin
- install jekyll and bundler ruby gems
gem install jekyll bundler
- add Gemfile, install dependencies
bundle install
- build and run
bundle exec jekyll serve
- add _config.yml with theme
- add Gemfile.lock and _site/ to .gitignore
[First post]({% post_url 2017-06-04-google-io-wear-2.0-complications %})