How to install and use a theme in Jekyll (here using https://github.com/mmistakes/jekyll-theme-basically-basic)
- Add this line to your Jekyll site’s Gemfile:
gem "jekyll-theme-basically-basic"
- Add this line to your Jekyll site’s _config.yml file:
theme: jekyll-theme-basically-basic
- Then run Bundler to install the theme gem and dependencies:
bundle install
- Download the theme’s files (GitHub repository)
- Remove useless files. For this theme:
.editorconfig .gitattributes .github .scss-lint.yml CHANGELOG.md jekyll-theme-basically-basic.gemspec LICENSE Rakefile README.md screenshot.png /docs /example