import simple texture into existing jekyll app
prerequisite
- install jekyll and bundler
gem install jekyll bundler - an jekyll app
jekyll new YOUR_JEKYLL_APP - enter the diretory
cd YOUR_JEKYLL_APP
steps
-
download simple-texture repo
- remove existing
404.html,about.md, andindex.mdrm 404.html about.md index.md - remove existing
Gemfile.lockrm Gemfile.lock -
copy everything in
start-kitfolder downloaded from simple-texture repo in the root directory of jekyll app -
copy everything in
_layoutfolder in the_layoutof jekyll app -
copy everything in
_includefolder into the_includeof jekyll app -
run
bundle install -
run
bundle exec jekyll serveto start app - start http://localhost:4000