Zivost Technologies official website.
Zivost's website uses a number of open source projects to work properly:
- markdown-it - Markdown parser done right. Fast and easy to extend.
- Jekyll - an great blog-aware static site generator
- Twitter Bootstrap - great UI boilerplate for modern web app
- node.js - evented I/O for the backend
- Express - fast node.js network app framework
- Gulp - the streaming build system
- jQuery - cause jQuery
- Font-Awesome - for awesome icons.
- Sleek - a nice Jekyll theme
- browser-sync - makes our lives a bit easier
- travis-ci - builds and deploys everything
Make sure you have Command Line Tools (Mac), Build Essentials (Linux) installed.
> gcc -v
Apple clang version 11.0.0 (clang-1100.0.20.17)
> make -v
GNU Make 3.81
>g++ -v
Apple clang version 11.0.0 (clang-1100.0.20.17)
> ruby -v
ruby 2.6.3p62 (2019-04-16 revision 67580) [x86_64-darwin18]
> node -v
v10.15.0
> npm -v
6.9.0
> gem -v
3.0.3
> bundle -v
Bundler version 2.0.2
> jekyll -v
jekyll 3.8.6
Install
npm install
bundle install
Run
bundle exec jekyll serve
Build
bundle exec jekyll build
gem build jekyll-zivost.gemspec
We support and encourage the open-source technology and anyone can use this repo for educational purpose. We welcome PRs to make this website smoother and beautiful, we also welcome content writers willing to contribute to our blog and serve the community.
The content in this repo, including but not limited to, logos, images, blog content and other texts are proprietary to Zivost Technologies Private Limited. Images and other assets used in this repo will come with proper credits and attribution where needed, if no such attribution is given then the image must be considered as proprietary to Zivost Technologies Private Limited.
The theme used in this repo is based of Sleek which is distributed under the MIT licence.