View online at iiitv.github.io.
See the inauguration post - http://iiitv.github.io/blog/welcome-to-the-blog.html
The design is drawn from @ansarimofid's work.
- Open terminal and type the following
git clone https://github.com/iiitv/iiitv.github.com.git
- Assuming your repository is on the Desktop
- Open terminal
- If your terminal is at home, do the following
cd Desktop/iiitv.github.com/
- But if you are already at desktop just type
cd iiitv.github.com/
You could do this in two ways-
- Follow the steps given by Jekyll.
- Follow the instructions below:
- GNU/Linux, Unix, or macOS
- Ruby version 2.1 or above, including all development headers
- RubyGems
- GCC and Make (in case your system doesn’t have them installed, which you can check by running gcc -v and make -v in your system’s command line interface)
- Follow the steps given by Ruby.
- Debian GNU/Linux and Ubuntu use the apt package manager. You can use it like this
sudo apt-get install ruby-full
- Follow the steps given by RubyGems.
gem install rubygems-update
update_rubygems
gem install jekyll
sudo gem install redcarpet
- Assuming your terminal is at your repository.
- If not follow step 2.
- Do the following
jekyll serve
- This command will run the project on default
localhost:4000. - Open any browser and go to the address
localhost:4000.