- Bootstrap 4 Cookbook
- Ajdin Imsirovic
- 143字
- 2021-07-02 21:07:56
Installing Bootstrap 4 Jekyll-powered docs
In this recipe, you will see how easy it is to install a copy of the official Bootstrap 4 docs. Running a local copy of the official Bootstrap documentation is a great way to experiment with the available Sass variables, as we will see later in this chapter.
Windows users, you need to have Ruby, Jekyll, and Bundler installed. If you already have them on your system, and providing that you have completed the previous recipe, there are just a few more things to do to run the Jekyll docs.
With your console pointing to chapter3/start/recipe3/bootstrap, run this command: gem install nokogiri -v 1.7.2. Next, run bundle exec jekyll build. This command will build your Jekyll site into ./_gh_pages.
Run cd _gh_pages, then run jekyll serve --watch. Open your own local copy of Bootstrap docs at http://127.0.0.1:4000.
With your console pointing to chapter3/start/recipe3/bootstrap, run this command: gem install nokogiri -v 1.7.2. Next, run bundle exec jekyll build. This command will build your Jekyll site into ./_gh_pages.
Run cd _gh_pages, then run jekyll serve --watch. Open your own local copy of Bootstrap docs at http://127.0.0.1:4000.
推薦閱讀
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- Hyper-V 2016 Best Practices
- Azure IoT Development Cookbook
- 編寫整潔的Python代碼(第2版)
- ASP.NET Core 2 and Vue.js
- Learning Raspbian
- JavaScript動態網頁編程
- Emotional Intelligence for IT Professionals
- Mastering Concurrency in Python
- 零基礎學C++(升級版)
- Drupal 8 Development:Beginner's Guide(Second Edition)
- 征服C指針(第2版)
- Joomla!Search Engine Optimization
- Visual C++程序設計全程指南
- Visual C++網絡編程教程(Visual Studio 2010平臺)