-
Clone your fork of this repo
-
Navigate to the root of this directory and install (use
sudo
if required)gem install bundler
bundle install
-
To get the live demo, run the following command and check your terminal for the link to the website
bundle exec jekyll serve --watch
- The basic structure has been setup with Jekyll. If you have not read anything about Jekyll, just go through these:
- Go through at least one of these sources to be more comfortable with the process:
- Markdown tips and tricks Your Jekyll posts are not be html, they are markdown instead, which is more powerful and easier to use. Do visit this cheatsheet or a bit detailed post.
- If this is your first post, add yourself as an author in config file
- Go through one of the posts already present, such as Divide and Conquer
- That's it! Now you can make your very own post and add it to posts directory
- Guidelines:
- DO NOT WORK ON THE MASTER. Fork and then work on a new branch and then merge it with this master later.
- TEST YOUR CODE BEFORE MERGING WITH MASTER
- Do not use copyrighted images
- Add tags and categories as required
This is the theme implemented: