Skip to content
/ docs Public

Documentation landing page

Notifications You must be signed in to change notification settings

nethesis/docs

Repository files navigation

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 [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.

Note

Check here to learn how the Jekyll theme works.

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •