Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 581 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 581 Bytes

Yintrust Technology Blog

Gitpod Ready-to-Code GitHub repo size

Powered by Jekyll

Online access address: https://yintrust.github.io

Run locally

  1. gem install bundler jekyll
  2. cd yintrust.github.io
  3. bundle install
  4. bundle exec jekyll serve --livereload --incremental

Basic usage

  • Create new post: bundle exec jekyll post "My New Post"