How to use template: just-the-docs?

click link Link button

run local instance:

cd /YOUR_RPOSITORY
bundle exec jekyll serve --livereload

install missing gems

bundle install

add new gems/packages:

#bundle add GEM_NAME
bundle add jemoji

and add in the _config.yml

plugins:
  - jemoji

code:

 :+1:, :wink: :cry: :laughing:

result: :+1:, :wink: :cry: :laughing:


Table of contents


This site uses Just the Docs, a documentation theme for Jekyll.