This is a static website based on Jekyll framework https://jekyllrb.com/. Need install Jekyll and .
Login as user “root” due to write permission required into /Library/Ruby/Gems directory. Install bundler and Jekyll at first:
1 | igloo:cheatsheets root# gem install bundler jekyll |
Then install all this application dependent libraries:
1 | igloo:cheatsheets root# bundler install |
Start up Jekyll website on localhost, with user “terrence” this time:
1 | terrence@igloo ~/Projects/cheatsheets (master ☡=) |
Go to URL: http://127.0.0.1:4000 start searching and using cheatsheets in localhost environment:
To generate static web content ONLY:
1 | terrence@igloo ~/Projects/cheatsheets (master ☡=) |
Then can upload published website content from ../terrencemiao.github.io/cheatsheets directory to https://terrencemiao.github.io.