Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 959 Bytes

File metadata and controls

44 lines (37 loc) · 959 Bytes

NETHIPEDIA

Documentation scheme of all nethesis products.

Development

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

Build and deploy

Execute:

rm -rf _site/*
JEKYLL_ENV=production bundle exec jekyll build
lftp -u docs@nethesis.it,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.

Note

Check here to learn how the Jekyll theme works.