简体   繁体   中英

Missing theme file on Jekyll installed with RVM

I've error when i install Jekyll on MacOS 10.13.2 with 'gem install jekyll' command:

ERROR: While executing gem ... (Gem::FilePermissionError) 

To solve this problem i am installed RVM and install Jekyll with RVM. Jekyll runs perfectly. But i've some critical problem here. Jekyll comes with default theme named 'Minima'. I want to customize theme, but i check site file, includes file is not here. So can't customize theme.

To find the includes file i use that command on the terminal:

which gem minima

Output:

/Users/bekircem/.rvm/rubies/ruby-2.4.1/bin/gem

So i can't access to includes and other similiar files.

How can i fix that problem? Any suggestions?

Ok. I found a solution . Detailed description on the Jekyll.org about theme defaults.

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