WebsiteApp/_docs/installation.md
2021-01-26 16:38:24 +01:00

440 B

title subtitle author tags
Theme installation This document covers the setup and options of theme feature described in the doc title sara
setup

Install the dependencies with Bundler:

bundle install

Run the following to generate your site:

bundle exec jekyll serve

You can find more on Deployment Methods page on Jekyll website.