The website is stored in <path/to/project>/docs/
.
It uses Jekyll (a Ruby app) and the Hideout theme.
Add a *.md file under <path/to/project>/docs/_posts
-
Install Ruby.
-
Install the gems: Jekyll and Bundler. Open a console and type:
> gem install jekyll > gem install bundler
-
Build the site and make it available on a local server:
> cd <path/to/project>/docs/
-
Run
> bundle exec jekyll serve
The site is available at localhost:4000/ArrowDL
To upgrade Jekyll, open a console and type:
> bundle update jekyll
or alternatively:
> bundle update
To clean the directory <path/to/project>/docs/
:
> bundle exec jekyll clean
To clean Jekyll:
> bundle clean --force
-
Unzip last release in Hideout to
/docs/
-
Revert modification with Git
-
Eventually upgrade with Bundle