简体   繁体   中英

How to use a downloaded Jekyll theme

I downloaded a Jekyll theme called Clean Blog and put it into the same directory as my folder that I used to install Jekyll using gem

How do I use the theme on my Jekyll blog? I'm using it locally.

To use Clean Blog by Start Bootstrap - Jekyll Version you need to use bundler .

The gem files are specified in /Gemfile , move to the directory where you downloaded it and execute:

$ bundle install

Then you have jekyll with that theme.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM