Documentation scheme of all nethesis products.
- Install a full Ruby development environment
- Install Jekyll and bundler gems
gem install jekyll bundler
- Clone repository
git clone
cd docs-nethesis
- Install gems
bundle install
- Install Yarn
- Install npm modules
yarn install
- Build the site and make it available on a local server
bundle exec jekyll serve
- Now browse to http://localhost:4000
Execute:
rm -rf _site/*
JEKYLL_ENV=production bundle exec jekyll build
lftp -u [email protected],PASSWORD c110061.sgvps.net -e "set ftp:ssl-allow no ; mirror -v -e -R -p ./_site . ; quit"
Ask for PASSWORD
to the admin of the site.
Check here to learn how the Jekyll theme works.