Skip to content

margit86/fix-nethipedia-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 docs@nethesis.it,PASSWORD gnldm5.siteground.biz -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.

About

Documentation landing page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 52.2%
  • CSS 38.8%
  • Ruby 9.0%