Just go to the website and the desired page to edit, and click the "Edit the page" link on the bottom of the page
This site uses a gem-based approach, i.e. uses a Gemfile
and loads the just-the-docs
gem;
Assuming [Jekyll] and [Bundler] are installed on your computer:
-
Change your working directory to the root directory of your site.
-
Run
bundle install
. -
Run
bundle exec jekyll serve
to build your site and preview it atlocalhost:4000
.The built site is stored in the directory
_site
.