Hi,
I obtain the next error installing all themes that i want to use.
I obtain the next error:
Configuration file: /home/alejandro/blog/_config.yml
Invalid theme folder: _includes
Source: /home/alejandro/blog
Destination: /home/alejandro/blog/_site
Incremental build: disabled. Enable with --incremental
Generating…
Jekyll Feed: Generating feed for posts
Build Warning: Layout 'post' requested in _posts/2018-10-22-welcome-to-jekyll.markdown does not exist.
Build Warning: Layout 'page' requested in about.md does not exist.
Build Warning: Layout 'home' requested in index.md does not exist.
done in 0.243 seconds.
Auto-regeneration: enabled for ‘/home/alejandro/blog’
JekyllAdmin mode: production
Server address: http://127.0.0.1:4000/
Server running… press ctrl-c to stop.
I installing all themes doing this:
I add name of the theme in Gemfile
I do gem install “theme name” and i tried too doing bundle install
I edit _config file and i add theme: name of the theme
And finally i do bundle exec jekyll serve, but with all themes i have this errors.
Can somebody help me? Thanks