- Bootstrap 4 Cookbook
- Ajdin Imsirovic
- 127字
- 2021-07-02 21:07:57
How to do it...
- Verify that Ruby is preinstalled, and Jekyll is not:
which ruby; which jekyll
This command will return only the location of Ruby on your VM. Thus, Jekyll needs to be installed.
- To install Jekyll, you need to install Bundler first:
gem install bundler
Now run bundle install, which will install Jekyll:
bundle install
Verify that Jekyll is installed:
bundle show jekyll
Serve Bootstrap 4 Jekyll-powered docs on Cloud9 IDE:
bundle exec jekyll serve --host $IP --port $PORT --baseurl ''
Upon running this command, a notification will pop up with a link to preview the running webpage. Click on the link and choose one of the display options:

Click on the link, and your very own copy of the Bootstrap docs will appear:

推薦閱讀
- ThinkPHP 5實戰
- C/C++算法從菜鳥到達人
- 深入淺出Windows API程序設計:編程基礎篇
- Getting Started with SQL Server 2012 Cube Development
- 精通網絡視頻核心開發技術
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- Hands-On Kubernetes on Windows
- C++編程兵書
- Instant jQuery Boilerplate for Plugins
- 深入實踐DDD:以DSL驅動復雜軟件開發
- 30天學通C#項目案例開發
- Learning Image Processing with OpenCV
- Python機器學習與量化投資
- HTML5 Canvas核心技術:圖形、動畫與游戲開發
- Jakarta EE Cookbook