Code Monkey home page Code Monkey logo

nitdgpos.github.io's Introduction

NIT DGP Open Source

made with โค๏ธ via GitHub Pages

Curious how it works?

Prerequisites:

  1. Ruby2 with jekyll and bundler gems installed.

$ gem install jekyll bundler

Follow the steps to test it on your local browser.

  1. Clone this repository. ๐Ÿ˜„

$ git clone https://github.com/NIT-dgp/nit-dgp.github.io

  1. Run $ bundle install to install the dependencies. ( Grab a โ˜• and ๐Ÿ˜Ž, cuz' it takes a while.)

  2. $ bundle exec jekyll serve to run the server. You're all set.

  3. Navigate to http://localhost:4000/to view the site.

Adding new projects

Create a new markdown file in /projects directory and add the appropriate frontmatter to it.

Frontmatter

  • layout : The layout to be used, it should always be project.
  • title: The title of the project.
  • permalink: The absolute URL for the project.
  • description: A clear description of what the project is aimed to do.
  • logo(optional): A link(URI) to the project's logo, if any.
  • gallery(optional): A collection in yaml consisting of image objects, with the attributes title and url, describing the name and link to the image respectively.

File name should match frontmatter's title and permalink

eg:

---
layout: project
title: ExampleProject
permalink: /projects/ExampleProject
description: An example frontmatter for ExampleProject.
logo: https://example.com/cat-dog-image.png
gallery:
  - title: "Fish"
    url: "https://example.com/fish.png"
  - title: "Cat"
    url: "https://example.com/cat.png"
---

nitdgpos.github.io's People

Contributors

abhay-raizada avatar akshatnitd avatar ananyo2012 avatar aniq55 avatar ankan17 avatar arc9693 avatar ghoshbishakh avatar jainsahil1997 avatar monsij avatar nkprince007 avatar pandusonu2 avatar romitkarmakar avatar sonalkr132 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.