My private blog, written by me. The posts are about computer science (data structures, algorithms, computer networks, operating system, and machine learning), open source (linux, git, arduino, contribution), software development (programming, programming languages, frameworks, design patterns, and architecture), security information (pen testing and whitehat hackers), Google stuff (search, android, chrome, chrome os, and web apps), etc.
To install this project, you'll need the following things installed on your machine.
- Jekyll -
$ gem install jekyll -v 3.5.1
- NodeJS - use the installer.
- Firebase CLI.
- Clone this repo, or download it into a directory of your choice.
- Inside the directory, run
npm install
.
Development mode
This will give you file watching, browser synchronisation, auto-rebuild, CSS injecting etc.
$ npm run start
Deploy mode
You can easily deploy your site build with the command
$ npm run deploy
If you want to run the tests on your local machine please install gem install html-proofer
. And then run the tests using
$ htmlproofer ./_site