Easily integrate Bootstrap to your GitHub Pages.
Samples:
This project is based on Jekyll Minima, extending and simplifying the original theme to give it a Bootstrap-like flavor.
-
Create a Github Page.
-
Download Release Assets from this repo.
-
Uncompress files on your repo.
-
Update _config.yml file with your own data.
-
Choose a theme updating the file _includes/head.html, by uncommenting or adding a link to a Bootstrap Compatible theme. You can freely use Bootlaterus Open Source Themes.
-
Push changes to your GitHub repo!
-
Install Ruby.
-
Run the PowerShell files on the _util folder:
-
install-site: run once to install bundler and all dependencies.
-
run-site: run to start the server.
-
-
Install Ruby.
-
Run the following commands to install the site:
gem install bundler bundle install -
Run this command to start the server:
bundle exec jekyll serve