FIIX Software South Africa Built in Jekyll and Hosted on Netlify 100% Static and focussed on Performance & SEO.
How to run development server (on Mac🍎 and Linux 🐧):
- Install a full Ruby development environment
- Install Jekyll and bundler gems |
gem install jekyll bundler cd /fiixsouthafrica- Build the site and make it available on a local server
bundle exec jekyll serve - Now browse to http://localhost:4000
For Window: https://jekyllrb.com/docs/installation/windows/
To build the website:
bundle exec jekyll build
It will be stored in the folder _site