Skip to content

E-magazine with Computer Science related articles, as a part of Project for Algorithm Analysis and Design course for Monsoon 2020

License

Notifications You must be signed in to change notification settings

deutranium/Turing

Repository files navigation

Installation

  • 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

Instructions to add a post

  1. The basic structure has been setup with Jekyll. If you have not read anything about Jekyll, just go through these:
  2. If this is your first post, add yourself as an author in config file
  3. Go through one of the posts already present, such as Divide and Conquer
  4. That's it! Now you can make your very own post and add it to posts directory
  5. 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:

Mediumish - Jekyll Theme

Live Demo   |   Download   |   Documentation   |   Buy me a coffee

mediumish

About

E-magazine with Computer Science related articles, as a part of Project for Algorithm Analysis and Design course for Monsoon 2020

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages